Uses of Class
com.google.cloud.datacatalog.v1beta1.EntryGroup
-
Packages that use EntryGroup Package Description com.google.cloud.datacatalog.v1beta1 A client to Google Cloud Data Catalog APIcom.google.cloud.datacatalog.v1beta1.stub -
-
Uses of EntryGroup in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return EntryGroup Modifier and Type Method Description EntryGroup
EntryGroup.Builder. build()
EntryGroup
EntryGroup.Builder. buildPartial()
EntryGroup
DataCatalogClient. createEntryGroup(CreateEntryGroupRequest request)
A maximum of 10,000 entry groups may be created per organization across all locations.EntryGroup
DataCatalogClient. createEntryGroup(LocationName parent, String entryGroupId, EntryGroup entryGroup)
A maximum of 10,000 entry groups may be created per organization across all locations.EntryGroup
DataCatalogClient. createEntryGroup(String parent, String entryGroupId, EntryGroup entryGroup)
A maximum of 10,000 entry groups may be created per organization across all locations.EntryGroup
DataCatalogGrpc.DataCatalogBlockingStub. createEntryGroup(CreateEntryGroupRequest request)
A maximum of 10,000 entry groups may be created per organization across all locations.static EntryGroup
EntryGroup. getDefaultInstance()
EntryGroup
EntryGroup.Builder. getDefaultInstanceForType()
EntryGroup
EntryGroup. getDefaultInstanceForType()
EntryGroup
CreateEntryGroupRequest.Builder. getEntryGroup()
The entry group to create.EntryGroup
CreateEntryGroupRequest. getEntryGroup()
The entry group to create.EntryGroup
CreateEntryGroupRequestOrBuilder. getEntryGroup()
The entry group to create.EntryGroup
DataCatalogClient. getEntryGroup(EntryGroupName name)
Gets an EntryGroup.EntryGroup
DataCatalogClient. getEntryGroup(EntryGroupName name, com.google.protobuf.FieldMask readMask)
Gets an EntryGroup.EntryGroup
DataCatalogClient. getEntryGroup(GetEntryGroupRequest request)
Gets an EntryGroup.EntryGroup
DataCatalogClient. getEntryGroup(String name)
Gets an EntryGroup.EntryGroup
DataCatalogClient. getEntryGroup(String name, com.google.protobuf.FieldMask readMask)
Gets an EntryGroup.EntryGroup
DataCatalogGrpc.DataCatalogBlockingStub. getEntryGroup(GetEntryGroupRequest request)
Gets an EntryGroup.EntryGroup
UpdateEntryGroupRequest.Builder. getEntryGroup()
Required.EntryGroup
UpdateEntryGroupRequest. getEntryGroup()
Required.EntryGroup
UpdateEntryGroupRequestOrBuilder. getEntryGroup()
Required.EntryGroup
ListEntryGroupsResponse.Builder. getEntryGroups(int index)
EntryGroup details.EntryGroup
ListEntryGroupsResponse. getEntryGroups(int index)
EntryGroup details.EntryGroup
ListEntryGroupsResponseOrBuilder. getEntryGroups(int index)
EntryGroup details.static EntryGroup
EntryGroup. parseDelimitedFrom(InputStream input)
static EntryGroup
EntryGroup. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntryGroup
EntryGroup. parseFrom(byte[] data)
static EntryGroup
EntryGroup. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntryGroup
EntryGroup. parseFrom(com.google.protobuf.ByteString data)
static EntryGroup
EntryGroup. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntryGroup
EntryGroup. parseFrom(com.google.protobuf.CodedInputStream input)
static EntryGroup
EntryGroup. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntryGroup
EntryGroup. parseFrom(InputStream input)
static EntryGroup
EntryGroup. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntryGroup
EntryGroup. parseFrom(ByteBuffer data)
static EntryGroup
EntryGroup. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
EntryGroup
DataCatalogClient. updateEntryGroup(EntryGroup entryGroup)
Updates an EntryGroup.EntryGroup
DataCatalogClient. updateEntryGroup(EntryGroup entryGroup, com.google.protobuf.FieldMask updateMask)
Updates an EntryGroup.EntryGroup
DataCatalogClient. updateEntryGroup(UpdateEntryGroupRequest request)
Updates an EntryGroup.EntryGroup
DataCatalogGrpc.DataCatalogBlockingStub. updateEntryGroup(UpdateEntryGroupRequest request)
Updates an EntryGroup.Methods in com.google.cloud.datacatalog.v1beta1 that return types with arguments of type EntryGroup Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<EntryGroup>
DataCatalogGrpc.DataCatalogFutureStub. createEntryGroup(CreateEntryGroupRequest request)
A maximum of 10,000 entry groups may be created per organization across all locations.com.google.api.gax.rpc.UnaryCallable<CreateEntryGroupRequest,EntryGroup>
DataCatalogClient. createEntryGroupCallable()
A maximum of 10,000 entry groups may be created per organization across all locations.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEntryGroupRequest,EntryGroup>
DataCatalogSettings.Builder. createEntryGroupSettings()
Returns the builder for the settings used for calls to createEntryGroup.com.google.api.gax.rpc.UnaryCallSettings<CreateEntryGroupRequest,EntryGroup>
DataCatalogSettings. createEntryGroupSettings()
Returns the object with the settings used for calls to createEntryGroup.static io.grpc.MethodDescriptor<CreateEntryGroupRequest,EntryGroup>
DataCatalogGrpc. getCreateEntryGroupMethod()
com.google.common.util.concurrent.ListenableFuture<EntryGroup>
DataCatalogGrpc.DataCatalogFutureStub. getEntryGroup(GetEntryGroupRequest request)
Gets an EntryGroup.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.List<EntryGroup>
ListEntryGroupsResponse.Builder. getEntryGroupsList()
EntryGroup details.List<EntryGroup>
ListEntryGroupsResponse. getEntryGroupsList()
EntryGroup details.List<EntryGroup>
ListEntryGroupsResponseOrBuilder. getEntryGroupsList()
EntryGroup details.static io.grpc.MethodDescriptor<GetEntryGroupRequest,EntryGroup>
DataCatalogGrpc. getGetEntryGroupMethod()
com.google.protobuf.Parser<EntryGroup>
EntryGroup. getParserForType()
static io.grpc.MethodDescriptor<UpdateEntryGroupRequest,EntryGroup>
DataCatalogGrpc. getUpdateEntryGroupMethod()
static com.google.protobuf.Parser<EntryGroup>
EntryGroup. parser()
com.google.common.util.concurrent.ListenableFuture<EntryGroup>
DataCatalogGrpc.DataCatalogFutureStub. updateEntryGroup(UpdateEntryGroupRequest request)
Updates an EntryGroup.com.google.api.gax.rpc.UnaryCallable<UpdateEntryGroupRequest,EntryGroup>
DataCatalogClient. updateEntryGroupCallable()
Updates an EntryGroup.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEntryGroupRequest,EntryGroup>
DataCatalogSettings.Builder. updateEntryGroupSettings()
Returns the builder for the settings used for calls to updateEntryGroup.com.google.api.gax.rpc.UnaryCallSettings<UpdateEntryGroupRequest,EntryGroup>
DataCatalogSettings. updateEntryGroupSettings()
Returns the object with the settings used for calls to updateEntryGroup.Methods in com.google.cloud.datacatalog.v1beta1 with parameters of type EntryGroup Modifier and Type Method Description ListEntryGroupsResponse.Builder
ListEntryGroupsResponse.Builder. addEntryGroups(int index, EntryGroup value)
EntryGroup details.ListEntryGroupsResponse.Builder
ListEntryGroupsResponse.Builder. addEntryGroups(EntryGroup value)
EntryGroup details.EntryGroup
DataCatalogClient. createEntryGroup(LocationName parent, String entryGroupId, EntryGroup entryGroup)
A maximum of 10,000 entry groups may be created per organization across all locations.EntryGroup
DataCatalogClient. createEntryGroup(String parent, String entryGroupId, EntryGroup entryGroup)
A maximum of 10,000 entry groups may be created per organization across all locations.CreateEntryGroupRequest.Builder
CreateEntryGroupRequest.Builder. mergeEntryGroup(EntryGroup value)
The entry group to create.UpdateEntryGroupRequest.Builder
UpdateEntryGroupRequest.Builder. mergeEntryGroup(EntryGroup value)
Required.EntryGroup.Builder
EntryGroup.Builder. mergeFrom(EntryGroup other)
static EntryGroup.Builder
EntryGroup. newBuilder(EntryGroup prototype)
CreateEntryGroupRequest.Builder
CreateEntryGroupRequest.Builder. setEntryGroup(EntryGroup value)
The entry group to create.UpdateEntryGroupRequest.Builder
UpdateEntryGroupRequest.Builder. setEntryGroup(EntryGroup value)
Required.ListEntryGroupsResponse.Builder
ListEntryGroupsResponse.Builder. setEntryGroups(int index, EntryGroup value)
EntryGroup details.EntryGroup
DataCatalogClient. updateEntryGroup(EntryGroup entryGroup)
Updates an EntryGroup.EntryGroup
DataCatalogClient. updateEntryGroup(EntryGroup entryGroup, com.google.protobuf.FieldMask updateMask)
Updates an EntryGroup.Method parameters in com.google.cloud.datacatalog.v1beta1 with type arguments of type EntryGroup Modifier and Type Method Description ListEntryGroupsResponse.Builder
ListEntryGroupsResponse.Builder. addAllEntryGroups(Iterable<? extends EntryGroup> values)
EntryGroup details.static com.google.api.core.ApiFuture<DataCatalogClient.ListEntryGroupsPagedResponse>
DataCatalogClient.ListEntryGroupsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup> context, com.google.api.core.ApiFuture<ListEntryGroupsResponse> futureResponse)
default void
DataCatalogGrpc.AsyncService. createEntryGroup(CreateEntryGroupRequest request, io.grpc.stub.StreamObserver<EntryGroup> responseObserver)
A maximum of 10,000 entry groups may be created per organization across all locations.void
DataCatalogGrpc.DataCatalogStub. createEntryGroup(CreateEntryGroupRequest request, io.grpc.stub.StreamObserver<EntryGroup> responseObserver)
A maximum of 10,000 entry groups may be created per organization across all locations.protected DataCatalogClient.ListEntryGroupsPage
DataCatalogClient.ListEntryGroupsPage. createPage(com.google.api.gax.rpc.PageContext<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup> context, ListEntryGroupsResponse response)
com.google.api.core.ApiFuture<DataCatalogClient.ListEntryGroupsPage>
DataCatalogClient.ListEntryGroupsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListEntryGroupsRequest,ListEntryGroupsResponse,EntryGroup> context, com.google.api.core.ApiFuture<ListEntryGroupsResponse> futureResponse)
default void
DataCatalogGrpc.AsyncService. getEntryGroup(GetEntryGroupRequest request, io.grpc.stub.StreamObserver<EntryGroup> responseObserver)
Gets an EntryGroup.void
DataCatalogGrpc.DataCatalogStub. getEntryGroup(GetEntryGroupRequest request, io.grpc.stub.StreamObserver<EntryGroup> responseObserver)
Gets an EntryGroup.default void
DataCatalogGrpc.AsyncService. updateEntryGroup(UpdateEntryGroupRequest request, io.grpc.stub.StreamObserver<EntryGroup> responseObserver)
Updates an EntryGroup.void
DataCatalogGrpc.DataCatalogStub. updateEntryGroup(UpdateEntryGroupRequest request, io.grpc.stub.StreamObserver<EntryGroup> responseObserver)
Updates an EntryGroup. -
Uses of EntryGroup in com.google.cloud.datacatalog.v1beta1.stub
Methods in com.google.cloud.datacatalog.v1beta1.stub that return types with arguments of type EntryGroup Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateEntryGroupRequest,EntryGroup>
DataCatalogStub. createEntryGroupCallable()
com.google.api.gax.rpc.UnaryCallable<CreateEntryGroupRequest,EntryGroup>
GrpcDataCatalogStub. createEntryGroupCallable()
com.google.api.gax.rpc.UnaryCallable<CreateEntryGroupRequest,EntryGroup>
HttpJsonDataCatalogStub. createEntryGroupCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEntryGroupRequest,EntryGroup>
DataCatalogStubSettings.Builder. createEntryGroupSettings()
Returns the builder for the settings used for calls to createEntryGroup.com.google.api.gax.rpc.UnaryCallSettings<CreateEntryGroupRequest,EntryGroup>
DataCatalogStubSettings. createEntryGroupSettings()
Returns the object with the settings used for calls to createEntryGroup.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.com.google.api.gax.rpc.UnaryCallable<UpdateEntryGroupRequest,EntryGroup>
DataCatalogStub. updateEntryGroupCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateEntryGroupRequest,EntryGroup>
GrpcDataCatalogStub. updateEntryGroupCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateEntryGroupRequest,EntryGroup>
HttpJsonDataCatalogStub. updateEntryGroupCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEntryGroupRequest,EntryGroup>
DataCatalogStubSettings.Builder. updateEntryGroupSettings()
Returns the builder for the settings used for calls to updateEntryGroup.com.google.api.gax.rpc.UnaryCallSettings<UpdateEntryGroupRequest,EntryGroup>
DataCatalogStubSettings. updateEntryGroupSettings()
Returns the object with the settings used for calls to updateEntryGroup.
-