Class CatalogServiceGrpc (1.39.0)

public final class CatalogServiceGrpc

The primary resources offered by this service are EntryGroups, EntryTypes, AspectTypes, Entry and Aspect which collectively allow a data administrator to organize, manage, secure and catalog data across their organization located across cloud projects in a variety of storage systems including Cloud Storage and BigQuery.

Inheritance

java.lang.Object > CatalogServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(CatalogServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(CatalogServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceCatalogServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateAspectTypeMethod()

public static MethodDescriptor<CreateAspectTypeRequest,Operation> getCreateAspectTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateAspectTypeRequest,Operation>

getCreateEntryGroupMethod()

public static MethodDescriptor<CreateEntryGroupRequest,Operation> getCreateEntryGroupMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateEntryGroupRequest,Operation>

getCreateEntryMethod()

public static MethodDescriptor<CreateEntryRequest,Entry> getCreateEntryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateEntryRequest,Entry>

getCreateEntryTypeMethod()

public static MethodDescriptor<CreateEntryTypeRequest,Operation> getCreateEntryTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateEntryTypeRequest,Operation>

getDeleteAspectTypeMethod()

public static MethodDescriptor<DeleteAspectTypeRequest,Operation> getDeleteAspectTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteAspectTypeRequest,Operation>

getDeleteEntryGroupMethod()

public static MethodDescriptor<DeleteEntryGroupRequest,Operation> getDeleteEntryGroupMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteEntryGroupRequest,Operation>

getDeleteEntryMethod()

public static MethodDescriptor<DeleteEntryRequest,Entry> getDeleteEntryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteEntryRequest,Entry>

getDeleteEntryTypeMethod()

public static MethodDescriptor<DeleteEntryTypeRequest,Operation> getDeleteEntryTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteEntryTypeRequest,Operation>

getGetAspectTypeMethod()

public static MethodDescriptor<GetAspectTypeRequest,AspectType> getGetAspectTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAspectTypeRequest,AspectType>

getGetEntryGroupMethod()

public static MethodDescriptor<GetEntryGroupRequest,EntryGroup> getGetEntryGroupMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetEntryGroupRequest,EntryGroup>

getGetEntryMethod()

public static MethodDescriptor<GetEntryRequest,Entry> getGetEntryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetEntryRequest,Entry>

getGetEntryTypeMethod()

public static MethodDescriptor<GetEntryTypeRequest,EntryType> getGetEntryTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetEntryTypeRequest,EntryType>

getListAspectTypesMethod()

public static MethodDescriptor<ListAspectTypesRequest,ListAspectTypesResponse> getListAspectTypesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListAspectTypesRequest,ListAspectTypesResponse>

getListEntriesMethod()

public static MethodDescriptor<ListEntriesRequest,ListEntriesResponse> getListEntriesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListEntriesRequest,ListEntriesResponse>

getListEntryGroupsMethod()

public static MethodDescriptor<ListEntryGroupsRequest,ListEntryGroupsResponse> getListEntryGroupsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListEntryGroupsRequest,ListEntryGroupsResponse>

getListEntryTypesMethod()

public static MethodDescriptor<ListEntryTypesRequest,ListEntryTypesResponse> getListEntryTypesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListEntryTypesRequest,ListEntryTypesResponse>

getLookupEntryMethod()

public static MethodDescriptor<LookupEntryRequest,Entry> getLookupEntryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<LookupEntryRequest,Entry>

getSearchEntriesMethod()

public static MethodDescriptor<SearchEntriesRequest,SearchEntriesResponse> getSearchEntriesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SearchEntriesRequest,SearchEntriesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateAspectTypeMethod()

public static MethodDescriptor<UpdateAspectTypeRequest,Operation> getUpdateAspectTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateAspectTypeRequest,Operation>

getUpdateEntryGroupMethod()

public static MethodDescriptor<UpdateEntryGroupRequest,Operation> getUpdateEntryGroupMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateEntryGroupRequest,Operation>

getUpdateEntryMethod()

public static MethodDescriptor<UpdateEntryRequest,Entry> getUpdateEntryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateEntryRequest,Entry>

getUpdateEntryTypeMethod()

public static MethodDescriptor<UpdateEntryTypeRequest,Operation> getUpdateEntryTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateEntryTypeRequest,Operation>

newBlockingStub(Channel channel)

public static CatalogServiceGrpc.CatalogServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CatalogServiceGrpc.CatalogServiceBlockingStub

newFutureStub(Channel channel)

public static CatalogServiceGrpc.CatalogServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CatalogServiceGrpc.CatalogServiceFutureStub

newStub(Channel channel)

public static CatalogServiceGrpc.CatalogServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CatalogServiceGrpc.CatalogServiceStub