- 0.57.0 (latest)
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class ListQuotaRulesRequest.Builder extends GeneratedMessageV3.Builder<ListQuotaRulesRequest.Builder> implements ListQuotaRulesRequestOrBuilderListQuotaRulesRequest for listing quota rules.
 Protobuf type google.cloud.netapp.v1.ListQuotaRulesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListQuotaRulesRequest.BuilderImplements
ListQuotaRulesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListQuotaRulesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | |
build()
public ListQuotaRulesRequest build()| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest | |
buildPartial()
public ListQuotaRulesRequest buildPartial()| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest | |
clear()
public ListQuotaRulesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | |
clearField(Descriptors.FieldDescriptor field)
public ListQuotaRulesRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | |
clearFilter()
public ListQuotaRulesRequest.Builder clearFilter()Optional. Filtering results
 string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public ListQuotaRulesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | |
clearOrderBy()
public ListQuotaRulesRequest.Builder clearOrderBy()Optional. Hint for how to order the results
 string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | This builder for chaining. | 
clearPageSize()
public ListQuotaRulesRequest.Builder clearPageSize()Optional. Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
 int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | This builder for chaining. | 
clearPageToken()
public ListQuotaRulesRequest.Builder clearPageToken()Optional. A token identifying a page of results the server should return.
 string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | This builder for chaining. | 
clearParent()
public ListQuotaRulesRequest.Builder clearParent()Required. Parent value for ListQuotaRulesRequest
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | This builder for chaining. | 
clone()
public ListQuotaRulesRequest.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | |
getDefaultInstanceForType()
public ListQuotaRulesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getFilter()
public String getFilter()Optional. Filtering results
 string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The filter. | 
getFilterBytes()
public ByteString getFilterBytes()Optional. Filtering results
 string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for filter. | 
getOrderBy()
public String getOrderBy()Optional. Hint for how to order the results
 string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The orderBy. | 
getOrderByBytes()
public ByteString getOrderByBytes()Optional. Hint for how to order the results
 string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for orderBy. | 
getPageSize()
public int getPageSize()Optional. Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
 int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The pageSize. | 
getPageToken()
public String getPageToken()Optional. A token identifying a page of results the server should return.
 string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The pageToken. | 
getPageTokenBytes()
public ByteString getPageTokenBytes()Optional. A token identifying a page of results the server should return.
 string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for pageToken. | 
getParent()
public String getParent()Required. Parent value for ListQuotaRulesRequest
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The parent. | 
getParentBytes()
public ByteString getParentBytes()Required. Parent value for ListQuotaRulesRequest
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for parent. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(ListQuotaRulesRequest other)
public ListQuotaRulesRequest.Builder mergeFrom(ListQuotaRulesRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | ListQuotaRulesRequest | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListQuotaRulesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public ListQuotaRulesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListQuotaRulesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public ListQuotaRulesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | |
setFilter(String value)
public ListQuotaRulesRequest.Builder setFilter(String value)Optional. Filtering results
 string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe filter to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | This builder for chaining. | 
setFilterBytes(ByteString value)
public ListQuotaRulesRequest.Builder setFilterBytes(ByteString value)Optional. Filtering results
 string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for filter to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | This builder for chaining. | 
setOrderBy(String value)
public ListQuotaRulesRequest.Builder setOrderBy(String value)Optional. Hint for how to order the results
 string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe orderBy to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | This builder for chaining. | 
setOrderByBytes(ByteString value)
public ListQuotaRulesRequest.Builder setOrderByBytes(ByteString value)Optional. Hint for how to order the results
 string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for orderBy to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | This builder for chaining. | 
setPageSize(int value)
public ListQuotaRulesRequest.Builder setPageSize(int value)Optional. Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
 int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe pageSize to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | This builder for chaining. | 
setPageToken(String value)
public ListQuotaRulesRequest.Builder setPageToken(String value)Optional. A token identifying a page of results the server should return.
 string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe pageToken to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | This builder for chaining. | 
setPageTokenBytes(ByteString value)
public ListQuotaRulesRequest.Builder setPageTokenBytes(ByteString value)Optional. A token identifying a page of results the server should return.
 string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for pageToken to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | This builder for chaining. | 
setParent(String value)
public ListQuotaRulesRequest.Builder setParent(String value)Required. Parent value for ListQuotaRulesRequest
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe parent to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | This builder for chaining. | 
setParentBytes(ByteString value)
public ListQuotaRulesRequest.Builder setParentBytes(ByteString value)Required. Parent value for ListQuotaRulesRequest
 
 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 | 
| ListQuotaRulesRequest.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListQuotaRulesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListQuotaRulesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ListQuotaRulesRequest.Builder | |