@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/cloud/datacatalog/v1beta1/datacatalog.proto") public final class DataCatalogGrpc extends Object
Data Catalog API service allows clients to discover, understand, and manage their data.
| Modifier and Type | Class and Description |
|---|---|
static class |
DataCatalogGrpc.DataCatalogBlockingStub
Data Catalog API service allows clients to discover, understand, and manage
their data.
|
static class |
DataCatalogGrpc.DataCatalogFutureStub
Data Catalog API service allows clients to discover, understand, and manage
their data.
|
static class |
DataCatalogGrpc.DataCatalogImplBase
Data Catalog API service allows clients to discover, understand, and manage
their data.
|
static class |
DataCatalogGrpc.DataCatalogStub
Data Catalog API service allows clients to discover, understand, and manage
their data.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateTagRequest,Tag> |
METHOD_CREATE_TAG
Deprecated.
|
static io.grpc.MethodDescriptor<CreateTagTemplateRequest,TagTemplate> |
METHOD_CREATE_TAG_TEMPLATE
Deprecated.
|
static io.grpc.MethodDescriptor<CreateTagTemplateFieldRequest,TagTemplateField> |
METHOD_CREATE_TAG_TEMPLATE_FIELD
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteTagRequest,com.google.protobuf.Empty> |
METHOD_DELETE_TAG
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteTagTemplateRequest,com.google.protobuf.Empty> |
METHOD_DELETE_TAG_TEMPLATE
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteTagTemplateFieldRequest,com.google.protobuf.Empty> |
METHOD_DELETE_TAG_TEMPLATE_FIELD
Deprecated.
|
static io.grpc.MethodDescriptor<GetEntryRequest,Entry> |
METHOD_GET_ENTRY
Deprecated.
|
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
METHOD_GET_IAM_POLICY
Deprecated.
|
static io.grpc.MethodDescriptor<GetTagTemplateRequest,TagTemplate> |
METHOD_GET_TAG_TEMPLATE
Deprecated.
|
static io.grpc.MethodDescriptor<ListTagsRequest,ListTagsResponse> |
METHOD_LIST_TAGS
Deprecated.
|
static io.grpc.MethodDescriptor<LookupEntryRequest,Entry> |
METHOD_LOOKUP_ENTRY
Deprecated.
|
static io.grpc.MethodDescriptor<RenameTagTemplateFieldRequest,TagTemplateField> |
METHOD_RENAME_TAG_TEMPLATE_FIELD
Deprecated.
|
static io.grpc.MethodDescriptor<SearchCatalogRequest,SearchCatalogResponse> |
METHOD_SEARCH_CATALOG
Deprecated.
|
static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
METHOD_SET_IAM_POLICY
Deprecated.
|
static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
METHOD_TEST_IAM_PERMISSIONS
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateEntryRequest,Entry> |
METHOD_UPDATE_ENTRY
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateTagRequest,Tag> |
METHOD_UPDATE_TAG
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateTagTemplateRequest,TagTemplate> |
METHOD_UPDATE_TAG_TEMPLATE
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateTagTemplateFieldRequest,TagTemplateField> |
METHOD_UPDATE_TAG_TEMPLATE_FIELD
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateTagRequest,Tag> |
getCreateTagMethod() |
static io.grpc.MethodDescriptor<CreateTagTemplateFieldRequest,TagTemplateField> |
getCreateTagTemplateFieldMethod() |
static io.grpc.MethodDescriptor<CreateTagTemplateRequest,TagTemplate> |
getCreateTagTemplateMethod() |
static io.grpc.MethodDescriptor<DeleteTagRequest,com.google.protobuf.Empty> |
getDeleteTagMethod() |
static io.grpc.MethodDescriptor<DeleteTagTemplateFieldRequest,com.google.protobuf.Empty> |
getDeleteTagTemplateFieldMethod() |
static io.grpc.MethodDescriptor<DeleteTagTemplateRequest,com.google.protobuf.Empty> |
getDeleteTagTemplateMethod() |
static io.grpc.MethodDescriptor<GetEntryRequest,Entry> |
getGetEntryMethod() |
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getGetIamPolicyMethod() |
static io.grpc.MethodDescriptor<GetTagTemplateRequest,TagTemplate> |
getGetTagTemplateMethod() |
static io.grpc.MethodDescriptor<ListTagsRequest,ListTagsResponse> |
getListTagsMethod() |
static io.grpc.MethodDescriptor<LookupEntryRequest,Entry> |
getLookupEntryMethod() |
static io.grpc.MethodDescriptor<RenameTagTemplateFieldRequest,TagTemplateField> |
getRenameTagTemplateFieldMethod() |
static io.grpc.MethodDescriptor<SearchCatalogRequest,SearchCatalogResponse> |
getSearchCatalogMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
getSetIamPolicyMethod() |
static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
getTestIamPermissionsMethod() |
static io.grpc.MethodDescriptor<UpdateEntryRequest,Entry> |
getUpdateEntryMethod() |
static io.grpc.MethodDescriptor<UpdateTagRequest,Tag> |
getUpdateTagMethod() |
static io.grpc.MethodDescriptor<UpdateTagTemplateFieldRequest,TagTemplateField> |
getUpdateTagTemplateFieldMethod() |
static io.grpc.MethodDescriptor<UpdateTagTemplateRequest,TagTemplate> |
getUpdateTagTemplateMethod() |
static DataCatalogGrpc.DataCatalogBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static DataCatalogGrpc.DataCatalogFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static DataCatalogGrpc.DataCatalogStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<SearchCatalogRequest,SearchCatalogResponse> METHOD_SEARCH_CATALOG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateEntryRequest,Entry> METHOD_UPDATE_ENTRY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetEntryRequest,Entry> METHOD_GET_ENTRY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<LookupEntryRequest,Entry> METHOD_LOOKUP_ENTRY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateTagTemplateRequest,TagTemplate> METHOD_CREATE_TAG_TEMPLATE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetTagTemplateRequest,TagTemplate> METHOD_GET_TAG_TEMPLATE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateTagTemplateRequest,TagTemplate> METHOD_UPDATE_TAG_TEMPLATE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteTagTemplateRequest,com.google.protobuf.Empty> METHOD_DELETE_TAG_TEMPLATE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateTagTemplateFieldRequest,TagTemplateField> METHOD_CREATE_TAG_TEMPLATE_FIELD
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateTagTemplateFieldRequest,TagTemplateField> METHOD_UPDATE_TAG_TEMPLATE_FIELD
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<RenameTagTemplateFieldRequest,TagTemplateField> METHOD_RENAME_TAG_TEMPLATE_FIELD
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteTagTemplateFieldRequest,com.google.protobuf.Empty> METHOD_DELETE_TAG_TEMPLATE_FIELD
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateTagRequest,Tag> METHOD_CREATE_TAG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateTagRequest,Tag> METHOD_UPDATE_TAG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteTagRequest,com.google.protobuf.Empty> METHOD_DELETE_TAG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListTagsRequest,ListTagsResponse> METHOD_LIST_TAGS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> METHOD_SET_IAM_POLICY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> METHOD_GET_IAM_POLICY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> METHOD_TEST_IAM_PERMISSIONS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<SearchCatalogRequest,SearchCatalogResponse> getSearchCatalogMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateEntryRequest,Entry> getUpdateEntryMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetEntryRequest,Entry> getGetEntryMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<LookupEntryRequest,Entry> getLookupEntryMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateTagTemplateRequest,TagTemplate> getCreateTagTemplateMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetTagTemplateRequest,TagTemplate> getGetTagTemplateMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateTagTemplateRequest,TagTemplate> getUpdateTagTemplateMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteTagTemplateRequest,com.google.protobuf.Empty> getDeleteTagTemplateMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateTagTemplateFieldRequest,TagTemplateField> getCreateTagTemplateFieldMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateTagTemplateFieldRequest,TagTemplateField> getUpdateTagTemplateFieldMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<RenameTagTemplateFieldRequest,TagTemplateField> getRenameTagTemplateFieldMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteTagTemplateFieldRequest,com.google.protobuf.Empty> getDeleteTagTemplateFieldMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateTagRequest,Tag> getCreateTagMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateTagRequest,Tag> getUpdateTagMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteTagRequest,com.google.protobuf.Empty> getDeleteTagMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListTagsRequest,ListTagsResponse> getListTagsMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
public static DataCatalogGrpc.DataCatalogStub newStub(io.grpc.Channel channel)
public static DataCatalogGrpc.DataCatalogBlockingStub newBlockingStub(io.grpc.Channel channel)
public static DataCatalogGrpc.DataCatalogFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2019 Google LLC. All rights reserved.