public static final class DataCatalogGrpc.DataCatalogBlockingStub extends io.grpc.stub.AbstractStub<DataCatalogGrpc.DataCatalogBlockingStub>
Data Catalog API service allows clients to discover, understand, and manage their data.
| Modifier and Type | Method and Description |
|---|---|
protected DataCatalogGrpc.DataCatalogBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Tag |
createTag(CreateTagRequest request)
Creates a tag on an [Entry][google.cloud.datacatalog.v1beta1.Entry].
|
TagTemplate |
createTagTemplate(CreateTagTemplateRequest request)
Creates a tag template.
|
TagTemplateField |
createTagTemplateField(CreateTagTemplateFieldRequest request)
Creates a field in a tag template.
|
com.google.protobuf.Empty |
deleteTag(DeleteTagRequest request)
Deletes a tag.
|
com.google.protobuf.Empty |
deleteTagTemplate(DeleteTagTemplateRequest request)
Deletes a tag template and all tags using the template.
|
com.google.protobuf.Empty |
deleteTagTemplateField(DeleteTagTemplateFieldRequest request)
Deletes a field in a tag template and all uses of that field.
|
Entry |
getEntry(GetEntryRequest request)
Gets an entry.
|
com.google.iam.v1.Policy |
getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Gets the access control policy for a resource.
|
TagTemplate |
getTagTemplate(GetTagTemplateRequest request)
Gets a tag template.
|
ListTagsResponse |
listTags(ListTagsRequest request)
Lists the tags on an [Entry][google.cloud.datacatalog.v1beta1.Entry].
|
Entry |
lookupEntry(LookupEntryRequest request)
Get an entry by target resource name.
|
TagTemplateField |
renameTagTemplateField(RenameTagTemplateFieldRequest request)
Renames a field in a tag template.
|
SearchCatalogResponse |
searchCatalog(SearchCatalogRequest request)
Searches Data Catalog for multiple resources like entries, tags that
match a query.
|
com.google.iam.v1.Policy |
setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Sets the access control policy for a resource.
|
com.google.iam.v1.TestIamPermissionsResponse |
testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Returns the caller's permissions on a resource.
|
Entry |
updateEntry(UpdateEntryRequest request)
Updates an existing entry.
|
Tag |
updateTag(UpdateTagRequest request)
Updates an existing tag.
|
TagTemplate |
updateTagTemplate(UpdateTagTemplateRequest request)
Updates a tag template.
|
TagTemplateField |
updateTagTemplateField(UpdateTagTemplateFieldRequest request)
Updates a field in a tag template.
|
protected DataCatalogGrpc.DataCatalogBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<DataCatalogGrpc.DataCatalogBlockingStub>public SearchCatalogResponse searchCatalog(SearchCatalogRequest request)
Searches Data Catalog for multiple resources like entries, tags that match a query. This is a custom method (https://cloud.google.com/apis/design/custom_methods) and does not return the complete resource, only the resource identifier and high level fields. Clients can subsequentally call Get methods. Note that searches do not have full recall. There may be results that match your query but are not returned, even in subsequent pages of results. These missing results may vary across repeated calls to search. Do not rely on this method if you need to guarantee full recall. See [Data Catalog Search Syntax](/data-catalog/docs/how-to/search-reference) for more information.
public Entry updateEntry(UpdateEntryRequest request)
Updates an existing entry.
public Entry getEntry(GetEntryRequest request)
Gets an entry.
public Entry lookupEntry(LookupEntryRequest request)
Get an entry by target resource name. This method allows clients to use the resource name from the source Google Cloud Platform service to get the Data Catalog Entry.
public TagTemplate createTagTemplate(CreateTagTemplateRequest request)
Creates a tag template.
public TagTemplate getTagTemplate(GetTagTemplateRequest request)
Gets a tag template.
public TagTemplate updateTagTemplate(UpdateTagTemplateRequest request)
Updates a tag template. This method cannot be used to update the fields of a template. The tag template fields are represented as separate resources and should be updated using their own create/update/delete methods.
public com.google.protobuf.Empty deleteTagTemplate(DeleteTagTemplateRequest request)
Deletes a tag template and all tags using the template.
public TagTemplateField createTagTemplateField(CreateTagTemplateFieldRequest request)
Creates a field in a tag template.
public TagTemplateField updateTagTemplateField(UpdateTagTemplateFieldRequest request)
Updates a field in a tag template. This method cannot be used to update the field type.
public TagTemplateField renameTagTemplateField(RenameTagTemplateFieldRequest request)
Renames a field in a tag template.
public com.google.protobuf.Empty deleteTagTemplateField(DeleteTagTemplateFieldRequest request)
Deletes a field in a tag template and all uses of that field.
public Tag createTag(CreateTagRequest request)
Creates a tag on an [Entry][google.cloud.datacatalog.v1beta1.Entry].
public Tag updateTag(UpdateTagRequest request)
Updates an existing tag.
public com.google.protobuf.Empty deleteTag(DeleteTagRequest request)
Deletes a tag.
public ListTagsResponse listTags(ListTagsRequest request)
Lists the tags on an [Entry][google.cloud.datacatalog.v1beta1.Entry].
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Sets the access control policy for a resource. Replaces any existing policy. Supported resources are: - Tag templates. Note, this method cannot be used to manage policies for BigQuery, Cloud Pub/Sub and any external Google Cloud Platform resources synced to Cloud Data Catalog. Callers must have following Google IAM permission `datacatalog.tagTemplates.setIamPolicy` to set policies on tag templates.
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Gets the access control policy for a resource. A `NOT_FOUND` error is returned if the resource does not exist. An empty policy is returned if the resource exists but does not have a policy set on it. Supported resources are: - Tag templates. Note, this method cannot be used to manage policies for BigQuery, Cloud Pub/Sub and any external Google Cloud Platform resources synced to Cloud Data Catalog. Callers must have following Google IAM permission `datacatalog.tagTemplates.getIamPolicy` to get policies on tag templates.
public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Returns the caller's permissions on a resource. If the resource does not exist, an empty set of permissions is returned (We don't return a `NOT_FOUND` error). Supported resource are: - tag templates. Note, this method cannot be used to manage policies for BigQuery, Cloud Pub/Sub and any external Google Cloud Platform resources synced to Cloud Data Catalog. A caller is not required to have Google IAM permission to make this request.
Copyright © 2019 Google LLC. All rights reserved.