Class IcebergCatalogServiceGrpc (0.63.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version latestkeyboard_arrow_down
public final class IcebergCatalogServiceGrpc
Iceberg Catalog Service API: this implements the open-source Iceberg REST
Catalog API.
See the API definition here:
https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml
The API is defined as OpenAPI 3.1.1 spec.
Currently we only support the following methods:
GetConfig/GetIcebergCatalogConfig
ListIcebergNamespaces
CheckIcebergNamespaceExists
GetIcebergNamespace
CreateIcebergNamespace (only supports single level)
DeleteIcebergNamespace
UpdateIcebergNamespace properties
ListTableIdentifiers
CreateIcebergTable
DeleteIcebergTable
GetIcebergTable
UpdateIcebergTable (CommitTable)
LoadIcebergTableCredentials
RegisterTable
Users are required to provided the X-Goog-User-Project
header with the
project id or number which can be different from the bucket project id.
That project will be charged for the API calls and the calling user must have
access to that project. The caller must have serviceusage.services.use
permission on the project.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value
Type
Description
String
Static Methods
bindService(IcebergCatalogServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService ( IcebergCatalogServiceGrpc . AsyncService service )
Returns
Type
Description
io.grpc.ServerServiceDefinition
getCheckIcebergNamespaceExistsMethod()
public static MethodDescriptor<GetIcebergNamespaceRequest , Empty > getCheckIcebergNamespaceExistsMethod ()
getCheckIcebergTableExistsMethod()
public static MethodDescriptor<GetIcebergTableRequest , Empty > getCheckIcebergTableExistsMethod ()
getCreateIcebergCatalogMethod()
public static MethodDescriptor<CreateIcebergCatalogRequest , IcebergCatalog > getCreateIcebergCatalogMethod ()
getCreateIcebergNamespaceMethod()
public static MethodDescriptor<CreateIcebergNamespaceRequest , IcebergNamespace > getCreateIcebergNamespaceMethod ()
getCreateIcebergTableMethod()
public static MethodDescriptor<CreateIcebergTableRequest , HttpBody > getCreateIcebergTableMethod ()
getDeleteIcebergCatalogMethod()
public static MethodDescriptor<DeleteIcebergCatalogRequest , Empty > getDeleteIcebergCatalogMethod ()
getDeleteIcebergNamespaceMethod()
public static MethodDescriptor<DeleteIcebergNamespaceRequest , Empty > getDeleteIcebergNamespaceMethod ()
getDeleteIcebergTableMethod()
public static MethodDescriptor<DeleteIcebergTableRequest , Empty > getDeleteIcebergTableMethod ()
getFailoverIcebergCatalogMethod()
public static MethodDescriptor<FailoverIcebergCatalogRequest , FailoverIcebergCatalogResponse > getFailoverIcebergCatalogMethod ()
getGetIcebergCatalogConfigMethod()
public static MethodDescriptor<GetIcebergCatalogConfigRequest , IcebergCatalogConfig > getGetIcebergCatalogConfigMethod ()
getGetIcebergCatalogMethod()
public static MethodDescriptor<GetIcebergCatalogRequest , IcebergCatalog > getGetIcebergCatalogMethod ()
getGetIcebergNamespaceMethod()
public static MethodDescriptor<GetIcebergNamespaceRequest , IcebergNamespace > getGetIcebergNamespaceMethod ()
getGetIcebergTableMethod()
public static MethodDescriptor<GetIcebergTableRequest , HttpBody > getGetIcebergTableMethod ()
getListIcebergCatalogsMethod()
public static MethodDescriptor<ListIcebergCatalogsRequest , ListIcebergCatalogsResponse > getListIcebergCatalogsMethod ()
getListIcebergNamespacesMethod()
public static MethodDescriptor<ListIcebergNamespacesRequest , ListIcebergNamespacesResponse > getListIcebergNamespacesMethod ()
getListIcebergTableIdentifiersMethod()
public static MethodDescriptor<ListIcebergTableIdentifiersRequest , ListIcebergTableIdentifiersResponse > getListIcebergTableIdentifiersMethod ()
getLoadIcebergTableCredentialsMethod()
public static MethodDescriptor<GetIcebergTableRequest , LoadIcebergTableCredentialsResponse > getLoadIcebergTableCredentialsMethod ()
getRegisterIcebergTableMethod()
public static MethodDescriptor<RegisterIcebergTableRequest , HttpBody > getRegisterIcebergTableMethod ()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor ()
Returns
Type
Description
io.grpc.ServiceDescriptor
getUpdateIcebergCatalogMethod()
public static MethodDescriptor<UpdateIcebergCatalogRequest , IcebergCatalog > getUpdateIcebergCatalogMethod ()
getUpdateIcebergNamespaceMethod()
public static MethodDescriptor<UpdateIcebergNamespaceRequest , UpdateIcebergNamespaceResponse > getUpdateIcebergNamespaceMethod ()
getUpdateIcebergTableMethod()
public static MethodDescriptor<UpdateIcebergTableRequest , HttpBody > getUpdateIcebergTableMethod ()
newBlockingStub(Channel channel)
public static IcebergCatalogServiceGrpc . IcebergCatalogServiceBlockingStub newBlockingStub ( Channel channel )
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter
Name
Description
channel
io.grpc.Channel
newBlockingV2Stub(Channel channel)
public static IcebergCatalogServiceGrpc . IcebergCatalogServiceBlockingV2Stub newBlockingV2Stub ( Channel channel )
Creates a new blocking-style stub that supports all types of calls on the service
Parameter
Name
Description
channel
io.grpc.Channel
newFutureStub(Channel channel)
public static IcebergCatalogServiceGrpc . IcebergCatalogServiceFutureStub newFutureStub ( Channel channel )
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter
Name
Description
channel
io.grpc.Channel
newStub(Channel channel)
public static IcebergCatalogServiceGrpc . IcebergCatalogServiceStub newStub ( Channel channel )
Creates a new async stub that supports all call types for the service
Parameter
Name
Description
channel
io.grpc.Channel
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-30 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-30 UTC."],[],[],null,[]]