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