Uses of Class
com.google.cloud.api.servicemanagement.v1.ServiceManagerClient.ListServiceConfigsPagedResponse
-
Packages that use ServiceManagerClient.ListServiceConfigsPagedResponse Package Description com.google.cloud.api.servicemanagement.v1 A client to Service Management APIcom.google.cloud.api.servicemanagement.v1.stub -
-
Uses of ServiceManagerClient.ListServiceConfigsPagedResponse in com.google.cloud.api.servicemanagement.v1
Methods in com.google.cloud.api.servicemanagement.v1 that return ServiceManagerClient.ListServiceConfigsPagedResponse Modifier and Type Method Description ServiceManagerClient.ListServiceConfigsPagedResponse
ServiceManagerClient. listServiceConfigs(ListServiceConfigsRequest request)
Lists the history of the service configuration for a managed service, from the newest to the oldest.ServiceManagerClient.ListServiceConfigsPagedResponse
ServiceManagerClient. listServiceConfigs(String serviceName)
Lists the history of the service configuration for a managed service, from the newest to the oldest.Methods in com.google.cloud.api.servicemanagement.v1 that return types with arguments of type ServiceManagerClient.ListServiceConfigsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ServiceManagerClient.ListServiceConfigsPagedResponse>
ServiceManagerClient.ListServiceConfigsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServiceConfigsRequest,ListServiceConfigsResponse,com.google.api.Service> context, com.google.api.core.ApiFuture<ListServiceConfigsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListServiceConfigsRequest,ServiceManagerClient.ListServiceConfigsPagedResponse>
ServiceManagerClient. listServiceConfigsPagedCallable()
Lists the history of the service configuration for a managed service, from the newest to the oldest.com.google.api.gax.rpc.PagedCallSettings.Builder<ListServiceConfigsRequest,ListServiceConfigsResponse,ServiceManagerClient.ListServiceConfigsPagedResponse>
ServiceManagerSettings.Builder. listServiceConfigsSettings()
Returns the builder for the settings used for calls to listServiceConfigs.com.google.api.gax.rpc.PagedCallSettings<ListServiceConfigsRequest,ListServiceConfigsResponse,ServiceManagerClient.ListServiceConfigsPagedResponse>
ServiceManagerSettings. listServiceConfigsSettings()
Returns the object with the settings used for calls to listServiceConfigs. -
Uses of ServiceManagerClient.ListServiceConfigsPagedResponse in com.google.cloud.api.servicemanagement.v1.stub
-