@Generated(value="by gRPC proto compiler", 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 interface |
DataCatalogGrpc.AsyncService
Data Catalog API service allows clients to discover, understand, and manage
their data.
|
static class |
DataCatalogGrpc.DataCatalogBlockingStub
A stub to allow clients to do synchronous rpc calls to service DataCatalog.
|
static class |
DataCatalogGrpc.DataCatalogFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service DataCatalog.
|
static class |
DataCatalogGrpc.DataCatalogImplBase
Base class for the server implementation of the service DataCatalog.
|
static class |
DataCatalogGrpc.DataCatalogStub
A stub to allow clients to do asynchronous rpc calls to service DataCatalog.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(DataCatalogGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateEntryGroupRequest,EntryGroup> |
getCreateEntryGroupMethod() |
static io.grpc.MethodDescriptor<CreateEntryRequest,Entry> |
getCreateEntryMethod() |
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<DeleteEntryGroupRequest,com.google.protobuf.Empty> |
getDeleteEntryGroupMethod() |
static io.grpc.MethodDescriptor<DeleteEntryRequest,com.google.protobuf.Empty> |
getDeleteEntryMethod() |
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<GetEntryGroupRequest,EntryGroup> |
getGetEntryGroupMethod() |
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<ListEntriesRequest,ListEntriesResponse> |
getListEntriesMethod() |
static io.grpc.MethodDescriptor<ListEntryGroupsRequest,ListEntryGroupsResponse> |
getListEntryGroupsMethod() |
static io.grpc.MethodDescriptor<ListTagsRequest,ListTagsResponse> |
getListTagsMethod() |
static io.grpc.MethodDescriptor<LookupEntryRequest,Entry> |
getLookupEntryMethod() |
static io.grpc.MethodDescriptor<RenameTagTemplateFieldEnumValueRequest,TagTemplateField> |
getRenameTagTemplateFieldEnumValueMethod() |
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<UpdateEntryGroupRequest,EntryGroup> |
getUpdateEntryGroupMethod() |
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
public static io.grpc.MethodDescriptor<SearchCatalogRequest,SearchCatalogResponse> getSearchCatalogMethod()
public static io.grpc.MethodDescriptor<CreateEntryGroupRequest,EntryGroup> getCreateEntryGroupMethod()
public static io.grpc.MethodDescriptor<UpdateEntryGroupRequest,EntryGroup> getUpdateEntryGroupMethod()
public static io.grpc.MethodDescriptor<GetEntryGroupRequest,EntryGroup> getGetEntryGroupMethod()
public static io.grpc.MethodDescriptor<DeleteEntryGroupRequest,com.google.protobuf.Empty> getDeleteEntryGroupMethod()
public static io.grpc.MethodDescriptor<ListEntryGroupsRequest,ListEntryGroupsResponse> getListEntryGroupsMethod()
public static io.grpc.MethodDescriptor<CreateEntryRequest,Entry> getCreateEntryMethod()
public static io.grpc.MethodDescriptor<UpdateEntryRequest,Entry> getUpdateEntryMethod()
public static io.grpc.MethodDescriptor<DeleteEntryRequest,com.google.protobuf.Empty> getDeleteEntryMethod()
public static io.grpc.MethodDescriptor<GetEntryRequest,Entry> getGetEntryMethod()
public static io.grpc.MethodDescriptor<LookupEntryRequest,Entry> getLookupEntryMethod()
public static io.grpc.MethodDescriptor<ListEntriesRequest,ListEntriesResponse> getListEntriesMethod()
public static io.grpc.MethodDescriptor<CreateTagTemplateRequest,TagTemplate> getCreateTagTemplateMethod()
public static io.grpc.MethodDescriptor<GetTagTemplateRequest,TagTemplate> getGetTagTemplateMethod()
public static io.grpc.MethodDescriptor<UpdateTagTemplateRequest,TagTemplate> getUpdateTagTemplateMethod()
public static io.grpc.MethodDescriptor<DeleteTagTemplateRequest,com.google.protobuf.Empty> getDeleteTagTemplateMethod()
public static io.grpc.MethodDescriptor<CreateTagTemplateFieldRequest,TagTemplateField> getCreateTagTemplateFieldMethod()
public static io.grpc.MethodDescriptor<UpdateTagTemplateFieldRequest,TagTemplateField> getUpdateTagTemplateFieldMethod()
public static io.grpc.MethodDescriptor<RenameTagTemplateFieldRequest,TagTemplateField> getRenameTagTemplateFieldMethod()
public static io.grpc.MethodDescriptor<RenameTagTemplateFieldEnumValueRequest,TagTemplateField> getRenameTagTemplateFieldEnumValueMethod()
public static io.grpc.MethodDescriptor<DeleteTagTemplateFieldRequest,com.google.protobuf.Empty> getDeleteTagTemplateFieldMethod()
public static io.grpc.MethodDescriptor<CreateTagRequest,Tag> getCreateTagMethod()
public static io.grpc.MethodDescriptor<UpdateTagRequest,Tag> getUpdateTagMethod()
public static io.grpc.MethodDescriptor<DeleteTagRequest,com.google.protobuf.Empty> getDeleteTagMethod()
public static io.grpc.MethodDescriptor<ListTagsRequest,ListTagsResponse> getListTagsMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
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 final io.grpc.ServerServiceDefinition bindService(DataCatalogGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.