Uses of Class
com.google.cloud.dataplex.v1.ListContentResponse
-
Packages that use ListContentResponse Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of ListContentResponse in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return ListContentResponse Modifier and Type Method Description ListContentResponse
ListContentResponse.Builder. build()
ListContentResponse
ListContentResponse.Builder. buildPartial()
static ListContentResponse
ListContentResponse. getDefaultInstance()
ListContentResponse
ListContentResponse.Builder. getDefaultInstanceForType()
ListContentResponse
ListContentResponse. getDefaultInstanceForType()
ListContentResponse
ContentServiceGrpc.ContentServiceBlockingStub. listContent(ListContentRequest request)
List content.static ListContentResponse
ListContentResponse. parseDelimitedFrom(InputStream input)
static ListContentResponse
ListContentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListContentResponse
ListContentResponse. parseFrom(byte[] data)
static ListContentResponse
ListContentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListContentResponse
ListContentResponse. parseFrom(com.google.protobuf.ByteString data)
static ListContentResponse
ListContentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListContentResponse
ListContentResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListContentResponse
ListContentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListContentResponse
ListContentResponse. parseFrom(InputStream input)
static ListContentResponse
ListContentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListContentResponse
ListContentResponse. parseFrom(ByteBuffer data)
static ListContentResponse
ListContentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type ListContentResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListContentRequest,ListContentResponse>
ContentServiceGrpc. getListContentMethod()
com.google.protobuf.Parser<ListContentResponse>
ListContentResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListContentResponse>
ContentServiceGrpc.ContentServiceFutureStub. listContent(ListContentRequest request)
List content.com.google.api.gax.rpc.UnaryCallable<ListContentRequest,ListContentResponse>
ContentServiceClient. listContentCallable()
List content.com.google.api.gax.rpc.PagedCallSettings.Builder<ListContentRequest,ListContentResponse,ContentServiceClient.ListContentPagedResponse>
ContentServiceSettings.Builder. listContentSettings()
Returns the builder for the settings used for calls to listContent.com.google.api.gax.rpc.PagedCallSettings<ListContentRequest,ListContentResponse,ContentServiceClient.ListContentPagedResponse>
ContentServiceSettings. listContentSettings()
Returns the object with the settings used for calls to listContent.static com.google.protobuf.Parser<ListContentResponse>
ListContentResponse. parser()
Methods in com.google.cloud.dataplex.v1 with parameters of type ListContentResponse Modifier and Type Method Description protected ContentServiceClient.ListContentPage
ContentServiceClient.ListContentPage. createPage(com.google.api.gax.rpc.PageContext<ListContentRequest,ListContentResponse,Content> context, ListContentResponse response)
ListContentResponse.Builder
ListContentResponse.Builder. mergeFrom(ListContentResponse other)
static ListContentResponse.Builder
ListContentResponse. newBuilder(ListContentResponse prototype)
Method parameters in com.google.cloud.dataplex.v1 with type arguments of type ListContentResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ContentServiceClient.ListContentPagedResponse>
ContentServiceClient.ListContentPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListContentRequest,ListContentResponse,Content> context, com.google.api.core.ApiFuture<ListContentResponse> futureResponse)
static com.google.api.core.ApiFuture<ContentServiceClient.ListContentPagedResponse>
ContentServiceClient.ListContentPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListContentRequest,ListContentResponse,Content> context, com.google.api.core.ApiFuture<ListContentResponse> futureResponse)
protected ContentServiceClient.ListContentPage
ContentServiceClient.ListContentPage. createPage(com.google.api.gax.rpc.PageContext<ListContentRequest,ListContentResponse,Content> context, ListContentResponse response)
com.google.api.core.ApiFuture<ContentServiceClient.ListContentPage>
ContentServiceClient.ListContentPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListContentRequest,ListContentResponse,Content> context, com.google.api.core.ApiFuture<ListContentResponse> futureResponse)
com.google.api.core.ApiFuture<ContentServiceClient.ListContentPage>
ContentServiceClient.ListContentPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListContentRequest,ListContentResponse,Content> context, com.google.api.core.ApiFuture<ListContentResponse> futureResponse)
default void
ContentServiceGrpc.AsyncService. listContent(ListContentRequest request, io.grpc.stub.StreamObserver<ListContentResponse> responseObserver)
List content.void
ContentServiceGrpc.ContentServiceStub. listContent(ListContentRequest request, io.grpc.stub.StreamObserver<ListContentResponse> responseObserver)
List content. -
Uses of ListContentResponse in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type ListContentResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListContentRequest,ListContentResponse>
ContentServiceStub. listContentCallable()
com.google.api.gax.rpc.UnaryCallable<ListContentRequest,ListContentResponse>
GrpcContentServiceStub. listContentCallable()
com.google.api.gax.rpc.UnaryCallable<ListContentRequest,ListContentResponse>
HttpJsonContentServiceStub. listContentCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListContentRequest,ListContentResponse,ContentServiceClient.ListContentPagedResponse>
ContentServiceStubSettings.Builder. listContentSettings()
Returns the builder for the settings used for calls to listContent.com.google.api.gax.rpc.PagedCallSettings<ListContentRequest,ListContentResponse,ContentServiceClient.ListContentPagedResponse>
ContentServiceStubSettings. listContentSettings()
Returns the object with the settings used for calls to listContent.
-