Uses of Class
com.google.cloud.dataplex.v1.GetEntityRequest
-
Packages that use GetEntityRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of GetEntityRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return GetEntityRequest Modifier and Type Method Description GetEntityRequestGetEntityRequest.Builder. build()GetEntityRequestGetEntityRequest.Builder. buildPartial()static GetEntityRequestGetEntityRequest. getDefaultInstance()GetEntityRequestGetEntityRequest.Builder. getDefaultInstanceForType()GetEntityRequestGetEntityRequest. getDefaultInstanceForType()static GetEntityRequestGetEntityRequest. parseDelimitedFrom(InputStream input)static GetEntityRequestGetEntityRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEntityRequestGetEntityRequest. parseFrom(byte[] data)static GetEntityRequestGetEntityRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEntityRequestGetEntityRequest. parseFrom(com.google.protobuf.ByteString data)static GetEntityRequestGetEntityRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEntityRequestGetEntityRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetEntityRequestGetEntityRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEntityRequestGetEntityRequest. parseFrom(InputStream input)static GetEntityRequestGetEntityRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEntityRequestGetEntityRequest. parseFrom(ByteBuffer data)static GetEntityRequestGetEntityRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type GetEntityRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEntityRequest,Entity>MetadataServiceClient. getEntityCallable()Get a metadata entity.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEntityRequest,Entity>MetadataServiceSettings.Builder. getEntitySettings()Returns the builder for the settings used for calls to getEntity.com.google.api.gax.rpc.UnaryCallSettings<GetEntityRequest,Entity>MetadataServiceSettings. getEntitySettings()Returns the object with the settings used for calls to getEntity.static io.grpc.MethodDescriptor<GetEntityRequest,Entity>MetadataServiceGrpc. getGetEntityMethod()com.google.protobuf.Parser<GetEntityRequest>GetEntityRequest. getParserForType()static com.google.protobuf.Parser<GetEntityRequest>GetEntityRequest. parser()Methods in com.google.cloud.dataplex.v1 with parameters of type GetEntityRequest Modifier and Type Method Description EntityMetadataServiceClient. getEntity(GetEntityRequest request)Get a metadata entity.default voidMetadataServiceGrpc.AsyncService. getEntity(GetEntityRequest request, io.grpc.stub.StreamObserver<Entity> responseObserver)Get a metadata entity.EntityMetadataServiceGrpc.MetadataServiceBlockingStub. getEntity(GetEntityRequest request)Get a metadata entity.com.google.common.util.concurrent.ListenableFuture<Entity>MetadataServiceGrpc.MetadataServiceFutureStub. getEntity(GetEntityRequest request)Get a metadata entity.voidMetadataServiceGrpc.MetadataServiceStub. getEntity(GetEntityRequest request, io.grpc.stub.StreamObserver<Entity> responseObserver)Get a metadata entity.GetEntityRequest.BuilderGetEntityRequest.Builder. mergeFrom(GetEntityRequest other)static GetEntityRequest.BuilderGetEntityRequest. newBuilder(GetEntityRequest prototype) -
Uses of GetEntityRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type GetEntityRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEntityRequest,Entity>GrpcMetadataServiceStub. getEntityCallable()com.google.api.gax.rpc.UnaryCallable<GetEntityRequest,Entity>HttpJsonMetadataServiceStub. getEntityCallable()com.google.api.gax.rpc.UnaryCallable<GetEntityRequest,Entity>MetadataServiceStub. getEntityCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEntityRequest,Entity>MetadataServiceStubSettings.Builder. getEntitySettings()Returns the builder for the settings used for calls to getEntity.com.google.api.gax.rpc.UnaryCallSettings<GetEntityRequest,Entity>MetadataServiceStubSettings. getEntitySettings()Returns the object with the settings used for calls to getEntity.
-