Uses of Class
com.google.cloud.datastream.v1alpha1.ListPrivateConnectionsResponse
-
Packages that use ListPrivateConnectionsResponse Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream APIcom.google.cloud.datastream.v1alpha1.stub -
-
Uses of ListPrivateConnectionsResponse in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return ListPrivateConnectionsResponse Modifier and Type Method Description ListPrivateConnectionsResponse
ListPrivateConnectionsResponse.Builder. build()
ListPrivateConnectionsResponse
ListPrivateConnectionsResponse.Builder. buildPartial()
static ListPrivateConnectionsResponse
ListPrivateConnectionsResponse. getDefaultInstance()
ListPrivateConnectionsResponse
ListPrivateConnectionsResponse.Builder. getDefaultInstanceForType()
ListPrivateConnectionsResponse
ListPrivateConnectionsResponse. getDefaultInstanceForType()
ListPrivateConnectionsResponse
DatastreamGrpc.DatastreamBlockingStub. listPrivateConnections(ListPrivateConnectionsRequest request)
Use this method to list private connectivity configurations in a project and location.static ListPrivateConnectionsResponse
ListPrivateConnectionsResponse. parseDelimitedFrom(InputStream input)
static ListPrivateConnectionsResponse
ListPrivateConnectionsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPrivateConnectionsResponse
ListPrivateConnectionsResponse. parseFrom(byte[] data)
static ListPrivateConnectionsResponse
ListPrivateConnectionsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPrivateConnectionsResponse
ListPrivateConnectionsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListPrivateConnectionsResponse
ListPrivateConnectionsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPrivateConnectionsResponse
ListPrivateConnectionsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListPrivateConnectionsResponse
ListPrivateConnectionsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPrivateConnectionsResponse
ListPrivateConnectionsResponse. parseFrom(InputStream input)
static ListPrivateConnectionsResponse
ListPrivateConnectionsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPrivateConnectionsResponse
ListPrivateConnectionsResponse. parseFrom(ByteBuffer data)
static ListPrivateConnectionsResponse
ListPrivateConnectionsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1alpha1 that return types with arguments of type ListPrivateConnectionsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse>
DatastreamGrpc. getListPrivateConnectionsMethod()
com.google.protobuf.Parser<ListPrivateConnectionsResponse>
ListPrivateConnectionsResponse. getParserForType()
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.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.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<ListPrivateConnectionsResponse>
ListPrivateConnectionsResponse. parser()
Methods in com.google.cloud.datastream.v1alpha1 with parameters of type ListPrivateConnectionsResponse Modifier and Type Method Description protected DatastreamClient.ListPrivateConnectionsPage
DatastreamClient.ListPrivateConnectionsPage. createPage(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, ListPrivateConnectionsResponse response)
ListPrivateConnectionsResponse.Builder
ListPrivateConnectionsResponse.Builder. mergeFrom(ListPrivateConnectionsResponse other)
static ListPrivateConnectionsResponse.Builder
ListPrivateConnectionsResponse. newBuilder(ListPrivateConnectionsResponse prototype)
Method parameters in com.google.cloud.datastream.v1alpha1 with type arguments of type ListPrivateConnectionsResponse 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)
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)
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)
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.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. -
Uses of ListPrivateConnectionsResponse in com.google.cloud.datastream.v1alpha1.stub
-