| Package | Description |
|---|---|
| com.google.cloud.api.servicemanagement.v1 |
A client to Service Management API
|
| com.google.cloud.api.servicemanagement.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
ServiceManagerClient.ListServiceRolloutsPagedResponse |
ServiceManagerClient.listServiceRollouts(ListServiceRolloutsRequest request)
Lists the history of the service configuration rollouts for a managed service, from the newest
to the oldest.
|
ServiceManagerClient.ListServiceRolloutsPagedResponse |
ServiceManagerClient.listServiceRollouts(String serviceName,
String filter)
Lists the history of the service configuration rollouts for a managed service, from the newest
to the oldest.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<ServiceManagerClient.ListServiceRolloutsPagedResponse> |
ServiceManagerClient.ListServiceRolloutsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListServiceRolloutsRequest,ListServiceRolloutsResponse,Rollout> context,
com.google.api.core.ApiFuture<ListServiceRolloutsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListServiceRolloutsRequest,ServiceManagerClient.ListServiceRolloutsPagedResponse> |
ServiceManagerClient.listServiceRolloutsPagedCallable()
Lists the history of the service configuration rollouts for a managed service, from the newest
to the oldest.
|
com.google.api.gax.rpc.PagedCallSettings<ListServiceRolloutsRequest,ListServiceRolloutsResponse,ServiceManagerClient.ListServiceRolloutsPagedResponse> |
ServiceManagerSettings.listServiceRolloutsSettings()
Returns the object with the settings used for calls to listServiceRollouts.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListServiceRolloutsRequest,ListServiceRolloutsResponse,ServiceManagerClient.ListServiceRolloutsPagedResponse> |
ServiceManagerSettings.Builder.listServiceRolloutsSettings()
Returns the builder for the settings used for calls to listServiceRollouts.
|
Copyright © 2024 Google LLC. All rights reserved.