public static final class ListUnitOperationsRequest.Builder extends GeneratedMessageV3.Builder<ListUnitOperationsRequest.Builder> implements ListUnitOperationsRequestOrBuilderThe request structure for the ListUnitOperations method.
Protobuf type
google.cloud.saasplatform.saasservicemgmt.v1beta1.ListUnitOperationsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListUnitOperationsRequest.BuilderImplements
ListUnitOperationsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListUnitOperationsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
|
build()
public ListUnitOperationsRequest build()| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest |
|
buildPartial()
public ListUnitOperationsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest |
|
clear()
public ListUnitOperationsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public ListUnitOperationsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
|
clearFilter()
public ListUnitOperationsRequest.Builder clearFilter()Filter the list as specified in https://google.aip.dev/160.
string filter = 10507;
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListUnitOperationsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
|
clearOrderBy()
public ListUnitOperationsRequest.Builder clearOrderBy()Order results as specified in https://google.aip.dev/132.
string order_by = 10508;
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListUnitOperationsRequest.Builder clearPageSize()The maximum number of unit operations to send per page.
int32 page_size = 10505;
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListUnitOperationsRequest.Builder clearPageToken()The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
string page_token = 10506;
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
This builder for chaining. |
clearParent()
public ListUnitOperationsRequest.Builder clearParent()Required. The parent of the unit operation.
string parent = 10006 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
This builder for chaining. |
clone()
public ListUnitOperationsRequest.Builder clone()| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
|
getDefaultInstanceForType()
public ListUnitOperationsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter()Filter the list as specified in https://google.aip.dev/160.
string filter = 10507;
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()Filter the list as specified in https://google.aip.dev/160.
string filter = 10507;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getOrderBy()
public String getOrderBy()Order results as specified in https://google.aip.dev/132.
string order_by = 10508;
| Returns | |
|---|---|
| Type | Description |
String |
The orderBy. |
getOrderByBytes()
public ByteString getOrderByBytes()Order results as specified in https://google.aip.dev/132.
string order_by = 10508;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for orderBy. |
getPageSize()
public int getPageSize()The maximum number of unit operations to send per page.
int32 page_size = 10505;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
string page_token = 10506;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
string page_token = 10506;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. The parent of the unit operation.
string parent = 10006 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent of the unit operation.
string parent = 10006 [(.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(ListUnitOperationsRequest other)
public ListUnitOperationsRequest.Builder mergeFrom(ListUnitOperationsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListUnitOperationsRequest |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListUnitOperationsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListUnitOperationsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListUnitOperationsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListUnitOperationsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
|
setFilter(String value)
public ListUnitOperationsRequest.Builder setFilter(String value)Filter the list as specified in https://google.aip.dev/160.
string filter = 10507;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListUnitOperationsRequest.Builder setFilterBytes(ByteString value)Filter the list as specified in https://google.aip.dev/160.
string filter = 10507;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
This builder for chaining. |
setOrderBy(String value)
public ListUnitOperationsRequest.Builder setOrderBy(String value)Order results as specified in https://google.aip.dev/132.
string order_by = 10508;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe orderBy to set. |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
This builder for chaining. |
setOrderByBytes(ByteString value)
public ListUnitOperationsRequest.Builder setOrderByBytes(ByteString value)Order results as specified in https://google.aip.dev/132.
string order_by = 10508;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for orderBy to set. |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListUnitOperationsRequest.Builder setPageSize(int value)The maximum number of unit operations to send per page.
int32 page_size = 10505;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListUnitOperationsRequest.Builder setPageToken(String value)The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
string page_token = 10506;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListUnitOperationsRequest.Builder setPageTokenBytes(ByteString value)The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
string page_token = 10506;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListUnitOperationsRequest.Builder setParent(String value)Required. The parent of the unit operation.
string parent = 10006 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListUnitOperationsRequest.Builder setParentBytes(ByteString value)Required. The parent of the unit operation.
string parent = 10006 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListUnitOperationsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ListUnitOperationsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListUnitOperationsRequest.Builder |
|