com.google.cloud.datastream.v1.datastream

Members list

Type members

Classlikes

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

Request message for creating a connection profile.

Request message for creating a connection profile.

Value parameters

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.

Attributes

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

Attributes

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

Request for creating a private connection.

Request for creating a private connection.

Value parameters

force

Optional. If set to true, will skip validations.

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).

Attributes

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

Attributes

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

Route creation request.

Route creation request.

Value parameters

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.

Attributes

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

Attributes

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

Request message for creating a stream.

Request message for creating a stream.

Value parameters

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.

Attributes

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

Attributes

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

Datastream service

Datastream service

Attributes

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

Attributes

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

Attributes

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

Request message for deleting a connection profile.

Request message for deleting a connection profile.

Value parameters

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).

Attributes

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

Attributes

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

Request to delete a private connection.

Request to delete a private connection.

Value parameters

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).

Attributes

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

Attributes

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

Route deletion request.

Route deletion request.

Value parameters

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).

Attributes

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

Attributes

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

Request message for deleting a stream.

Request message for deleting a stream.

Value parameters

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).

Attributes

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

Attributes

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

Request message for 'discover' ConnectionProfile request.

Request message for 'discover' ConnectionProfile request.

Value parameters

parent

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

Attributes

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

Attributes

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

Response from a discover request.

Response from a discover request.

Attributes

Companion
object
Source
DiscoverConnectionProfileResponse.scala
Supertypes
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DiscoverConnectionProfileResponse extends GeneratedMessageCompanion[DiscoverConnectionProfileResponse]

Attributes

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

Request message for 'FetchStaticIps' request.

Request message for 'FetchStaticIps' request.

Value parameters

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.

Attributes

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

Attributes

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

Response message for a 'FetchStaticIps' response.

Response message for a 'FetchStaticIps' response.

Value parameters

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

Attributes

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

Attributes

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

Request message for getting a connection profile.

Request message for getting a connection profile.

Value parameters

name

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

Attributes

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

Attributes

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

Request to get a private connection configuration.

Request to get a private connection configuration.

Value parameters

name

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

Attributes

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

Attributes

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

Route get request.

Route get request.

Value parameters

name

Required. The name of the Route resource to get.

Attributes

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

Attributes

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

Request for fetching a specific stream object.

Request for fetching a specific stream object.

Value parameters

name

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

Attributes

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

Attributes

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

Request message for getting a stream.

Request message for getting a stream.

Value parameters

name

Required. The name of the stream resource to get.

Attributes

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

Attributes

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

Request message for listing connection profiles.

Request message for listing connection profiles.

Value parameters

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.

Attributes

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

Attributes

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

Response message for listing connection profiles.

Response message for listing connection profiles.

Value parameters

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.

Attributes

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

Attributes

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

Request for listing private connections.

Request for listing private connections.

Value parameters

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.

Attributes

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

Attributes

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

Response containing a list of private connection configurations.

Response containing a list of private connection configurations.

Value parameters

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.

Attributes

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

Attributes

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

Route list request.

Route list request.

Value parameters

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.

Attributes

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

Attributes

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

Route list response.

Route list response.

Value parameters

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.

Attributes

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

Attributes

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

Request for listing all objects for a specific stream.

Request for listing all objects for a specific stream.

Value parameters

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.

Attributes

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

Attributes

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

Response containing the objects for a stream.

Response containing the objects for a stream.

Value parameters

nextPageToken

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

streamObjects

List of stream objects.

Attributes

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

Attributes

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

Request message for listing streams.

Request message for listing streams.

Value parameters

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.

Attributes

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

Attributes

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

Response message for listing streams.

Response message for listing streams.

Value parameters

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.

Attributes

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

Attributes

Companion
class
Source
ListStreamsResponse.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ListStreamsResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class LookupStreamObjectRequest(parent: String, sourceObjectIdentifier: Option[SourceObjectIdentifier], unknownFields: UnknownFieldSet) extends GeneratedMessage, 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.

Value parameters

parent

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

sourceObjectIdentifier

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

Attributes

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

Attributes

Companion
class
Source
LookupStreamObjectRequest.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[LookupStreamObjectRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
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, Updatable[OperationMetadata]

Represents the metadata of the long-running operation.

Represents the metadata of the long-running operation.

Value parameters

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.

Attributes

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

Attributes

Companion
class
Source
OperationMetadata.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[OperationMetadata]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class StartBackfillJobRequest(`object`: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, 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.

Value parameters

object

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

Attributes

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

Attributes

Companion
class
Source
StartBackfillJobRequest.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[StartBackfillJobRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class StartBackfillJobResponse(`object`: Option[StreamObject], unknownFields: UnknownFieldSet) extends GeneratedMessage, 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.

Value parameters

object

The stream object resource a backfill job was started for.

Attributes

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

Attributes

Companion
class
Source
StartBackfillJobResponse.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[StartBackfillJobResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class StopBackfillJobRequest(`object`: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, 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.

Value parameters

object

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

Attributes

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

Attributes

Companion
class
Source
StopBackfillJobRequest.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[StopBackfillJobRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class StopBackfillJobResponse(`object`: Option[StreamObject], unknownFields: UnknownFieldSet) extends GeneratedMessage, 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.

Value parameters

object

The stream object resource the backfill job was stopped for.

Attributes

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

Attributes

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

Connection profile update message.

Connection profile update message.

Value parameters

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.

Attributes

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

Attributes

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

Request message for updating a stream.

Request message for updating a stream.

Value parameters

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.

Attributes

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

Attributes

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