public static final class ListIcebergCatalogsRequest.Builder extends GeneratedMessage.Builder<ListIcebergCatalogsRequest.Builder> implements ListIcebergCatalogsRequestOrBuilder The request message for the ListIcebergCatalogs API.
Protobuf type google.cloud.biglake.v1.ListIcebergCatalogsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListIcebergCatalogsRequest.BuilderImplements
ListIcebergCatalogsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListIcebergCatalogsRequest build()| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest |
|
buildPartial()
public ListIcebergCatalogsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest |
|
clear()
public ListIcebergCatalogsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest.Builder |
|
clearPageSize()
public ListIcebergCatalogsRequest.Builder clearPageSize()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 |
ListIcebergCatalogsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListIcebergCatalogsRequest.Builder clearPageToken() 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 |
ListIcebergCatalogsRequest.Builder |
This builder for chaining. |
clearParent()
public ListIcebergCatalogsRequest.Builder clearParent()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 |
ListIcebergCatalogsRequest.Builder |
This builder for chaining. |
clearView()
public ListIcebergCatalogsRequest.Builder clearView()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.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListIcebergCatalogsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public 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 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 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListIcebergCatalogsRequest other)
public ListIcebergCatalogsRequest.Builder mergeFrom(ListIcebergCatalogsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListIcebergCatalogsRequest |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListIcebergCatalogsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListIcebergCatalogsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest.Builder |
|
setPageSize(int value)
public ListIcebergCatalogsRequest.Builder setPageSize(int value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListIcebergCatalogsRequest.Builder setPageToken(String value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListIcebergCatalogsRequest.Builder setPageTokenBytes(ByteString value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListIcebergCatalogsRequest.Builder setParent(String value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListIcebergCatalogsRequest.Builder setParentBytes(ByteString value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest.Builder |
This builder for chaining. |
setView(ListIcebergCatalogsRequest.CatalogView value)
public ListIcebergCatalogsRequest.Builder setView(ListIcebergCatalogsRequest.CatalogView value)Optional. The view of the catalog to return.
.google.cloud.biglake.v1.ListIcebergCatalogsRequest.CatalogView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ListIcebergCatalogsRequest.CatalogViewThe view to set. |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest.Builder |
This builder for chaining. |
setViewValue(int value)
public ListIcebergCatalogsRequest.Builder setViewValue(int value)Optional. The view of the catalog to return.
.google.cloud.biglake.v1.ListIcebergCatalogsRequest.CatalogView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for view to set. |
| Returns | |
|---|---|
| Type | Description |
ListIcebergCatalogsRequest.Builder |
This builder for chaining. |