Class DataCatalogGrpc
- java.lang.Object
-
- com.google.cloud.datacatalog.v1beta1.DataCatalogGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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 servicestatic DataCatalogGrpc.DataCatalogFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DataCatalogGrpc.DataCatalogStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSearchCatalogMethod
public static io.grpc.MethodDescriptor<SearchCatalogRequest,SearchCatalogResponse> getSearchCatalogMethod()
-
getCreateEntryGroupMethod
public static io.grpc.MethodDescriptor<CreateEntryGroupRequest,EntryGroup> getCreateEntryGroupMethod()
-
getUpdateEntryGroupMethod
public static io.grpc.MethodDescriptor<UpdateEntryGroupRequest,EntryGroup> getUpdateEntryGroupMethod()
-
getGetEntryGroupMethod
public static io.grpc.MethodDescriptor<GetEntryGroupRequest,EntryGroup> getGetEntryGroupMethod()
-
getDeleteEntryGroupMethod
public static io.grpc.MethodDescriptor<DeleteEntryGroupRequest,com.google.protobuf.Empty> getDeleteEntryGroupMethod()
-
getListEntryGroupsMethod
public static io.grpc.MethodDescriptor<ListEntryGroupsRequest,ListEntryGroupsResponse> getListEntryGroupsMethod()
-
getCreateEntryMethod
public static io.grpc.MethodDescriptor<CreateEntryRequest,Entry> getCreateEntryMethod()
-
getUpdateEntryMethod
public static io.grpc.MethodDescriptor<UpdateEntryRequest,Entry> getUpdateEntryMethod()
-
getDeleteEntryMethod
public static io.grpc.MethodDescriptor<DeleteEntryRequest,com.google.protobuf.Empty> getDeleteEntryMethod()
-
getGetEntryMethod
public static io.grpc.MethodDescriptor<GetEntryRequest,Entry> getGetEntryMethod()
-
getLookupEntryMethod
public static io.grpc.MethodDescriptor<LookupEntryRequest,Entry> getLookupEntryMethod()
-
getListEntriesMethod
public static io.grpc.MethodDescriptor<ListEntriesRequest,ListEntriesResponse> getListEntriesMethod()
-
getCreateTagTemplateMethod
public static io.grpc.MethodDescriptor<CreateTagTemplateRequest,TagTemplate> getCreateTagTemplateMethod()
-
getGetTagTemplateMethod
public static io.grpc.MethodDescriptor<GetTagTemplateRequest,TagTemplate> getGetTagTemplateMethod()
-
getUpdateTagTemplateMethod
public static io.grpc.MethodDescriptor<UpdateTagTemplateRequest,TagTemplate> getUpdateTagTemplateMethod()
-
getDeleteTagTemplateMethod
public static io.grpc.MethodDescriptor<DeleteTagTemplateRequest,com.google.protobuf.Empty> getDeleteTagTemplateMethod()
-
getCreateTagTemplateFieldMethod
public static io.grpc.MethodDescriptor<CreateTagTemplateFieldRequest,TagTemplateField> getCreateTagTemplateFieldMethod()
-
getUpdateTagTemplateFieldMethod
public static io.grpc.MethodDescriptor<UpdateTagTemplateFieldRequest,TagTemplateField> getUpdateTagTemplateFieldMethod()
-
getRenameTagTemplateFieldMethod
public static io.grpc.MethodDescriptor<RenameTagTemplateFieldRequest,TagTemplateField> getRenameTagTemplateFieldMethod()
-
getRenameTagTemplateFieldEnumValueMethod
public static io.grpc.MethodDescriptor<RenameTagTemplateFieldEnumValueRequest,TagTemplateField> getRenameTagTemplateFieldEnumValueMethod()
-
getDeleteTagTemplateFieldMethod
public static io.grpc.MethodDescriptor<DeleteTagTemplateFieldRequest,com.google.protobuf.Empty> getDeleteTagTemplateFieldMethod()
-
getCreateTagMethod
public static io.grpc.MethodDescriptor<CreateTagRequest,Tag> getCreateTagMethod()
-
getUpdateTagMethod
public static io.grpc.MethodDescriptor<UpdateTagRequest,Tag> getUpdateTagMethod()
-
getDeleteTagMethod
public static io.grpc.MethodDescriptor<DeleteTagRequest,com.google.protobuf.Empty> getDeleteTagMethod()
-
getListTagsMethod
public static io.grpc.MethodDescriptor<ListTagsRequest,ListTagsResponse> getListTagsMethod()
-
getSetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
-
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
-
getTestIamPermissionsMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
-
newStub
public static DataCatalogGrpc.DataCatalogStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DataCatalogGrpc.DataCatalogBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DataCatalogGrpc.DataCatalogFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(DataCatalogGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-