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 ListServiceConfigsRequestListServiceConfigsRequest.Builder. build()ListServiceConfigsRequestListServiceConfigsRequest.Builder. buildPartial()static ListServiceConfigsRequestListServiceConfigsRequest. getDefaultInstance()ListServiceConfigsRequestListServiceConfigsRequest.Builder. getDefaultInstanceForType()ListServiceConfigsRequestListServiceConfigsRequest. getDefaultInstanceForType()static ListServiceConfigsRequestListServiceConfigsRequest. parseDelimitedFrom(InputStream input)static ListServiceConfigsRequestListServiceConfigsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceConfigsRequestListServiceConfigsRequest. parseFrom(byte[] data)static ListServiceConfigsRequestListServiceConfigsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceConfigsRequestListServiceConfigsRequest. parseFrom(com.google.protobuf.ByteString data)static ListServiceConfigsRequestListServiceConfigsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceConfigsRequestListServiceConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListServiceConfigsRequestListServiceConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceConfigsRequestListServiceConfigsRequest. parseFrom(InputStream input)static ListServiceConfigsRequestListServiceConfigsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceConfigsRequestListServiceConfigsRequest. parseFrom(ByteBuffer data)static ListServiceConfigsRequestListServiceConfigsRequest. 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 voidServiceManagerGrpc.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.ListServiceConfigsResponseServiceManagerGrpc.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.voidServiceManagerGrpc.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.BuilderListServiceConfigsRequest.Builder. mergeFrom(ListServiceConfigsRequest other)static ListServiceConfigsRequest.BuilderListServiceConfigsRequest. 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.ListServiceConfigsPagedResponseServiceManagerClient. 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.ListServiceConfigsPageServiceManagerClient.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
-