Package com.google.cloud.datacatalog.v1
Class DataCatalogGrpc
- java.lang.Object
-
- com.google.cloud.datacatalog.v1.DataCatalogGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/datacatalog/v1/datacatalog.proto") public final class DataCatalogGrpc extends Object
Data Catalog API service allows you to discover, understand, and manage your data.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataCatalogGrpc.AsyncServiceData Catalog API service allows you to discover, understand, and manage your data.static classDataCatalogGrpc.DataCatalogBlockingStubA stub to allow clients to do synchronous rpc calls to service DataCatalog.static classDataCatalogGrpc.DataCatalogFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service DataCatalog.static classDataCatalogGrpc.DataCatalogImplBaseBase class for the server implementation of the service DataCatalog.static classDataCatalogGrpc.DataCatalogStubA stub to allow clients to do asynchronous rpc calls to service DataCatalog.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(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<ImportEntriesRequest,com.google.longrunning.Operation>getImportEntriesMethod()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<ModifyEntryContactsRequest,Contacts>getModifyEntryContactsMethod()static io.grpc.MethodDescriptor<ModifyEntryOverviewRequest,EntryOverview>getModifyEntryOverviewMethod()static io.grpc.MethodDescriptor<ReconcileTagsRequest,com.google.longrunning.Operation>getReconcileTagsMethod()static io.grpc.MethodDescriptor<RenameTagTemplateFieldEnumValueRequest,TagTemplateField>getRenameTagTemplateFieldEnumValueMethod()static io.grpc.MethodDescriptor<RenameTagTemplateFieldRequest,TagTemplateField>getRenameTagTemplateFieldMethod()static io.grpc.MethodDescriptor<SearchCatalogRequest,SearchCatalogResponse>getSearchCatalogMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>getSetIamPolicyMethod()static io.grpc.MethodDescriptor<StarEntryRequest,StarEntryResponse>getStarEntryMethod()static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>getTestIamPermissionsMethod()static io.grpc.MethodDescriptor<UnstarEntryRequest,UnstarEntryResponse>getUnstarEntryMethod()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.DataCatalogBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DataCatalogGrpc.DataCatalogFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DataCatalogGrpc.DataCatalogStubnewStub(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()
-
getGetEntryGroupMethod
public static io.grpc.MethodDescriptor<GetEntryGroupRequest,EntryGroup> getGetEntryGroupMethod()
-
getUpdateEntryGroupMethod
public static io.grpc.MethodDescriptor<UpdateEntryGroupRequest,EntryGroup> getUpdateEntryGroupMethod()
-
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()
-
getModifyEntryOverviewMethod
public static io.grpc.MethodDescriptor<ModifyEntryOverviewRequest,EntryOverview> getModifyEntryOverviewMethod()
-
getModifyEntryContactsMethod
public static io.grpc.MethodDescriptor<ModifyEntryContactsRequest,Contacts> getModifyEntryContactsMethod()
-
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()
-
getReconcileTagsMethod
public static io.grpc.MethodDescriptor<ReconcileTagsRequest,com.google.longrunning.Operation> getReconcileTagsMethod()
-
getStarEntryMethod
public static io.grpc.MethodDescriptor<StarEntryRequest,StarEntryResponse> getStarEntryMethod()
-
getUnstarEntryMethod
public static io.grpc.MethodDescriptor<UnstarEntryRequest,UnstarEntryResponse> getUnstarEntryMethod()
-
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()
-
getImportEntriesMethod
public static io.grpc.MethodDescriptor<ImportEntriesRequest,com.google.longrunning.Operation> getImportEntriesMethod()
-
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()
-
-