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 ListDataAttributesRequestListDataAttributesRequest.Builder. build()ListDataAttributesRequestListDataAttributesRequest.Builder. buildPartial()static ListDataAttributesRequestListDataAttributesRequest. getDefaultInstance()ListDataAttributesRequestListDataAttributesRequest.Builder. getDefaultInstanceForType()ListDataAttributesRequestListDataAttributesRequest. getDefaultInstanceForType()static ListDataAttributesRequestListDataAttributesRequest. parseDelimitedFrom(InputStream input)static ListDataAttributesRequestListDataAttributesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataAttributesRequestListDataAttributesRequest. parseFrom(byte[] data)static ListDataAttributesRequestListDataAttributesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataAttributesRequestListDataAttributesRequest. parseFrom(com.google.protobuf.ByteString data)static ListDataAttributesRequestListDataAttributesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataAttributesRequestListDataAttributesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListDataAttributesRequestListDataAttributesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataAttributesRequestListDataAttributesRequest. parseFrom(InputStream input)static ListDataAttributesRequestListDataAttributesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataAttributesRequestListDataAttributesRequest. parseFrom(ByteBuffer data)static ListDataAttributesRequestListDataAttributesRequest. 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.ListDataAttributesPagedResponseDataTaxonomyServiceClient. listDataAttributes(ListDataAttributesRequest request)Lists Data Attribute resources in a DataTaxonomy.default voidDataTaxonomyServiceGrpc.AsyncService. listDataAttributes(ListDataAttributesRequest request, io.grpc.stub.StreamObserver<ListDataAttributesResponse> responseObserver)Lists Data Attribute resources in a DataTaxonomy.ListDataAttributesResponseDataTaxonomyServiceGrpc.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.voidDataTaxonomyServiceGrpc.DataTaxonomyServiceStub. listDataAttributes(ListDataAttributesRequest request, io.grpc.stub.StreamObserver<ListDataAttributesResponse> responseObserver)Lists Data Attribute resources in a DataTaxonomy.ListDataAttributesRequest.BuilderListDataAttributesRequest.Builder. mergeFrom(ListDataAttributesRequest other)static ListDataAttributesRequest.BuilderListDataAttributesRequest. 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.ListDataAttributesPageDataTaxonomyServiceClient.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
-