public static final class DataCatalogGrpc.DataCatalogStub extends AbstractAsyncStub<DataCatalogGrpc.DataCatalogStub>
Data Catalog API service allows you to discover, understand, and manage
your data.
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractAsyncStub >
DataCatalogGrpc.DataCatalogStub
Inherited Members
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
build(Channel channel, CallOptions callOptions)
protected DataCatalogGrpc.DataCatalogStub build(Channel channel, CallOptions callOptions)
Parameters
Name | Description |
channel | io.grpc.Channel
|
callOptions | io.grpc.CallOptions
|
Returns
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createEntry(CreateEntryRequest request, StreamObserver<Entry> responseObserver)
public void createEntry(CreateEntryRequest request, StreamObserver<Entry> responseObserver)
Creates an entry.
You can create entries only with 'FILESET', 'CLUSTER', 'DATA_STREAM',
or custom types. Data Catalog automatically creates entries with other
types during metadata ingestion from integrated systems.
You must enable the Data Catalog API in the project identified by
the parent
parameter. For more information, see Data Catalog resource
project.
An entry group can have a maximum of 100,000 entries.
Parameters
createEntryGroup(CreateEntryGroupRequest request, StreamObserver<EntryGroup> responseObserver)
public void createEntryGroup(CreateEntryGroupRequest request, StreamObserver<EntryGroup> responseObserver)
Creates an entry group.
An entry group contains logically related entries together with Cloud
Identity and Access Management policies.
These policies specify users who can create, edit, and view entries
within entry groups.
Data Catalog automatically creates entry groups with names that start with
the @
symbol for the following resources:
- BigQuery entries (
@bigquery
)
- Pub/Sub topics (
@pubsub
)
- Dataproc Metastore services (
@dataproc_metastore_{SERVICE_NAME_HASH}
)
You can create your own entry groups for Cloud Storage fileset entries
and custom entries together with the corresponding IAM policies.
User-created entry groups can't contain the @
symbol, it is reserved
for automatically created groups.
Entry groups, like entries, can be searched.
A maximum of 10,000 entry groups may be created per organization across all
locations.
You must enable the Data Catalog API in the project identified by
the parent
parameter. For more information, see Data Catalog resource
project.
Parameters
createTag(CreateTagRequest request, StreamObserver<Tag> responseObserver)
public void createTag(CreateTagRequest request, StreamObserver<Tag> responseObserver)
Creates a tag and assigns it to:
- An Entry if the method name is
projects.locations.entryGroups.entries.tags.create
.
- Or EntryGroupif the method
name is
projects.locations.entryGroups.tags.create
.
Note: The project identified by the parent
parameter for the tag
and the tag template
used to create the tag must be in the same organization.
Parameters
createTagTemplate(CreateTagTemplateRequest request, StreamObserver<TagTemplate> responseObserver)
public void createTagTemplate(CreateTagTemplateRequest request, StreamObserver<TagTemplate> responseObserver)
Creates a tag template.
You must enable the Data Catalog API in the project identified by the
parent
parameter.
For more information, see Data Catalog resource project.
Parameters
createTagTemplateField(CreateTagTemplateFieldRequest request, StreamObserver<TagTemplateField> responseObserver)
public void createTagTemplateField(CreateTagTemplateFieldRequest request, StreamObserver<TagTemplateField> responseObserver)
Creates a field in a tag template.
You must enable the Data Catalog API in the project identified by
the parent
parameter. For more information, see Data Catalog resource
project.
Parameters
deleteEntry(DeleteEntryRequest request, StreamObserver<Empty> responseObserver)
public void deleteEntry(DeleteEntryRequest request, StreamObserver<Empty> responseObserver)
Deletes an existing entry.
You can delete only the entries created by the
CreateEntry
method.
You must enable the Data Catalog API in the project identified by
the name
parameter. For more information, see Data Catalog
resource
project.
Parameters
deleteEntryGroup(DeleteEntryGroupRequest request, StreamObserver<Empty> responseObserver)
public void deleteEntryGroup(DeleteEntryGroupRequest request, StreamObserver<Empty> responseObserver)
Deletes an entry group.
You must enable the Data Catalog API in the project
identified by the name
parameter. For more information, see Data Catalog
resource
project.
Parameters
deleteTag(DeleteTagRequest request, StreamObserver<Empty> responseObserver)
public void deleteTag(DeleteTagRequest request, StreamObserver<Empty> responseObserver)
Parameters
deleteTagTemplate(DeleteTagTemplateRequest request, StreamObserver<Empty> responseObserver)
public void deleteTagTemplate(DeleteTagTemplateRequest request, StreamObserver<Empty> responseObserver)
Deletes a tag template and all tags that use it.
You must enable the Data Catalog API in the project identified by
the name
parameter. For more information, see Data Catalog resource
project.
Parameters
deleteTagTemplateField(DeleteTagTemplateFieldRequest request, StreamObserver<Empty> responseObserver)
public void deleteTagTemplateField(DeleteTagTemplateFieldRequest request, StreamObserver<Empty> responseObserver)
Deletes a field in a tag template and all uses of this field from the tags
based on this template.
You must enable the Data Catalog API in the project identified by
the name
parameter. For more information, see Data Catalog resource
project.
Parameters
getEntry(GetEntryRequest request, StreamObserver<Entry> responseObserver)
public void getEntry(GetEntryRequest request, StreamObserver<Entry> responseObserver)
Parameters
getEntryGroup(GetEntryGroupRequest request, StreamObserver<EntryGroup> responseObserver)
public void getEntryGroup(GetEntryGroupRequest request, StreamObserver<EntryGroup> responseObserver)
Parameters
getIamPolicy(GetIamPolicyRequest request, StreamObserver<Policy> responseObserver)
public void getIamPolicy(GetIamPolicyRequest request, StreamObserver<Policy> responseObserver)
Gets the access control policy for a resource.
May return:
- A
NOT_FOUND
error if the resource doesn't exist or you don't have the
permission to view it.
- An empty policy if the resource exists but doesn't have a set policy.
Supported resources are:
- Tag templates
- Entry groups
Note: This method doesn't get policies from Google Cloud Platform
resources ingested into Data Catalog.
To call this method, you must have the following Google IAM permissions:
datacatalog.tagTemplates.getIamPolicy
to get policies on tag
templates.
datacatalog.entryGroups.getIamPolicy
to get policies on entry groups.
Parameters
Name | Description |
request | com.google.iam.v1.GetIamPolicyRequest
|
responseObserver | io.grpc.stub.StreamObserver<com.google.iam.v1.Policy>
|
getTagTemplate(GetTagTemplateRequest request, StreamObserver<TagTemplate> responseObserver)
public void getTagTemplate(GetTagTemplateRequest request, StreamObserver<TagTemplate> responseObserver)
Parameters
listEntries(ListEntriesRequest request, StreamObserver<ListEntriesResponse> responseObserver)
public void listEntries(ListEntriesRequest request, StreamObserver<ListEntriesResponse> responseObserver)
Lists entries.
Note: Currently, this method can list only custom entries.
To get a list of both custom and automatically created entries, use
SearchCatalog.
Parameters
listEntryGroups(ListEntryGroupsRequest request, StreamObserver<ListEntryGroupsResponse> responseObserver)
public void listEntryGroups(ListEntryGroupsRequest request, StreamObserver<ListEntryGroupsResponse> responseObserver)
Parameters
public void listTags(ListTagsRequest request, StreamObserver<ListTagsResponse> responseObserver)
Lists tags assigned to an Entry.
The columns in the response are
lowercased.
Parameters
lookupEntry(LookupEntryRequest request, StreamObserver<Entry> responseObserver)
public void lookupEntry(LookupEntryRequest request, StreamObserver<Entry> responseObserver)
Gets an entry by its target resource name.
The resource name comes from the source Google Cloud Platform service.
Parameters
modifyEntryContacts(ModifyEntryContactsRequest request, StreamObserver<Contacts> responseObserver)
public void modifyEntryContacts(ModifyEntryContactsRequest request, StreamObserver<Contacts> responseObserver)
Modifies contacts, part of the business context of an
Entry.
To call this method, you must have the datacatalog.entries.updateContacts
IAM permission on the corresponding project.
Parameters
modifyEntryOverview(ModifyEntryOverviewRequest request, StreamObserver<EntryOverview> responseObserver)
public void modifyEntryOverview(ModifyEntryOverviewRequest request, StreamObserver<EntryOverview> responseObserver)
Modifies entry overview, part of the business context of an
Entry.
To call this method, you must have the datacatalog.entries.updateOverview
IAM permission on the corresponding project.
Parameters
public void renameTagTemplateField(RenameTagTemplateFieldRequest request, StreamObserver<TagTemplateField> responseObserver)
Renames a field in a tag template.
You must enable the Data Catalog API in the project identified by the
name
parameter. For more information, see Data Catalog resource project.
Parameters
public void renameTagTemplateFieldEnumValue(RenameTagTemplateFieldEnumValueRequest request, StreamObserver<TagTemplateField> responseObserver)
Renames an enum value in a tag template.
Within a single enum field, enum values must be unique.
Parameters
searchCatalog(SearchCatalogRequest request, StreamObserver<SearchCatalogResponse> responseObserver)
public void searchCatalog(SearchCatalogRequest request, StreamObserver<SearchCatalogResponse> responseObserver)
Searches Data Catalog for multiple resources like entries and tags that
match a query.
This is a Custom Method that doesn't return
all information on a resource, only its ID and high level fields. To get
more information, you can subsequently call specific get methods.
Note: Data Catalog search queries don't guarantee full recall. Results
that match your query might not be returned, even in subsequent
result pages. Additionally, returned (and not returned) results can vary
if you repeat search queries.
For more information, see Data Catalog search syntax.
Parameters
setIamPolicy(SetIamPolicyRequest request, StreamObserver<Policy> responseObserver)
public void setIamPolicy(SetIamPolicyRequest request, StreamObserver<Policy> responseObserver)
Sets an access control policy for a resource. Replaces any existing
policy.
Supported resources are:
- Tag templates
- Entry groups
Note: This method sets policies only within Data Catalog and can't be
used to manage policies in BigQuery, Pub/Sub, Dataproc Metastore, and any
external Google Cloud Platform resources synced with the Data Catalog.
To call this method, you must have the following Google IAM permissions:
datacatalog.tagTemplates.setIamPolicy
to set policies on tag
templates.
datacatalog.entryGroups.setIamPolicy
to set policies on entry groups.
Parameters
Name | Description |
request | com.google.iam.v1.SetIamPolicyRequest
|
responseObserver | io.grpc.stub.StreamObserver<com.google.iam.v1.Policy>
|
starEntry(StarEntryRequest request, StreamObserver<StarEntryResponse> responseObserver)
public void starEntry(StarEntryRequest request, StreamObserver<StarEntryResponse> responseObserver)
Marks an Entry as starred by
the current user. Starring information is private to each user.
Parameters
testIamPermissions(TestIamPermissionsRequest request, StreamObserver<TestIamPermissionsResponse> responseObserver)
public void testIamPermissions(TestIamPermissionsRequest request, StreamObserver<TestIamPermissionsResponse> responseObserver)
Gets your permissions on a resource.
Returns an empty set of permissions if the resource doesn't exist.
Supported resources are:
- Tag templates
- Entry groups
Note: This method gets policies only within Data Catalog and can't be
used to get policies from BigQuery, Pub/Sub, Dataproc Metastore, and any
external Google Cloud Platform resources ingested into Data Catalog.
No Google IAM permissions are required to call this method.
Parameters
Name | Description |
request | com.google.iam.v1.TestIamPermissionsRequest
|
responseObserver | io.grpc.stub.StreamObserver<com.google.iam.v1.TestIamPermissionsResponse>
|
unstarEntry(UnstarEntryRequest request, StreamObserver<UnstarEntryResponse> responseObserver)
public void unstarEntry(UnstarEntryRequest request, StreamObserver<UnstarEntryResponse> responseObserver)
Marks an Entry as NOT starred by
the current user. Starring information is private to each user.
Parameters
updateEntry(UpdateEntryRequest request, StreamObserver<Entry> responseObserver)
public void updateEntry(UpdateEntryRequest request, StreamObserver<Entry> responseObserver)
Updates an existing entry.
You must enable the Data Catalog API in the project identified by
the entry.name
parameter. For more information, see Data Catalog
resource
project.
Parameters
updateEntryGroup(UpdateEntryGroupRequest request, StreamObserver<EntryGroup> responseObserver)
public void updateEntryGroup(UpdateEntryGroupRequest request, StreamObserver<EntryGroup> responseObserver)
Updates an entry group.
You must enable the Data Catalog API in the project identified by
the entry_group.name
parameter. For more information, see Data Catalog
resource
project.
Parameters
updateTag(UpdateTagRequest request, StreamObserver<Tag> responseObserver)
public void updateTag(UpdateTagRequest request, StreamObserver<Tag> responseObserver)
Parameters
updateTagTemplate(UpdateTagTemplateRequest request, StreamObserver<TagTemplate> responseObserver)
public void updateTagTemplate(UpdateTagTemplateRequest request, StreamObserver<TagTemplate> responseObserver)
Updates a tag template.
You can't update template fields with this method. These fields are
separate resources with their own create, update, and delete methods.
You must enable the Data Catalog API in the project identified by
the tag_template.name
parameter. For more information, see Data Catalog
resource
project.
Parameters
updateTagTemplateField(UpdateTagTemplateFieldRequest request, StreamObserver<TagTemplateField> responseObserver)
public void updateTagTemplateField(UpdateTagTemplateFieldRequest request, StreamObserver<TagTemplateField> responseObserver)
Updates a field in a tag template.
You can't update the field type with this method.
You must enable the Data Catalog API in the project
identified by the name
parameter. For more information, see Data Catalog
resource
project.
Parameters