public interface ListIcebergCatalogsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPageSize()
public abstract int getPageSize()Optional. The maximum number of catalogs to return. The service may return fewer than this value.
int32 page_size = 3 [json_name = "page-size", (.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken() Optional. The page token, received from a previous ListIcebergCatalogs
call. Provide this to retrieve the subsequent page.
string page_token = 4 [json_name = "page-token", (.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes() Optional. The page token, received from a previous ListIcebergCatalogs
call. Provide this to retrieve the subsequent page.
string page_token = 4 [json_name = "page-token", (.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public abstract String getParent()Required. The parent resource where this catalog will be created. Format: projects/{project_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent resource where this catalog will be created. Format: projects/{project_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getView()
public abstract ListIcebergCatalogsRequest.CatalogView getView()Optional. The view of the catalog to return.
.google.cloud.biglake.v1.ListIcebergCatalogsRequest.CatalogView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest.CatalogView |
The view. |
getViewValue()
public abstract int getViewValue()Optional. The view of the catalog to return.
.google.cloud.biglake.v1.ListIcebergCatalogsRequest.CatalogView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for view. |