Uses of Class
com.google.cloud.dataplex.v1.ListDataAttributesRequest
-
Packages that use ListDataAttributesRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of ListDataAttributesRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return ListDataAttributesRequest Modifier and Type Method Description ListDataAttributesRequest
ListDataAttributesRequest.Builder. build()
ListDataAttributesRequest
ListDataAttributesRequest.Builder. buildPartial()
static ListDataAttributesRequest
ListDataAttributesRequest. getDefaultInstance()
ListDataAttributesRequest
ListDataAttributesRequest.Builder. getDefaultInstanceForType()
ListDataAttributesRequest
ListDataAttributesRequest. getDefaultInstanceForType()
static ListDataAttributesRequest
ListDataAttributesRequest. parseDelimitedFrom(InputStream input)
static ListDataAttributesRequest
ListDataAttributesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataAttributesRequest
ListDataAttributesRequest. parseFrom(byte[] data)
static ListDataAttributesRequest
ListDataAttributesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataAttributesRequest
ListDataAttributesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListDataAttributesRequest
ListDataAttributesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataAttributesRequest
ListDataAttributesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDataAttributesRequest
ListDataAttributesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataAttributesRequest
ListDataAttributesRequest. parseFrom(InputStream input)
static ListDataAttributesRequest
ListDataAttributesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataAttributesRequest
ListDataAttributesRequest. parseFrom(ByteBuffer data)
static ListDataAttributesRequest
ListDataAttributesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type ListDataAttributesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDataAttributesRequest,ListDataAttributesResponse>
DataTaxonomyServiceGrpc. getListDataAttributesMethod()
com.google.protobuf.Parser<ListDataAttributesRequest>
ListDataAttributesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListDataAttributesRequest,ListDataAttributesResponse>
DataTaxonomyServiceClient. listDataAttributesCallable()
Lists Data Attribute resources in a DataTaxonomy.com.google.api.gax.rpc.UnaryCallable<ListDataAttributesRequest,DataTaxonomyServiceClient.ListDataAttributesPagedResponse>
DataTaxonomyServiceClient. listDataAttributesPagedCallable()
Lists Data Attribute resources in a DataTaxonomy.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataAttributesRequest,ListDataAttributesResponse,DataTaxonomyServiceClient.ListDataAttributesPagedResponse>
DataTaxonomyServiceSettings.Builder. listDataAttributesSettings()
Returns the builder for the settings used for calls to listDataAttributes.com.google.api.gax.rpc.PagedCallSettings<ListDataAttributesRequest,ListDataAttributesResponse,DataTaxonomyServiceClient.ListDataAttributesPagedResponse>
DataTaxonomyServiceSettings. listDataAttributesSettings()
Returns the object with the settings used for calls to listDataAttributes.static com.google.protobuf.Parser<ListDataAttributesRequest>
ListDataAttributesRequest. parser()
Methods in com.google.cloud.dataplex.v1 with parameters of type ListDataAttributesRequest Modifier and Type Method Description DataTaxonomyServiceClient.ListDataAttributesPagedResponse
DataTaxonomyServiceClient. listDataAttributes(ListDataAttributesRequest request)
Lists Data Attribute resources in a DataTaxonomy.default void
DataTaxonomyServiceGrpc.AsyncService. listDataAttributes(ListDataAttributesRequest request, io.grpc.stub.StreamObserver<ListDataAttributesResponse> responseObserver)
Lists Data Attribute resources in a DataTaxonomy.ListDataAttributesResponse
DataTaxonomyServiceGrpc.DataTaxonomyServiceBlockingStub. listDataAttributes(ListDataAttributesRequest request)
Lists Data Attribute resources in a DataTaxonomy.com.google.common.util.concurrent.ListenableFuture<ListDataAttributesResponse>
DataTaxonomyServiceGrpc.DataTaxonomyServiceFutureStub. listDataAttributes(ListDataAttributesRequest request)
Lists Data Attribute resources in a DataTaxonomy.void
DataTaxonomyServiceGrpc.DataTaxonomyServiceStub. listDataAttributes(ListDataAttributesRequest request, io.grpc.stub.StreamObserver<ListDataAttributesResponse> responseObserver)
Lists Data Attribute resources in a DataTaxonomy.ListDataAttributesRequest.Builder
ListDataAttributesRequest.Builder. mergeFrom(ListDataAttributesRequest other)
static ListDataAttributesRequest.Builder
ListDataAttributesRequest. newBuilder(ListDataAttributesRequest prototype)
Method parameters in com.google.cloud.dataplex.v1 with type arguments of type ListDataAttributesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DataTaxonomyServiceClient.ListDataAttributesPagedResponse>
DataTaxonomyServiceClient.ListDataAttributesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute> context, com.google.api.core.ApiFuture<ListDataAttributesResponse> futureResponse)
protected DataTaxonomyServiceClient.ListDataAttributesPage
DataTaxonomyServiceClient.ListDataAttributesPage. createPage(com.google.api.gax.rpc.PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute> context, ListDataAttributesResponse response)
com.google.api.core.ApiFuture<DataTaxonomyServiceClient.ListDataAttributesPage>
DataTaxonomyServiceClient.ListDataAttributesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDataAttributesRequest,ListDataAttributesResponse,DataAttribute> context, com.google.api.core.ApiFuture<ListDataAttributesResponse> futureResponse)
-
Uses of ListDataAttributesRequest in com.google.cloud.dataplex.v1.stub
-