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 GetEntityRequest
GetEntityRequest.Builder. build()
GetEntityRequest
GetEntityRequest.Builder. buildPartial()
static GetEntityRequest
GetEntityRequest. getDefaultInstance()
GetEntityRequest
GetEntityRequest.Builder. getDefaultInstanceForType()
GetEntityRequest
GetEntityRequest. getDefaultInstanceForType()
static GetEntityRequest
GetEntityRequest. parseDelimitedFrom(InputStream input)
static GetEntityRequest
GetEntityRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntityRequest
GetEntityRequest. parseFrom(byte[] data)
static GetEntityRequest
GetEntityRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntityRequest
GetEntityRequest. parseFrom(com.google.protobuf.ByteString data)
static GetEntityRequest
GetEntityRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntityRequest
GetEntityRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetEntityRequest
GetEntityRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntityRequest
GetEntityRequest. parseFrom(InputStream input)
static GetEntityRequest
GetEntityRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntityRequest
GetEntityRequest. parseFrom(ByteBuffer data)
static GetEntityRequest
GetEntityRequest. 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 Entity
MetadataServiceClient. getEntity(GetEntityRequest request)
Get a metadata entity.default void
MetadataServiceGrpc.AsyncService. getEntity(GetEntityRequest request, io.grpc.stub.StreamObserver<Entity> responseObserver)
Get a metadata entity.Entity
MetadataServiceGrpc.MetadataServiceBlockingStub. getEntity(GetEntityRequest request)
Get a metadata entity.com.google.common.util.concurrent.ListenableFuture<Entity>
MetadataServiceGrpc.MetadataServiceFutureStub. getEntity(GetEntityRequest request)
Get a metadata entity.void
MetadataServiceGrpc.MetadataServiceStub. getEntity(GetEntityRequest request, io.grpc.stub.StreamObserver<Entity> responseObserver)
Get a metadata entity.GetEntityRequest.Builder
GetEntityRequest.Builder. mergeFrom(GetEntityRequest other)
static GetEntityRequest.Builder
GetEntityRequest. 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.
-