Uses of Class
com.google.cloud.functions.v2.ListRuntimesResponse
-
Packages that use ListRuntimesResponse Package Description com.google.cloud.functions.v2 A client to Cloud Functions APIcom.google.cloud.functions.v2.stub -
-
Uses of ListRuntimesResponse in com.google.cloud.functions.v2
Methods in com.google.cloud.functions.v2 that return ListRuntimesResponse Modifier and Type Method Description ListRuntimesResponseListRuntimesResponse.Builder. build()ListRuntimesResponseListRuntimesResponse.Builder. buildPartial()static ListRuntimesResponseListRuntimesResponse. getDefaultInstance()ListRuntimesResponseListRuntimesResponse.Builder. getDefaultInstanceForType()ListRuntimesResponseListRuntimesResponse. getDefaultInstanceForType()ListRuntimesResponseFunctionServiceClient. listRuntimes(ListRuntimesRequest request)Returns a list of runtimes that are supported for the requested project.ListRuntimesResponseFunctionServiceClient. listRuntimes(LocationName parent)Returns a list of runtimes that are supported for the requested project.ListRuntimesResponseFunctionServiceClient. listRuntimes(String parent)Returns a list of runtimes that are supported for the requested project.ListRuntimesResponseFunctionServiceGrpc.FunctionServiceBlockingStub. listRuntimes(ListRuntimesRequest request)Returns a list of runtimes that are supported for the requested project.static ListRuntimesResponseListRuntimesResponse. parseDelimitedFrom(InputStream input)static ListRuntimesResponseListRuntimesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRuntimesResponseListRuntimesResponse. parseFrom(byte[] data)static ListRuntimesResponseListRuntimesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRuntimesResponseListRuntimesResponse. parseFrom(com.google.protobuf.ByteString data)static ListRuntimesResponseListRuntimesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRuntimesResponseListRuntimesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListRuntimesResponseListRuntimesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRuntimesResponseListRuntimesResponse. parseFrom(InputStream input)static ListRuntimesResponseListRuntimesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRuntimesResponseListRuntimesResponse. parseFrom(ByteBuffer data)static ListRuntimesResponseListRuntimesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.functions.v2 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.v2 with parameters of type ListRuntimesResponse Modifier and Type Method Description ListRuntimesResponse.BuilderListRuntimesResponse.Builder. mergeFrom(ListRuntimesResponse other)static ListRuntimesResponse.BuilderListRuntimesResponse. newBuilder(ListRuntimesResponse prototype)Method parameters in com.google.cloud.functions.v2 with type arguments of type ListRuntimesResponse Modifier and Type Method Description default voidFunctionServiceGrpc.AsyncService. listRuntimes(ListRuntimesRequest request, io.grpc.stub.StreamObserver<ListRuntimesResponse> responseObserver)Returns a list of runtimes that are supported for the requested project.voidFunctionServiceGrpc.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.v2.stub
Methods in com.google.cloud.functions.v2.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.
-