public static final class ListServiceRolloutsRequest.Builder extends GeneratedMessage.Builder<ListServiceRolloutsRequest.Builder> implements ListServiceRolloutsRequestOrBuilderRequest message for 'ListServiceRollouts'
Protobuf type google.api.servicemanagement.v1.ListServiceRolloutsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListServiceRolloutsRequest.BuilderImplements
ListServiceRolloutsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListServiceRolloutsRequest build()| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest |
|
buildPartial()
public ListServiceRolloutsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest |
|
clear()
public ListServiceRolloutsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
|
clearFilter()
public ListServiceRolloutsRequest.Builder clearFilter() Required. Use filter to return subset of rollouts.
The following filters are supported:
-- By [status]
[google.api.servicemanagement.v1.Rollout.RolloutStatus]. For example,
filter='status=SUCCESS'
-- By [strategy]
[google.api.servicemanagement.v1.Rollout.strategy]. For example,
filter='strategy=TrafficPercentStrategy'
string filter = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListServiceRolloutsRequest.Builder clearPageSize()The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.
int32 page_size = 3;
| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListServiceRolloutsRequest.Builder clearPageToken()The token of the page to retrieve.
string page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
This builder for chaining. |
clearServiceName()
public ListServiceRolloutsRequest.Builder clearServiceName() Required. The name of the service. See the
overview for naming
requirements. For example: example.googleapis.com.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListServiceRolloutsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter() Required. Use filter to return subset of rollouts.
The following filters are supported:
-- By [status]
[google.api.servicemanagement.v1.Rollout.RolloutStatus]. For example,
filter='status=SUCCESS'
-- By [strategy]
[google.api.servicemanagement.v1.Rollout.strategy]. For example,
filter='strategy=TrafficPercentStrategy'
string filter = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes() Required. Use filter to return subset of rollouts.
The following filters are supported:
-- By [status]
[google.api.servicemanagement.v1.Rollout.RolloutStatus]. For example,
filter='status=SUCCESS'
-- By [strategy]
[google.api.servicemanagement.v1.Rollout.strategy]. For example,
filter='strategy=TrafficPercentStrategy'
string filter = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize()The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.
int32 page_size = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()The token of the page to retrieve.
string page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()The token of the page to retrieve.
string page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getServiceName()
public String getServiceName() Required. The name of the service. See the
overview for naming
requirements. For example: example.googleapis.com.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The serviceName. |
getServiceNameBytes()
public ByteString getServiceNameBytes() Required. The name of the service. See the
overview for naming
requirements. For example: example.googleapis.com.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceName. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListServiceRolloutsRequest other)
public ListServiceRolloutsRequest.Builder mergeFrom(ListServiceRolloutsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListServiceRolloutsRequest |
| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListServiceRolloutsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListServiceRolloutsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
|
setFilter(String value)
public ListServiceRolloutsRequest.Builder setFilter(String value) Required. Use filter to return subset of rollouts.
The following filters are supported:
-- By [status]
[google.api.servicemanagement.v1.Rollout.RolloutStatus]. For example,
filter='status=SUCCESS'
-- By [strategy]
[google.api.servicemanagement.v1.Rollout.strategy]. For example,
filter='strategy=TrafficPercentStrategy'
string filter = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListServiceRolloutsRequest.Builder setFilterBytes(ByteString value) Required. Use filter to return subset of rollouts.
The following filters are supported:
-- By [status]
[google.api.servicemanagement.v1.Rollout.RolloutStatus]. For example,
filter='status=SUCCESS'
-- By [strategy]
[google.api.servicemanagement.v1.Rollout.strategy]. For example,
filter='strategy=TrafficPercentStrategy'
string filter = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListServiceRolloutsRequest.Builder setPageSize(int value)The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.
int32 page_size = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListServiceRolloutsRequest.Builder setPageToken(String value)The token of the page to retrieve.
string page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListServiceRolloutsRequest.Builder setPageTokenBytes(ByteString value)The token of the page to retrieve.
string page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
This builder for chaining. |
setServiceName(String value)
public ListServiceRolloutsRequest.Builder setServiceName(String value) Required. The name of the service. See the
overview for naming
requirements. For example: example.googleapis.com.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe serviceName to set. |
| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
This builder for chaining. |
setServiceNameBytes(ByteString value)
public ListServiceRolloutsRequest.Builder setServiceNameBytes(ByteString value) Required. The name of the service. See the
overview for naming
requirements. For example: example.googleapis.com.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for serviceName to set. |
| Returns | |
|---|---|
| Type | Description |
ListServiceRolloutsRequest.Builder |
This builder for chaining. |