public static final class ListNamespacesRequest.Builder extends GeneratedMessageV3.Builder<ListNamespacesRequest.Builder> implements ListNamespacesRequestOrBuilderList namespaces request.
Protobuf type google.cloud.datafusion.v1beta1.ListNamespacesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListNamespacesRequest.BuilderImplements
ListNamespacesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListNamespacesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListNamespacesRequest.Builder |
build()
public ListNamespacesRequest build()| Type | Description |
| ListNamespacesRequest |
buildPartial()
public ListNamespacesRequest buildPartial()| Type | Description |
| ListNamespacesRequest |
clear()
public ListNamespacesRequest.Builder clear()| Type | Description |
| ListNamespacesRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListNamespacesRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ListNamespacesRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListNamespacesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ListNamespacesRequest.Builder |
clearPageSize()
public ListNamespacesRequest.Builder clearPageSize()The maximum number of items to return.
int32 page_size = 2;
| Type | Description |
| ListNamespacesRequest.Builder | This builder for chaining. |
clearPageToken()
public ListNamespacesRequest.Builder clearPageToken()The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;
| Type | Description |
| ListNamespacesRequest.Builder | This builder for chaining. |
clearParent()
public ListNamespacesRequest.Builder clearParent()Required. The instance to list its namespaces.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ListNamespacesRequest.Builder | This builder for chaining. |
clearView()
public ListNamespacesRequest.Builder clearView() By default, only basic information about a namespace is returned
(e.g. name). When NAMESPACE_VIEW_FULL is specified, additional
information associated with a namespace gets returned
(e.g. IAM policy set on the namespace)
.google.cloud.datafusion.v1beta1.NamespaceView view = 4;
| Type | Description |
| ListNamespacesRequest.Builder | This builder for chaining. |
clone()
public ListNamespacesRequest.Builder clone()| Type | Description |
| ListNamespacesRequest.Builder |
getDefaultInstanceForType()
public ListNamespacesRequest getDefaultInstanceForType()| Type | Description |
| ListNamespacesRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getPageSize()
public int getPageSize()The maximum number of items to return.
int32 page_size = 2;
| Type | Description |
| int | The pageSize. |
getPageToken()
public String getPageToken()The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;
| Type | Description |
| String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;
| Type | Description |
| ByteString | The bytes for pageToken. |
getParent()
public String getParent()Required. The instance to list its namespaces.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The instance to list its namespaces.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getView()
public NamespaceView getView() By default, only basic information about a namespace is returned
(e.g. name). When NAMESPACE_VIEW_FULL is specified, additional
information associated with a namespace gets returned
(e.g. IAM policy set on the namespace)
.google.cloud.datafusion.v1beta1.NamespaceView view = 4;
| Type | Description |
| NamespaceView | The view. |
getViewValue()
public int getViewValue() By default, only basic information about a namespace is returned
(e.g. name). When NAMESPACE_VIEW_FULL is specified, additional
information associated with a namespace gets returned
(e.g. IAM policy set on the namespace)
.google.cloud.datafusion.v1beta1.NamespaceView view = 4;
| Type | Description |
| int | The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ListNamespacesRequest other)
public ListNamespacesRequest.Builder mergeFrom(ListNamespacesRequest other)| Name | Description |
| other | ListNamespacesRequest |
| Type | Description |
| ListNamespacesRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListNamespacesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ListNamespacesRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ListNamespacesRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ListNamespacesRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListNamespacesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListNamespacesRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListNamespacesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListNamespacesRequest.Builder |
setPageSize(int value)
public ListNamespacesRequest.Builder setPageSize(int value)The maximum number of items to return.
int32 page_size = 2;
| Name | Description |
| value | intThe pageSize to set. |
| Type | Description |
| ListNamespacesRequest.Builder | This builder for chaining. |
setPageToken(String value)
public ListNamespacesRequest.Builder setPageToken(String value)The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;
| Name | Description |
| value | StringThe pageToken to set. |
| Type | Description |
| ListNamespacesRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListNamespacesRequest.Builder setPageTokenBytes(ByteString value)The next_page_token value to use if there are additional results to retrieve for this list request.
string page_token = 3;
| Name | Description |
| value | ByteStringThe bytes for pageToken to set. |
| Type | Description |
| ListNamespacesRequest.Builder | This builder for chaining. |
setParent(String value)
public ListNamespacesRequest.Builder setParent(String value)Required. The instance to list its namespaces.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe parent to set. |
| Type | Description |
| ListNamespacesRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public ListNamespacesRequest.Builder setParentBytes(ByteString value)Required. The instance to list its namespaces.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes for parent to set. |
| Type | Description |
| ListNamespacesRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListNamespacesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ListNamespacesRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListNamespacesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListNamespacesRequest.Builder |
setView(NamespaceView value)
public ListNamespacesRequest.Builder setView(NamespaceView value) By default, only basic information about a namespace is returned
(e.g. name). When NAMESPACE_VIEW_FULL is specified, additional
information associated with a namespace gets returned
(e.g. IAM policy set on the namespace)
.google.cloud.datafusion.v1beta1.NamespaceView view = 4;
| Name | Description |
| value | NamespaceViewThe view to set. |
| Type | Description |
| ListNamespacesRequest.Builder | This builder for chaining. |
setViewValue(int value)
public ListNamespacesRequest.Builder setViewValue(int value) By default, only basic information about a namespace is returned
(e.g. name). When NAMESPACE_VIEW_FULL is specified, additional
information associated with a namespace gets returned
(e.g. IAM policy set on the namespace)
.google.cloud.datafusion.v1beta1.NamespaceView view = 4;
| Name | Description |
| value | intThe enum numeric value on the wire for view to set. |
| Type | Description |
| ListNamespacesRequest.Builder | This builder for chaining. |