Uses of Class
com.google.cloud.functions.v2beta.ListRuntimesResponse
-
Packages that use ListRuntimesResponse Package Description com.google.cloud.functions.v2beta A client to Cloud Functions APIcom.google.cloud.functions.v2beta.stub -
-
Uses of ListRuntimesResponse in com.google.cloud.functions.v2beta
Methods in com.google.cloud.functions.v2beta that return ListRuntimesResponse Modifier and Type Method Description ListRuntimesResponse
ListRuntimesResponse.Builder. build()
ListRuntimesResponse
ListRuntimesResponse.Builder. buildPartial()
static ListRuntimesResponse
ListRuntimesResponse. getDefaultInstance()
ListRuntimesResponse
ListRuntimesResponse.Builder. getDefaultInstanceForType()
ListRuntimesResponse
ListRuntimesResponse. getDefaultInstanceForType()
ListRuntimesResponse
FunctionServiceClient. listRuntimes(ListRuntimesRequest request)
Returns a list of runtimes that are supported for the requested project.ListRuntimesResponse
FunctionServiceClient. listRuntimes(LocationName parent)
Returns a list of runtimes that are supported for the requested project.ListRuntimesResponse
FunctionServiceClient. listRuntimes(String parent)
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.static ListRuntimesResponse
ListRuntimesResponse. parseDelimitedFrom(InputStream input)
static ListRuntimesResponse
ListRuntimesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesResponse
ListRuntimesResponse. parseFrom(byte[] data)
static ListRuntimesResponse
ListRuntimesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesResponse
ListRuntimesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListRuntimesResponse
ListRuntimesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesResponse
ListRuntimesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListRuntimesResponse
ListRuntimesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesResponse
ListRuntimesResponse. parseFrom(InputStream input)
static ListRuntimesResponse
ListRuntimesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRuntimesResponse
ListRuntimesResponse. parseFrom(ByteBuffer data)
static ListRuntimesResponse
ListRuntimesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.functions.v2beta that return types with arguments of type ListRuntimesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListRuntimesRequest,ListRuntimesResponse>
FunctionServiceGrpc. getListRuntimesMethod()
com.google.protobuf.Parser<ListRuntimesResponse>
ListRuntimesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListRuntimesResponse>
FunctionServiceGrpc.FunctionServiceFutureStub. listRuntimes(ListRuntimesRequest request)
Returns a list of runtimes that are supported for the requested project.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<ListRuntimesResponse>
ListRuntimesResponse. parser()
Methods in com.google.cloud.functions.v2beta with parameters of type ListRuntimesResponse Modifier and Type Method Description ListRuntimesResponse.Builder
ListRuntimesResponse.Builder. mergeFrom(ListRuntimesResponse other)
static ListRuntimesResponse.Builder
ListRuntimesResponse. newBuilder(ListRuntimesResponse prototype)
Method parameters in com.google.cloud.functions.v2beta with type arguments of type ListRuntimesResponse Modifier and Type Method Description 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.void
FunctionServiceGrpc.FunctionServiceStub. listRuntimes(ListRuntimesRequest request, io.grpc.stub.StreamObserver<ListRuntimesResponse> responseObserver)
Returns a list of runtimes that are supported for the requested project. -
Uses of ListRuntimesResponse in com.google.cloud.functions.v2beta.stub
Methods in com.google.cloud.functions.v2beta.stub that return types with arguments of type ListRuntimesResponse 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.
-