Uses of Class
com.google.cloud.datastream.v1alpha1.ListPrivateConnectionsRequest
-
Packages that use ListPrivateConnectionsRequest Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream APIcom.google.cloud.datastream.v1alpha1.stub -
-
Uses of ListPrivateConnectionsRequest in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return ListPrivateConnectionsRequest Modifier and Type Method Description ListPrivateConnectionsRequest
ListPrivateConnectionsRequest.Builder. build()
ListPrivateConnectionsRequest
ListPrivateConnectionsRequest.Builder. buildPartial()
static ListPrivateConnectionsRequest
ListPrivateConnectionsRequest. getDefaultInstance()
ListPrivateConnectionsRequest
ListPrivateConnectionsRequest.Builder. getDefaultInstanceForType()
ListPrivateConnectionsRequest
ListPrivateConnectionsRequest. getDefaultInstanceForType()
static ListPrivateConnectionsRequest
ListPrivateConnectionsRequest. parseDelimitedFrom(InputStream input)
static ListPrivateConnectionsRequest
ListPrivateConnectionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPrivateConnectionsRequest
ListPrivateConnectionsRequest. parseFrom(byte[] data)
static ListPrivateConnectionsRequest
ListPrivateConnectionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPrivateConnectionsRequest
ListPrivateConnectionsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListPrivateConnectionsRequest
ListPrivateConnectionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPrivateConnectionsRequest
ListPrivateConnectionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListPrivateConnectionsRequest
ListPrivateConnectionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPrivateConnectionsRequest
ListPrivateConnectionsRequest. parseFrom(InputStream input)
static ListPrivateConnectionsRequest
ListPrivateConnectionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPrivateConnectionsRequest
ListPrivateConnectionsRequest. parseFrom(ByteBuffer data)
static ListPrivateConnectionsRequest
ListPrivateConnectionsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1alpha1 that return types with arguments of type ListPrivateConnectionsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse>
DatastreamGrpc. getListPrivateConnectionsMethod()
com.google.protobuf.Parser<ListPrivateConnectionsRequest>
ListPrivateConnectionsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse>
DatastreamClient. listPrivateConnectionsCallable()
Use this method to list private connectivity configurations in a project and location.com.google.api.gax.rpc.UnaryCallable<ListPrivateConnectionsRequest,DatastreamClient.ListPrivateConnectionsPagedResponse>
DatastreamClient. listPrivateConnectionsPagedCallable()
Use this method to list private connectivity configurations in a project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,DatastreamClient.ListPrivateConnectionsPagedResponse>
DatastreamSettings.Builder. listPrivateConnectionsSettings()
Returns the builder for the settings used for calls to listPrivateConnections.com.google.api.gax.rpc.PagedCallSettings<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,DatastreamClient.ListPrivateConnectionsPagedResponse>
DatastreamSettings. listPrivateConnectionsSettings()
Returns the object with the settings used for calls to listPrivateConnections.static com.google.protobuf.Parser<ListPrivateConnectionsRequest>
ListPrivateConnectionsRequest. parser()
Methods in com.google.cloud.datastream.v1alpha1 with parameters of type ListPrivateConnectionsRequest Modifier and Type Method Description DatastreamClient.ListPrivateConnectionsPagedResponse
DatastreamClient. listPrivateConnections(ListPrivateConnectionsRequest request)
Use this method to list private connectivity configurations in a project and location.default void
DatastreamGrpc.AsyncService. listPrivateConnections(ListPrivateConnectionsRequest request, io.grpc.stub.StreamObserver<ListPrivateConnectionsResponse> responseObserver)
Use this method to list private connectivity configurations in a project and location.ListPrivateConnectionsResponse
DatastreamGrpc.DatastreamBlockingStub. listPrivateConnections(ListPrivateConnectionsRequest request)
Use this method to list private connectivity configurations in a project and location.com.google.common.util.concurrent.ListenableFuture<ListPrivateConnectionsResponse>
DatastreamGrpc.DatastreamFutureStub. listPrivateConnections(ListPrivateConnectionsRequest request)
Use this method to list private connectivity configurations in a project and location.void
DatastreamGrpc.DatastreamStub. listPrivateConnections(ListPrivateConnectionsRequest request, io.grpc.stub.StreamObserver<ListPrivateConnectionsResponse> responseObserver)
Use this method to list private connectivity configurations in a project and location.ListPrivateConnectionsRequest.Builder
ListPrivateConnectionsRequest.Builder. mergeFrom(ListPrivateConnectionsRequest other)
static ListPrivateConnectionsRequest.Builder
ListPrivateConnectionsRequest. newBuilder(ListPrivateConnectionsRequest prototype)
Method parameters in com.google.cloud.datastream.v1alpha1 with type arguments of type ListPrivateConnectionsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DatastreamClient.ListPrivateConnectionsPagedResponse>
DatastreamClient.ListPrivateConnectionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, com.google.api.core.ApiFuture<ListPrivateConnectionsResponse> futureResponse)
protected DatastreamClient.ListPrivateConnectionsPage
DatastreamClient.ListPrivateConnectionsPage. createPage(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, ListPrivateConnectionsResponse response)
com.google.api.core.ApiFuture<DatastreamClient.ListPrivateConnectionsPage>
DatastreamClient.ListPrivateConnectionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, com.google.api.core.ApiFuture<ListPrivateConnectionsResponse> futureResponse)
-
Uses of ListPrivateConnectionsRequest in com.google.cloud.datastream.v1alpha1.stub
-