Uses of Class
com.google.api.servicemanagement.v1.ListServiceConfigsRequest
-
Packages that use ListServiceConfigsRequest Package Description com.google.api.servicemanagement.v1 com.google.cloud.api.servicemanagement.v1 A client to Service Management APIcom.google.cloud.api.servicemanagement.v1.stub -
-
Uses of ListServiceConfigsRequest in com.google.api.servicemanagement.v1
Methods in com.google.api.servicemanagement.v1 that return ListServiceConfigsRequest Modifier and Type Method Description ListServiceConfigsRequest
ListServiceConfigsRequest.Builder. build()
ListServiceConfigsRequest
ListServiceConfigsRequest.Builder. buildPartial()
static ListServiceConfigsRequest
ListServiceConfigsRequest. getDefaultInstance()
ListServiceConfigsRequest
ListServiceConfigsRequest.Builder. getDefaultInstanceForType()
ListServiceConfigsRequest
ListServiceConfigsRequest. getDefaultInstanceForType()
static ListServiceConfigsRequest
ListServiceConfigsRequest. parseDelimitedFrom(InputStream input)
static ListServiceConfigsRequest
ListServiceConfigsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceConfigsRequest
ListServiceConfigsRequest. parseFrom(byte[] data)
static ListServiceConfigsRequest
ListServiceConfigsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceConfigsRequest
ListServiceConfigsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListServiceConfigsRequest
ListServiceConfigsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceConfigsRequest
ListServiceConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListServiceConfigsRequest
ListServiceConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceConfigsRequest
ListServiceConfigsRequest. parseFrom(InputStream input)
static ListServiceConfigsRequest
ListServiceConfigsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServiceConfigsRequest
ListServiceConfigsRequest. parseFrom(ByteBuffer data)
static ListServiceConfigsRequest
ListServiceConfigsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.servicemanagement.v1 that return types with arguments of type ListServiceConfigsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListServiceConfigsRequest,ListServiceConfigsResponse>
ServiceManagerGrpc. getListServiceConfigsMethod()
com.google.protobuf.Parser<ListServiceConfigsRequest>
ListServiceConfigsRequest. getParserForType()
static com.google.protobuf.Parser<ListServiceConfigsRequest>
ListServiceConfigsRequest. parser()
Methods in com.google.api.servicemanagement.v1 with parameters of type ListServiceConfigsRequest Modifier and Type Method Description default void
ServiceManagerGrpc.AsyncService. listServiceConfigs(ListServiceConfigsRequest request, io.grpc.stub.StreamObserver<ListServiceConfigsResponse> responseObserver)
Lists the history of the service configuration for a managed service, from the newest to the oldest.ListServiceConfigsResponse
ServiceManagerGrpc.ServiceManagerBlockingStub. listServiceConfigs(ListServiceConfigsRequest request)
Lists the history of the service configuration for a managed service, from the newest to the oldest.com.google.common.util.concurrent.ListenableFuture<ListServiceConfigsResponse>
ServiceManagerGrpc.ServiceManagerFutureStub. listServiceConfigs(ListServiceConfigsRequest request)
Lists the history of the service configuration for a managed service, from the newest to the oldest.void
ServiceManagerGrpc.ServiceManagerStub. listServiceConfigs(ListServiceConfigsRequest request, io.grpc.stub.StreamObserver<ListServiceConfigsResponse> responseObserver)
Lists the history of the service configuration for a managed service, from the newest to the oldest.ListServiceConfigsRequest.Builder
ListServiceConfigsRequest.Builder. mergeFrom(ListServiceConfigsRequest other)
static ListServiceConfigsRequest.Builder
ListServiceConfigsRequest. newBuilder(ListServiceConfigsRequest prototype)
-
Uses of ListServiceConfigsRequest in com.google.cloud.api.servicemanagement.v1
Methods in com.google.cloud.api.servicemanagement.v1 that return types with arguments of type ListServiceConfigsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListServiceConfigsRequest,ListServiceConfigsResponse>
ServiceManagerClient. listServiceConfigsCallable()
Lists the history of the service configuration for a managed service, from the newest to the oldest.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.Methods in com.google.cloud.api.servicemanagement.v1 with parameters of type ListServiceConfigsRequest 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.Method parameters in com.google.cloud.api.servicemanagement.v1 with type arguments of type ListServiceConfigsRequest 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)
protected ServiceManagerClient.ListServiceConfigsPage
ServiceManagerClient.ListServiceConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListServiceConfigsRequest,ListServiceConfigsResponse,com.google.api.Service> context, ListServiceConfigsResponse response)
com.google.api.core.ApiFuture<ServiceManagerClient.ListServiceConfigsPage>
ServiceManagerClient.ListServiceConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServiceConfigsRequest,ListServiceConfigsResponse,com.google.api.Service> context, com.google.api.core.ApiFuture<ListServiceConfigsResponse> futureResponse)
-
Uses of ListServiceConfigsRequest in com.google.cloud.api.servicemanagement.v1.stub
-