Uses of Class
com.google.cloud.functions.v2beta.ListRuntimesRequest
-
Packages that use ListRuntimesRequest Package Description com.google.cloud.functions.v2beta A client to Cloud Functions APIcom.google.cloud.functions.v2beta.stub -
-
Uses of ListRuntimesRequest in com.google.cloud.functions.v2beta
Methods in com.google.cloud.functions.v2beta that return ListRuntimesRequest Modifier and Type Method Description ListRuntimesRequest
ListRuntimesRequest.Builder. build()
ListRuntimesRequest
ListRuntimesRequest.Builder. buildPartial()
static ListRuntimesRequest
ListRuntimesRequest. getDefaultInstance()
ListRuntimesRequest
ListRuntimesRequest.Builder. getDefaultInstanceForType()
ListRuntimesRequest
ListRuntimesRequest. getDefaultInstanceForType()
static ListRuntimesRequest
ListRuntimesRequest. parseDelimitedFrom(InputStream input)
static ListRuntimesRequest
ListRuntimesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(byte[] data)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(InputStream input)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(ByteBuffer data)
static ListRuntimesRequest
ListRuntimesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.functions.v2beta that return types with arguments of type ListRuntimesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListRuntimesRequest,ListRuntimesResponse>
FunctionServiceGrpc. getListRuntimesMethod()
com.google.protobuf.Parser<ListRuntimesRequest>
ListRuntimesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListRuntimesRequest,ListRuntimesResponse>
FunctionServiceClient. listRuntimesCallable()
Returns a list of runtimes that are supported for the requested project.com.google.api.gax.rpc.UnaryCallSettings.Builder<ListRuntimesRequest,ListRuntimesResponse>
FunctionServiceSettings.Builder. listRuntimesSettings()
Returns the builder for the settings used for calls to listRuntimes.com.google.api.gax.rpc.UnaryCallSettings<ListRuntimesRequest,ListRuntimesResponse>
FunctionServiceSettings. listRuntimesSettings()
Returns the object with the settings used for calls to listRuntimes.static com.google.protobuf.Parser<ListRuntimesRequest>
ListRuntimesRequest. parser()
Methods in com.google.cloud.functions.v2beta with parameters of type ListRuntimesRequest Modifier and Type Method Description ListRuntimesResponse
FunctionServiceClient. listRuntimes(ListRuntimesRequest request)
Returns a list of runtimes that are supported for the requested project.default void
FunctionServiceGrpc.AsyncService. listRuntimes(ListRuntimesRequest request, io.grpc.stub.StreamObserver<ListRuntimesResponse> responseObserver)
Returns a list of runtimes that are supported for the requested project.ListRuntimesResponse
FunctionServiceGrpc.FunctionServiceBlockingStub. listRuntimes(ListRuntimesRequest request)
Returns a list of runtimes that are supported for the requested project.com.google.common.util.concurrent.ListenableFuture<ListRuntimesResponse>
FunctionServiceGrpc.FunctionServiceFutureStub. listRuntimes(ListRuntimesRequest request)
Returns a list of runtimes that are supported for the requested project.void
FunctionServiceGrpc.FunctionServiceStub. listRuntimes(ListRuntimesRequest request, io.grpc.stub.StreamObserver<ListRuntimesResponse> responseObserver)
Returns a list of runtimes that are supported for the requested project.ListRuntimesRequest.Builder
ListRuntimesRequest.Builder. mergeFrom(ListRuntimesRequest other)
static ListRuntimesRequest.Builder
ListRuntimesRequest. newBuilder(ListRuntimesRequest prototype)
-
Uses of ListRuntimesRequest in com.google.cloud.functions.v2beta.stub
Methods in com.google.cloud.functions.v2beta.stub that return types with arguments of type ListRuntimesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRuntimesRequest,ListRuntimesResponse>
FunctionServiceStub. listRuntimesCallable()
com.google.api.gax.rpc.UnaryCallable<ListRuntimesRequest,ListRuntimesResponse>
GrpcFunctionServiceStub. listRuntimesCallable()
com.google.api.gax.rpc.UnaryCallable<ListRuntimesRequest,ListRuntimesResponse>
HttpJsonFunctionServiceStub. listRuntimesCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListRuntimesRequest,ListRuntimesResponse>
FunctionServiceStubSettings.Builder. listRuntimesSettings()
Returns the builder for the settings used for calls to listRuntimes.com.google.api.gax.rpc.UnaryCallSettings<ListRuntimesRequest,ListRuntimesResponse>
FunctionServiceStubSettings. listRuntimesSettings()
Returns the object with the settings used for calls to listRuntimes.
-