com.google.cloud.datastream.v1.datastream

Members list

Concise view

Type members

Classlikes

final case class CreateConnectionProfileRequest(parent: String, connectionProfileId: String, connectionProfile: Option[ConnectionProfile], requestId: String, validateOnly: Boolean, force: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[CreateConnectionProfileRequest]

Request message for creating a connection profile.

Request message for creating a connection profile.

Attributes

connectionProfile

Required. The connection profile resource to create.

connectionProfileId

Required. The connection profile identifier.

force

Optional. Create the connection profile without validating it.

parent

Required. The parent that owns the collection of ConnectionProfiles.

requestId

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

validateOnly

Optional. Only validate the connection profile, but don't create any resources. The default is false.

Companion:
object
Source:
CreateConnectionProfileRequest.scala
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CreateConnectionProfileRequest extends GeneratedMessageCompanion[CreateConnectionProfileRequest]

Attributes

Companion:
class
Source:
CreateConnectionProfileRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CreateConnectionProfileRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class CreatePrivateConnectionRequest(parent: String, privateConnectionId: String, privateConnection: Option[PrivateConnection], requestId: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[CreatePrivateConnectionRequest]

Request for creating a private connection.

Request for creating a private connection.

Attributes

parent

Required. The parent that owns the collection of PrivateConnections.

privateConnection

Required. The Private Connectivity resource to create.

privateConnectionId

Required. The private connectivity identifier.

requestId

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Companion:
object
Source:
CreatePrivateConnectionRequest.scala
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CreatePrivateConnectionRequest extends GeneratedMessageCompanion[CreatePrivateConnectionRequest]

Attributes

Companion:
class
Source:
CreatePrivateConnectionRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CreatePrivateConnectionRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class CreateRouteRequest(parent: String, routeId: String, route: Option[Route], requestId: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[CreateRouteRequest]

Route creation request.

Route creation request.

Attributes

parent

Required. The parent that owns the collection of Routes.

requestId

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

route

Required. The Route resource to create.

routeId

Required. The Route identifier.

Companion:
object
Source:
CreateRouteRequest.scala
Graph
Supertypes
trait Updatable[CreateRouteRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CreateRouteRequest extends GeneratedMessageCompanion[CreateRouteRequest]

Attributes

Companion:
class
Source:
CreateRouteRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CreateRouteRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class CreateStreamRequest(parent: String, streamId: String, stream: Option[Stream], requestId: String, validateOnly: Boolean, force: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[CreateStreamRequest]

Request message for creating a stream.

Request message for creating a stream.

Attributes

force

Optional. Create the stream without validating it.

parent

Required. The parent that owns the collection of streams.

requestId

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

stream

Required. The stream resource to create.

streamId

Required. The stream identifier.

validateOnly

Optional. Only validate the stream, but don't create any resources. The default is false.

Companion:
object
Source:
CreateStreamRequest.scala
Graph
Supertypes
trait Updatable[CreateStreamRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CreateStreamRequest extends GeneratedMessageCompanion[CreateStreamRequest]

Attributes

Companion:
class
Source:
CreateStreamRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CreateStreamRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
trait Datastream[F[_]]

Datastream service

Datastream service

Attributes

Companion:
object
Source:
Datastream.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Datastream

Attributes

Companion:
trait
Source:
Datastream.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object DatastreamProto extends GeneratedFileObject

Attributes

Source:
DatastreamProto.scala
Graph
Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
final case class DeleteConnectionProfileRequest(name: String, requestId: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[DeleteConnectionProfileRequest]

Request message for deleting a connection profile.

Request message for deleting a connection profile.

Attributes

name

Required. The name of the connection profile resource to delete.

requestId

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Companion:
object
Source:
DeleteConnectionProfileRequest.scala
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object DeleteConnectionProfileRequest extends GeneratedMessageCompanion[DeleteConnectionProfileRequest]

Attributes

Companion:
class
Source:
DeleteConnectionProfileRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[DeleteConnectionProfileRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class DeletePrivateConnectionRequest(name: String, requestId: String, force: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[DeletePrivateConnectionRequest]

Request to delete a private connection.

Request to delete a private connection.

Attributes

force

Optional. If set to true, any child routes that belong to this PrivateConnection will also be deleted.

name

Required. The name of the private connectivity configuration to delete.

requestId

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Companion:
object
Source:
DeletePrivateConnectionRequest.scala
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object DeletePrivateConnectionRequest extends GeneratedMessageCompanion[DeletePrivateConnectionRequest]

Attributes

Companion:
class
Source:
DeletePrivateConnectionRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[DeletePrivateConnectionRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class DeleteRouteRequest(name: String, requestId: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[DeleteRouteRequest]

Route deletion request.

Route deletion request.

Attributes

name

Required. The name of the Route resource to delete.

requestId

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Companion:
object
Source:
DeleteRouteRequest.scala
Graph
Supertypes
trait Updatable[DeleteRouteRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object DeleteRouteRequest extends GeneratedMessageCompanion[DeleteRouteRequest]

Attributes

Companion:
class
Source:
DeleteRouteRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[DeleteRouteRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class DeleteStreamRequest(name: String, requestId: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[DeleteStreamRequest]

Request message for deleting a stream.

Request message for deleting a stream.

Attributes

name

Required. The name of the stream resource to delete.

requestId

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Companion:
object
Source:
DeleteStreamRequest.scala
Graph
Supertypes
trait Updatable[DeleteStreamRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object DeleteStreamRequest extends GeneratedMessageCompanion[DeleteStreamRequest]

Attributes

Companion:
class
Source:
DeleteStreamRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[DeleteStreamRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class DiscoverConnectionProfileRequest(parent: String, target: Target, hierarchy: Hierarchy, dataObject: DataObject, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[DiscoverConnectionProfileRequest]

Request message for 'discover' ConnectionProfile request.

Request message for 'discover' ConnectionProfile request.

Attributes

parent

Required. The parent resource of the connection profile type. Must be in the format projects/*/locations/*.

Companion:
object
Source:
DiscoverConnectionProfileRequest.scala
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object DiscoverConnectionProfileRequest extends GeneratedMessageCompanion[DiscoverConnectionProfileRequest]

Attributes

Companion:
class
Source:
DiscoverConnectionProfileRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[DiscoverConnectionProfileRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class DiscoverConnectionProfileResponse(dataObject: DataObject, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[DiscoverConnectionProfileResponse]

Response from a discover request.

Response from a discover request.

Attributes

Companion:
object
Source:
DiscoverConnectionProfileResponse.scala
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
DiscoverConnectionProfileResponse.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[DiscoverConnectionProfileResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchStaticIpsRequest(name: String, pageSize: Int, pageToken: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[FetchStaticIpsRequest]

Request message for 'FetchStaticIps' request.

Request message for 'FetchStaticIps' request.

Attributes

name

Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*.

pageSize

Maximum number of Ips to return, will likely not be specified.

pageToken

A page token, received from a previous ListStaticIps call. will likely not be specified.

Companion:
object
Source:
FetchStaticIpsRequest.scala
Graph
Supertypes
trait Updatable[FetchStaticIpsRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object FetchStaticIpsRequest extends GeneratedMessageCompanion[FetchStaticIpsRequest]

Attributes

Companion:
class
Source:
FetchStaticIpsRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchStaticIpsRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchStaticIpsResponse(staticIps: Seq[String], nextPageToken: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[FetchStaticIpsResponse]

Response message for a 'FetchStaticIps' response.

Response message for a 'FetchStaticIps' response.

Attributes

nextPageToken

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

staticIps

list of static ips by account

Companion:
object
Source:
FetchStaticIpsResponse.scala
Graph
Supertypes
trait Updatable[FetchStaticIpsResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object FetchStaticIpsResponse extends GeneratedMessageCompanion[FetchStaticIpsResponse]

Attributes

Companion:
class
Source:
FetchStaticIpsResponse.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchStaticIpsResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetConnectionProfileRequest(name: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[GetConnectionProfileRequest]

Request message for getting a connection profile.

Request message for getting a connection profile.

Attributes

name

Required. The name of the connection profile resource to get.

Companion:
object
Source:
GetConnectionProfileRequest.scala
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object GetConnectionProfileRequest extends GeneratedMessageCompanion[GetConnectionProfileRequest]

Attributes

Companion:
class
Source:
GetConnectionProfileRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetConnectionProfileRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetPrivateConnectionRequest(name: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[GetPrivateConnectionRequest]

Request to get a private connection configuration.

Request to get a private connection configuration.

Attributes

name

Required. The name of the private connectivity configuration to get.

Companion:
object
Source:
GetPrivateConnectionRequest.scala
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object GetPrivateConnectionRequest extends GeneratedMessageCompanion[GetPrivateConnectionRequest]

Attributes

Companion:
class
Source:
GetPrivateConnectionRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetPrivateConnectionRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetRouteRequest(name: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[GetRouteRequest]

Route get request.

Route get request.

Attributes

name

Required. The name of the Route resource to get.

Companion:
object
Source:
GetRouteRequest.scala
Graph
Supertypes
trait Updatable[GetRouteRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object GetRouteRequest extends GeneratedMessageCompanion[GetRouteRequest]

Attributes

Companion:
class
Source:
GetRouteRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetRouteRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetStreamObjectRequest(name: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[GetStreamObjectRequest]

Request for fetching a specific stream object.

Request for fetching a specific stream object.

Attributes

name

Required. The name of the stream object resource to get.

Companion:
object
Source:
GetStreamObjectRequest.scala
Graph
Supertypes
trait Updatable[GetStreamObjectRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object GetStreamObjectRequest extends GeneratedMessageCompanion[GetStreamObjectRequest]

Attributes

Companion:
class
Source:
GetStreamObjectRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetStreamObjectRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetStreamRequest(name: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[GetStreamRequest]

Request message for getting a stream.

Request message for getting a stream.

Attributes

name

Required. The name of the stream resource to get.

Companion:
object
Source:
GetStreamRequest.scala
Graph
Supertypes
trait Updatable[GetStreamRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object GetStreamRequest extends GeneratedMessageCompanion[GetStreamRequest]

Attributes

Companion:
class
Source:
GetStreamRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetStreamRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ListConnectionProfilesRequest(parent: String, pageSize: Int, pageToken: String, filter: String, orderBy: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ListConnectionProfilesRequest]

Request message for listing connection profiles.

Request message for listing connection profiles.

Attributes

filter

Filter request.

orderBy

Order by fields for the result.

pageSize

Maximum number of connection profiles to return. If unspecified, at most 50 connection profiles will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken

Page token received from a previous ListConnectionProfiles call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListConnectionProfiles must match the call that provided the page token.

parent

Required. The parent that owns the collection of connection profiles.

Companion:
object
Source:
ListConnectionProfilesRequest.scala
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object ListConnectionProfilesRequest extends GeneratedMessageCompanion[ListConnectionProfilesRequest]

Attributes

Companion:
class
Source:
ListConnectionProfilesRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ListConnectionProfilesRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ListConnectionProfilesResponse(connectionProfiles: Seq[ConnectionProfile], nextPageToken: String, unreachable: Seq[String], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ListConnectionProfilesResponse]

Response message for listing connection profiles.

Response message for listing connection profiles.

Attributes

connectionProfiles

List of connection profiles.

nextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

unreachable

Locations that could not be reached.

Companion:
object
Source:
ListConnectionProfilesResponse.scala
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object ListConnectionProfilesResponse extends GeneratedMessageCompanion[ListConnectionProfilesResponse]

Attributes

Companion:
class
Source:
ListConnectionProfilesResponse.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ListConnectionProfilesResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ListPrivateConnectionsRequest(parent: String, pageSize: Int, pageToken: String, filter: String, orderBy: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ListPrivateConnectionsRequest]

Request for listing private connections.

Request for listing private connections.

Attributes

filter

Filter request.

orderBy

Order by fields for the result.

pageSize

Maximum number of private connectivity configurations to return. If unspecified, at most 50 private connectivity configurations that will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken

Page token received from a previous ListPrivateConnections call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListPrivateConnections must match the call that provided the page token.

parent

Required. The parent that owns the collection of private connectivity configurations.

Companion:
object
Source:
ListPrivateConnectionsRequest.scala
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object ListPrivateConnectionsRequest extends GeneratedMessageCompanion[ListPrivateConnectionsRequest]

Attributes

Companion:
class
Source:
ListPrivateConnectionsRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ListPrivateConnectionsRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ListPrivateConnectionsResponse(privateConnections: Seq[PrivateConnection], nextPageToken: String, unreachable: Seq[String], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ListPrivateConnectionsResponse]

Response containing a list of private connection configurations.

Response containing a list of private connection configurations.

Attributes

nextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

privateConnections

List of private connectivity configurations.

unreachable

Locations that could not be reached.

Companion:
object
Source:
ListPrivateConnectionsResponse.scala
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object ListPrivateConnectionsResponse extends GeneratedMessageCompanion[ListPrivateConnectionsResponse]

Attributes

Companion:
class
Source:
ListPrivateConnectionsResponse.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ListPrivateConnectionsResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ListRoutesRequest(parent: String, pageSize: Int, pageToken: String, filter: String, orderBy: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ListRoutesRequest]

Route list request.

Route list request.

Attributes

filter

Filter request.

orderBy

Order by fields for the result.

pageSize

Maximum number of Routes to return. The service may return fewer than this value. If unspecified, at most 50 Routes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken

Page token received from a previous ListRoutes call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListRoutes must match the call that provided the page token.

parent

Required. The parent that owns the collection of Routess.

Companion:
object
Source:
ListRoutesRequest.scala
Graph
Supertypes
trait Updatable[ListRoutesRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object ListRoutesRequest extends GeneratedMessageCompanion[ListRoutesRequest]

Attributes

Companion:
class
Source:
ListRoutesRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ListRoutesRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ListRoutesResponse(routes: Seq[Route], nextPageToken: String, unreachable: Seq[String], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ListRoutesResponse]

Route list response.

Route list response.

Attributes

nextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

routes

List of Routes.

unreachable

Locations that could not be reached.

Companion:
object
Source:
ListRoutesResponse.scala
Graph
Supertypes
trait Updatable[ListRoutesResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object ListRoutesResponse extends GeneratedMessageCompanion[ListRoutesResponse]

Attributes

Companion:
class
Source:
ListRoutesResponse.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ListRoutesResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ListStreamObjectsRequest(parent: String, pageSize: Int, pageToken: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ListStreamObjectsRequest]

Request for listing all objects for a specific stream.

Request for listing all objects for a specific stream.

Attributes

pageSize

Maximum number of objects to return. Default is 50. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken

Page token received from a previous ListStreamObjectsRequest call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListStreamObjectsRequest must match the call that provided the page token.

parent

Required. The parent stream that owns the collection of objects.

Companion:
object
Source:
ListStreamObjectsRequest.scala
Graph
Supertypes
trait Updatable[ListStreamObjectsRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object ListStreamObjectsRequest extends GeneratedMessageCompanion[ListStreamObjectsRequest]

Attributes

Companion:
class
Source:
ListStreamObjectsRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ListStreamObjectsRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ListStreamObjectsResponse(streamObjects: Seq[StreamObject], nextPageToken: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ListStreamObjectsResponse]

Response containing the objects for a stream.

Response containing the objects for a stream.

Attributes

nextPageToken

A token, which can be sent as page_token to retrieve the next page.

streamObjects

List of stream objects.

Companion:
object
Source:
ListStreamObjectsResponse.scala
Graph
Supertypes
trait Updatable[ListStreamObjectsResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object ListStreamObjectsResponse extends GeneratedMessageCompanion[ListStreamObjectsResponse]

Attributes

Companion:
class
Source:
ListStreamObjectsResponse.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ListStreamObjectsResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ListStreamsRequest(parent: String, pageSize: Int, pageToken: String, filter: String, orderBy: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ListStreamsRequest]

Request message for listing streams.

Request message for listing streams.

Attributes

filter

Filter request.

orderBy

Order by fields for the result.

pageSize

Maximum number of streams to return. If unspecified, at most 50 streams will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken

Page token received from a previous ListStreams call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListStreams must match the call that provided the page token.

parent

Required. The parent that owns the collection of streams.

Companion:
object
Source:
ListStreamsRequest.scala
Graph
Supertypes
trait Updatable[ListStreamsRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object ListStreamsRequest extends GeneratedMessageCompanion[ListStreamsRequest]

Attributes

Companion:
class
Source:
ListStreamsRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ListStreamsRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ListStreamsResponse(streams: Seq[Stream], nextPageToken: String, unreachable: Seq[String], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[ListStreamsResponse]

Response message for listing streams.

Response message for listing streams.

Attributes

nextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

streams

List of streams

unreachable

Locations that could not be reached.

Companion:
object
Source:
ListStreamsResponse.scala
Graph
Supertypes
trait Updatable[ListStreamsResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object ListStreamsResponse extends GeneratedMessageCompanion[ListStreamsResponse]

Attributes

Companion:
class
Source:
ListStreamsResponse.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ListStreamsResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class LookupStreamObjectRequest(parent: String, sourceObjectIdentifier: Option[SourceObjectIdentifier], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[LookupStreamObjectRequest]

Request for looking up a specific stream object by its source object identifier.

Request for looking up a specific stream object by its source object identifier.

Attributes

parent

Required. The parent stream that owns the collection of objects.

sourceObjectIdentifier

Required. The source object identifier which maps to the stream object.

Companion:
object
Source:
LookupStreamObjectRequest.scala
Graph
Supertypes
trait Updatable[LookupStreamObjectRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object LookupStreamObjectRequest extends GeneratedMessageCompanion[LookupStreamObjectRequest]

Attributes

Companion:
class
Source:
LookupStreamObjectRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[LookupStreamObjectRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class OperationMetadata(createTime: Option[Timestamp], endTime: Option[Timestamp], target: String, verb: String, statusMessage: String, requestedCancellation: Boolean, apiVersion: String, validationResult: Option[ValidationResult], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[OperationMetadata]

Represents the metadata of the long-running operation.

Represents the metadata of the long-running operation.

Attributes

apiVersion

Output only. API version used to start the operation.

createTime

Output only. The time the operation was created.

endTime

Output only. The time the operation finished running.

requestedCancellation

Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to Code.CANCELLED.

statusMessage

Output only. Human-readable status of the operation, if any.

target

Output only. Server-defined resource path for the target of the operation.

validationResult

Output only. Results of executed validations if there are any.

verb

Output only. Name of the verb executed by the operation.

Companion:
object
Source:
OperationMetadata.scala
Graph
Supertypes
trait Updatable[OperationMetadata]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object OperationMetadata extends GeneratedMessageCompanion[OperationMetadata]

Attributes

Companion:
class
Source:
OperationMetadata.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[OperationMetadata]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class StartBackfillJobRequest(`object`: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[StartBackfillJobRequest]

Request for manually initiating a backfill job for a specific stream object.

Request for manually initiating a backfill job for a specific stream object.

Attributes

object

Required. The name of the stream object resource to start a backfill job for.

Companion:
object
Source:
StartBackfillJobRequest.scala
Graph
Supertypes
trait Updatable[StartBackfillJobRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object StartBackfillJobRequest extends GeneratedMessageCompanion[StartBackfillJobRequest]

Attributes

Companion:
class
Source:
StartBackfillJobRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[StartBackfillJobRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class StartBackfillJobResponse(`object`: Option[StreamObject], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[StartBackfillJobResponse]

Response for manually initiating a backfill job for a specific stream object.

Response for manually initiating a backfill job for a specific stream object.

Attributes

object

The stream object resource a backfill job was started for.

Companion:
object
Source:
StartBackfillJobResponse.scala
Graph
Supertypes
trait Updatable[StartBackfillJobResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object StartBackfillJobResponse extends GeneratedMessageCompanion[StartBackfillJobResponse]

Attributes

Companion:
class
Source:
StartBackfillJobResponse.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[StartBackfillJobResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class StopBackfillJobRequest(`object`: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[StopBackfillJobRequest]

Request for manually stopping a running backfill job for a specific stream object.

Request for manually stopping a running backfill job for a specific stream object.

Attributes

object

Required. The name of the stream object resource to stop the backfill job for.

Companion:
object
Source:
StopBackfillJobRequest.scala
Graph
Supertypes
trait Updatable[StopBackfillJobRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object StopBackfillJobRequest extends GeneratedMessageCompanion[StopBackfillJobRequest]

Attributes

Companion:
class
Source:
StopBackfillJobRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[StopBackfillJobRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class StopBackfillJobResponse(`object`: Option[StreamObject], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[StopBackfillJobResponse]

Response for manually stop a backfill job for a specific stream object.

Response for manually stop a backfill job for a specific stream object.

Attributes

object

The stream object resource the backfill job was stopped for.

Companion:
object
Source:
StopBackfillJobResponse.scala
Graph
Supertypes
trait Updatable[StopBackfillJobResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object StopBackfillJobResponse extends GeneratedMessageCompanion[StopBackfillJobResponse]

Attributes

Companion:
class
Source:
StopBackfillJobResponse.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[StopBackfillJobResponse]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class UpdateConnectionProfileRequest(updateMask: Option[FieldMask], connectionProfile: Option[ConnectionProfile], requestId: String, validateOnly: Boolean, force: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[UpdateConnectionProfileRequest]

Connection profile update message.

Connection profile update message.

Attributes

connectionProfile

Required. The connection profile to update.

force

Optional. Update the connection profile without validating it.

requestId

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

updateMask

Optional. Field mask is used to specify the fields to be overwritten in the ConnectionProfile resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

validateOnly

Optional. Only validate the connection profile, but don't update any resources. The default is false.

Companion:
object
Source:
UpdateConnectionProfileRequest.scala
Graph
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object UpdateConnectionProfileRequest extends GeneratedMessageCompanion[UpdateConnectionProfileRequest]

Attributes

Companion:
class
Source:
UpdateConnectionProfileRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[UpdateConnectionProfileRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class UpdateStreamRequest(updateMask: Option[FieldMask], stream: Option[Stream], requestId: String, validateOnly: Boolean, force: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[UpdateStreamRequest]

Request message for updating a stream.

Request message for updating a stream.

Attributes

force

Optional. Update the stream without validating it.

requestId

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

stream

Required. The stream resource to update.

updateMask

Optional. Field mask is used to specify the fields to be overwritten in the stream resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

validateOnly

Optional. Only validate the stream with the changes, without actually updating it. The default is false.

Companion:
object
Source:
UpdateStreamRequest.scala
Graph
Supertypes
trait Updatable[UpdateStreamRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object UpdateStreamRequest extends GeneratedMessageCompanion[UpdateStreamRequest]

Attributes

Companion:
class
Source:
UpdateStreamRequest.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[UpdateStreamRequest]
trait Serializable
class Object
trait Matchable
class Any
Self type