Uses of Class
com.google.cloud.datacatalog.v1beta1.GetEntryGroupRequest
-
Packages that use GetEntryGroupRequest Package Description com.google.cloud.datacatalog.v1beta1 A client to Google Cloud Data Catalog APIcom.google.cloud.datacatalog.v1beta1.stub -
-
Uses of GetEntryGroupRequest in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return GetEntryGroupRequest Modifier and Type Method Description GetEntryGroupRequest
GetEntryGroupRequest.Builder. build()
GetEntryGroupRequest
GetEntryGroupRequest.Builder. buildPartial()
static GetEntryGroupRequest
GetEntryGroupRequest. getDefaultInstance()
GetEntryGroupRequest
GetEntryGroupRequest.Builder. getDefaultInstanceForType()
GetEntryGroupRequest
GetEntryGroupRequest. getDefaultInstanceForType()
static GetEntryGroupRequest
GetEntryGroupRequest. parseDelimitedFrom(InputStream input)
static GetEntryGroupRequest
GetEntryGroupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntryGroupRequest
GetEntryGroupRequest. parseFrom(byte[] data)
static GetEntryGroupRequest
GetEntryGroupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntryGroupRequest
GetEntryGroupRequest. parseFrom(com.google.protobuf.ByteString data)
static GetEntryGroupRequest
GetEntryGroupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntryGroupRequest
GetEntryGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetEntryGroupRequest
GetEntryGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntryGroupRequest
GetEntryGroupRequest. parseFrom(InputStream input)
static GetEntryGroupRequest
GetEntryGroupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntryGroupRequest
GetEntryGroupRequest. parseFrom(ByteBuffer data)
static GetEntryGroupRequest
GetEntryGroupRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.v1beta1 that return types with arguments of type GetEntryGroupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEntryGroupRequest,EntryGroup>
DataCatalogClient. getEntryGroupCallable()
Gets an EntryGroup.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEntryGroupRequest,EntryGroup>
DataCatalogSettings.Builder. getEntryGroupSettings()
Returns the builder for the settings used for calls to getEntryGroup.com.google.api.gax.rpc.UnaryCallSettings<GetEntryGroupRequest,EntryGroup>
DataCatalogSettings. getEntryGroupSettings()
Returns the object with the settings used for calls to getEntryGroup.static io.grpc.MethodDescriptor<GetEntryGroupRequest,EntryGroup>
DataCatalogGrpc. getGetEntryGroupMethod()
com.google.protobuf.Parser<GetEntryGroupRequest>
GetEntryGroupRequest. getParserForType()
static com.google.protobuf.Parser<GetEntryGroupRequest>
GetEntryGroupRequest. parser()
Methods in com.google.cloud.datacatalog.v1beta1 with parameters of type GetEntryGroupRequest Modifier and Type Method Description EntryGroup
DataCatalogClient. getEntryGroup(GetEntryGroupRequest request)
Gets an EntryGroup.default void
DataCatalogGrpc.AsyncService. getEntryGroup(GetEntryGroupRequest request, io.grpc.stub.StreamObserver<EntryGroup> responseObserver)
Gets an EntryGroup.EntryGroup
DataCatalogGrpc.DataCatalogBlockingStub. getEntryGroup(GetEntryGroupRequest request)
Gets an EntryGroup.com.google.common.util.concurrent.ListenableFuture<EntryGroup>
DataCatalogGrpc.DataCatalogFutureStub. getEntryGroup(GetEntryGroupRequest request)
Gets an EntryGroup.void
DataCatalogGrpc.DataCatalogStub. getEntryGroup(GetEntryGroupRequest request, io.grpc.stub.StreamObserver<EntryGroup> responseObserver)
Gets an EntryGroup.GetEntryGroupRequest.Builder
GetEntryGroupRequest.Builder. mergeFrom(GetEntryGroupRequest other)
static GetEntryGroupRequest.Builder
GetEntryGroupRequest. newBuilder(GetEntryGroupRequest prototype)
-
Uses of GetEntryGroupRequest in com.google.cloud.datacatalog.v1beta1.stub
Methods in com.google.cloud.datacatalog.v1beta1.stub that return types with arguments of type GetEntryGroupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEntryGroupRequest,EntryGroup>
DataCatalogStub. getEntryGroupCallable()
com.google.api.gax.rpc.UnaryCallable<GetEntryGroupRequest,EntryGroup>
GrpcDataCatalogStub. getEntryGroupCallable()
com.google.api.gax.rpc.UnaryCallable<GetEntryGroupRequest,EntryGroup>
HttpJsonDataCatalogStub. getEntryGroupCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEntryGroupRequest,EntryGroup>
DataCatalogStubSettings.Builder. getEntryGroupSettings()
Returns the builder for the settings used for calls to getEntryGroup.com.google.api.gax.rpc.UnaryCallSettings<GetEntryGroupRequest,EntryGroup>
DataCatalogStubSettings. getEntryGroupSettings()
Returns the object with the settings used for calls to getEntryGroup.
-