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