Uses of Class
com.google.cloud.run.v2.ListServicesRequest
-
Packages that use ListServicesRequest Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of ListServicesRequest in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return ListServicesRequest Modifier and Type Method Description ListServicesRequestListServicesRequest.Builder. build()ListServicesRequestListServicesRequest.Builder. buildPartial()static ListServicesRequestListServicesRequest. getDefaultInstance()ListServicesRequestListServicesRequest.Builder. getDefaultInstanceForType()ListServicesRequestListServicesRequest. getDefaultInstanceForType()static ListServicesRequestListServicesRequest. parseDelimitedFrom(InputStream input)static ListServicesRequestListServicesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServicesRequestListServicesRequest. parseFrom(byte[] data)static ListServicesRequestListServicesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServicesRequestListServicesRequest. parseFrom(com.google.protobuf.ByteString data)static ListServicesRequestListServicesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServicesRequestListServicesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListServicesRequestListServicesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServicesRequestListServicesRequest. parseFrom(InputStream input)static ListServicesRequestListServicesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServicesRequestListServicesRequest. parseFrom(ByteBuffer data)static ListServicesRequestListServicesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.run.v2 that return types with arguments of type ListServicesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse>ServicesGrpc. getListServicesMethod()com.google.protobuf.Parser<ListServicesRequest>ListServicesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ListServicesResponse>ServicesClient. listServicesCallable()Lists Services.com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServicesClient.ListServicesPagedResponse>ServicesClient. listServicesPagedCallable()Lists Services.com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,ServicesClient.ListServicesPagedResponse>ServicesSettings.Builder. listServicesSettings()Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,ServicesClient.ListServicesPagedResponse>ServicesSettings. listServicesSettings()Returns the object with the settings used for calls to listServices.static com.google.protobuf.Parser<ListServicesRequest>ListServicesRequest. parser()Methods in com.google.cloud.run.v2 with parameters of type ListServicesRequest Modifier and Type Method Description ServicesClient.ListServicesPagedResponseServicesClient. listServices(ListServicesRequest request)Lists Services.default voidServicesGrpc.AsyncService. listServices(ListServicesRequest request, io.grpc.stub.StreamObserver<ListServicesResponse> responseObserver)Lists Services.ListServicesResponseServicesGrpc.ServicesBlockingStub. listServices(ListServicesRequest request)Lists Services.com.google.common.util.concurrent.ListenableFuture<ListServicesResponse>ServicesGrpc.ServicesFutureStub. listServices(ListServicesRequest request)Lists Services.voidServicesGrpc.ServicesStub. listServices(ListServicesRequest request, io.grpc.stub.StreamObserver<ListServicesResponse> responseObserver)Lists Services.ListServicesRequest.BuilderListServicesRequest.Builder. mergeFrom(ListServicesRequest other)static ListServicesRequest.BuilderListServicesRequest. newBuilder(ListServicesRequest prototype)Method parameters in com.google.cloud.run.v2 with type arguments of type ListServicesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ServicesClient.ListServicesPagedResponse>ServicesClient.ListServicesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)protected ServicesClient.ListServicesPageServicesClient.ListServicesPage. createPage(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, ListServicesResponse response)com.google.api.core.ApiFuture<ServicesClient.ListServicesPage>ServicesClient.ListServicesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse) -
Uses of ListServicesRequest in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return types with arguments of type ListServicesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ListServicesResponse>GrpcServicesStub. listServicesCallable()com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ListServicesResponse>HttpJsonServicesStub. listServicesCallable()com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ListServicesResponse>ServicesStub. listServicesCallable()com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServicesClient.ListServicesPagedResponse>GrpcServicesStub. listServicesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServicesClient.ListServicesPagedResponse>HttpJsonServicesStub. listServicesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ServicesClient.ListServicesPagedResponse>ServicesStub. listServicesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,ServicesClient.ListServicesPagedResponse>ServicesStubSettings.Builder. listServicesSettings()Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,ServicesClient.ListServicesPagedResponse>ServicesStubSettings. listServicesSettings()Returns the object with the settings used for calls to listServices.
-