public interface ListServiceRolloutsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFilter()
public abstract 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 abstract 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 abstract 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 abstract String getPageToken()The token of the page to retrieve.
string page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()The token of the page to retrieve.
string page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getServiceName()
public abstract 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 abstract 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. |