public interface ListServiceRolloutsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Required.
|
com.google.protobuf.ByteString |
getFilterBytes()
Required.
|
int |
getPageSize()
The max number of items to include in the response list.
|
String |
getPageToken()
The token of the page to retrieve.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The token of the page to retrieve.
|
String |
getServiceName()
Required.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServiceName()
Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getServiceNameBytes()
Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];String getPageToken()
The token of the page to retrieve.
string page_token = 2;com.google.protobuf.ByteString getPageTokenBytes()
The token of the page to retrieve.
string page_token = 2;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;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];com.google.protobuf.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];Copyright © 2024 Google LLC. All rights reserved.