Uses of Class
com.google.cloud.dataplex.v1.ListPartitionsResponse
-
Packages that use ListPartitionsResponse Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of ListPartitionsResponse in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return ListPartitionsResponse Modifier and Type Method Description ListPartitionsResponseListPartitionsResponse.Builder. build()ListPartitionsResponseListPartitionsResponse.Builder. buildPartial()static ListPartitionsResponseListPartitionsResponse. getDefaultInstance()ListPartitionsResponseListPartitionsResponse.Builder. getDefaultInstanceForType()ListPartitionsResponseListPartitionsResponse. getDefaultInstanceForType()ListPartitionsResponseMetadataServiceGrpc.MetadataServiceBlockingStub. listPartitions(ListPartitionsRequest request)List metadata partitions of an entity.static ListPartitionsResponseListPartitionsResponse. parseDelimitedFrom(InputStream input)static ListPartitionsResponseListPartitionsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPartitionsResponseListPartitionsResponse. parseFrom(byte[] data)static ListPartitionsResponseListPartitionsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPartitionsResponseListPartitionsResponse. parseFrom(com.google.protobuf.ByteString data)static ListPartitionsResponseListPartitionsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPartitionsResponseListPartitionsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListPartitionsResponseListPartitionsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPartitionsResponseListPartitionsResponse. parseFrom(InputStream input)static ListPartitionsResponseListPartitionsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPartitionsResponseListPartitionsResponse. parseFrom(ByteBuffer data)static ListPartitionsResponseListPartitionsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type ListPartitionsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListPartitionsRequest,ListPartitionsResponse>MetadataServiceGrpc. getListPartitionsMethod()com.google.protobuf.Parser<ListPartitionsResponse>ListPartitionsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListPartitionsResponse>MetadataServiceGrpc.MetadataServiceFutureStub. listPartitions(ListPartitionsRequest request)List metadata partitions of an entity.com.google.api.gax.rpc.UnaryCallable<ListPartitionsRequest,ListPartitionsResponse>MetadataServiceClient. listPartitionsCallable()List metadata partitions of an entity.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPartitionsRequest,ListPartitionsResponse,MetadataServiceClient.ListPartitionsPagedResponse>MetadataServiceSettings.Builder. listPartitionsSettings()Returns the builder for the settings used for calls to listPartitions.com.google.api.gax.rpc.PagedCallSettings<ListPartitionsRequest,ListPartitionsResponse,MetadataServiceClient.ListPartitionsPagedResponse>MetadataServiceSettings. listPartitionsSettings()Returns the object with the settings used for calls to listPartitions.static com.google.protobuf.Parser<ListPartitionsResponse>ListPartitionsResponse. parser()Methods in com.google.cloud.dataplex.v1 with parameters of type ListPartitionsResponse Modifier and Type Method Description protected MetadataServiceClient.ListPartitionsPageMetadataServiceClient.ListPartitionsPage. createPage(com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, ListPartitionsResponse response)ListPartitionsResponse.BuilderListPartitionsResponse.Builder. mergeFrom(ListPartitionsResponse other)static ListPartitionsResponse.BuilderListPartitionsResponse. newBuilder(ListPartitionsResponse prototype)Method parameters in com.google.cloud.dataplex.v1 with type arguments of type ListPartitionsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MetadataServiceClient.ListPartitionsPagedResponse>MetadataServiceClient.ListPartitionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, com.google.api.core.ApiFuture<ListPartitionsResponse> futureResponse)static com.google.api.core.ApiFuture<MetadataServiceClient.ListPartitionsPagedResponse>MetadataServiceClient.ListPartitionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, com.google.api.core.ApiFuture<ListPartitionsResponse> futureResponse)protected MetadataServiceClient.ListPartitionsPageMetadataServiceClient.ListPartitionsPage. createPage(com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, ListPartitionsResponse response)com.google.api.core.ApiFuture<MetadataServiceClient.ListPartitionsPage>MetadataServiceClient.ListPartitionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, com.google.api.core.ApiFuture<ListPartitionsResponse> futureResponse)com.google.api.core.ApiFuture<MetadataServiceClient.ListPartitionsPage>MetadataServiceClient.ListPartitionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, com.google.api.core.ApiFuture<ListPartitionsResponse> futureResponse)default voidMetadataServiceGrpc.AsyncService. listPartitions(ListPartitionsRequest request, io.grpc.stub.StreamObserver<ListPartitionsResponse> responseObserver)List metadata partitions of an entity.voidMetadataServiceGrpc.MetadataServiceStub. listPartitions(ListPartitionsRequest request, io.grpc.stub.StreamObserver<ListPartitionsResponse> responseObserver)List metadata partitions of an entity. -
Uses of ListPartitionsResponse in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type ListPartitionsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListPartitionsRequest,ListPartitionsResponse>GrpcMetadataServiceStub. listPartitionsCallable()com.google.api.gax.rpc.UnaryCallable<ListPartitionsRequest,ListPartitionsResponse>HttpJsonMetadataServiceStub. listPartitionsCallable()com.google.api.gax.rpc.UnaryCallable<ListPartitionsRequest,ListPartitionsResponse>MetadataServiceStub. listPartitionsCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListPartitionsRequest,ListPartitionsResponse,MetadataServiceClient.ListPartitionsPagedResponse>MetadataServiceStubSettings.Builder. listPartitionsSettings()Returns the builder for the settings used for calls to listPartitions.com.google.api.gax.rpc.PagedCallSettings<ListPartitionsRequest,ListPartitionsResponse,MetadataServiceClient.ListPartitionsPagedResponse>MetadataServiceStubSettings. listPartitionsSettings()Returns the object with the settings used for calls to listPartitions.
-