Uses of Class
com.google.cloud.functions.v1.GetFunctionRequest
-
Packages that use GetFunctionRequest Package Description com.google.cloud.functions.v1 A client to Cloud Functions APIcom.google.cloud.functions.v1.stub -
-
Uses of GetFunctionRequest in com.google.cloud.functions.v1
Methods in com.google.cloud.functions.v1 that return GetFunctionRequest Modifier and Type Method Description GetFunctionRequestGetFunctionRequest.Builder. build()GetFunctionRequestGetFunctionRequest.Builder. buildPartial()static GetFunctionRequestGetFunctionRequest. getDefaultInstance()GetFunctionRequestGetFunctionRequest.Builder. getDefaultInstanceForType()GetFunctionRequestGetFunctionRequest. getDefaultInstanceForType()static GetFunctionRequestGetFunctionRequest. parseDelimitedFrom(InputStream input)static GetFunctionRequestGetFunctionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFunctionRequestGetFunctionRequest. parseFrom(byte[] data)static GetFunctionRequestGetFunctionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFunctionRequestGetFunctionRequest. parseFrom(com.google.protobuf.ByteString data)static GetFunctionRequestGetFunctionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFunctionRequestGetFunctionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetFunctionRequestGetFunctionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFunctionRequestGetFunctionRequest. parseFrom(InputStream input)static GetFunctionRequestGetFunctionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFunctionRequestGetFunctionRequest. parseFrom(ByteBuffer data)static GetFunctionRequestGetFunctionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.functions.v1 that return types with arguments of type GetFunctionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFunctionRequest,CloudFunction>CloudFunctionsServiceClient. getFunctionCallable()Returns a function with the given name from the requested project.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFunctionRequest,CloudFunction>CloudFunctionsServiceSettings.Builder. getFunctionSettings()Returns the builder for the settings used for calls to getFunction.com.google.api.gax.rpc.UnaryCallSettings<GetFunctionRequest,CloudFunction>CloudFunctionsServiceSettings. getFunctionSettings()Returns the object with the settings used for calls to getFunction.static io.grpc.MethodDescriptor<GetFunctionRequest,CloudFunction>CloudFunctionsServiceGrpc. getGetFunctionMethod()com.google.protobuf.Parser<GetFunctionRequest>GetFunctionRequest. getParserForType()static com.google.protobuf.Parser<GetFunctionRequest>GetFunctionRequest. parser()Methods in com.google.cloud.functions.v1 with parameters of type GetFunctionRequest Modifier and Type Method Description CloudFunctionCloudFunctionsServiceClient. getFunction(GetFunctionRequest request)Returns a function with the given name from the requested project.default voidCloudFunctionsServiceGrpc.AsyncService. getFunction(GetFunctionRequest request, io.grpc.stub.StreamObserver<CloudFunction> responseObserver)Returns a function with the given name from the requested project.CloudFunctionCloudFunctionsServiceGrpc.CloudFunctionsServiceBlockingStub. getFunction(GetFunctionRequest request)Returns a function with the given name from the requested project.com.google.common.util.concurrent.ListenableFuture<CloudFunction>CloudFunctionsServiceGrpc.CloudFunctionsServiceFutureStub. getFunction(GetFunctionRequest request)Returns a function with the given name from the requested project.voidCloudFunctionsServiceGrpc.CloudFunctionsServiceStub. getFunction(GetFunctionRequest request, io.grpc.stub.StreamObserver<CloudFunction> responseObserver)Returns a function with the given name from the requested project.GetFunctionRequest.BuilderGetFunctionRequest.Builder. mergeFrom(GetFunctionRequest other)static GetFunctionRequest.BuilderGetFunctionRequest. newBuilder(GetFunctionRequest prototype) -
Uses of GetFunctionRequest in com.google.cloud.functions.v1.stub
Methods in com.google.cloud.functions.v1.stub that return types with arguments of type GetFunctionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFunctionRequest,CloudFunction>CloudFunctionsServiceStub. getFunctionCallable()com.google.api.gax.rpc.UnaryCallable<GetFunctionRequest,CloudFunction>GrpcCloudFunctionsServiceStub. getFunctionCallable()com.google.api.gax.rpc.UnaryCallable<GetFunctionRequest,CloudFunction>HttpJsonCloudFunctionsServiceStub. getFunctionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFunctionRequest,CloudFunction>CloudFunctionsServiceStubSettings.Builder. getFunctionSettings()Returns the builder for the settings used for calls to getFunction.com.google.api.gax.rpc.UnaryCallSettings<GetFunctionRequest,CloudFunction>CloudFunctionsServiceStubSettings. getFunctionSettings()Returns the object with the settings used for calls to getFunction.
-