Uses of Class
com.google.cloud.functions.v2beta.ListFunctionsRequest
-
Packages that use ListFunctionsRequest Package Description com.google.cloud.functions.v2beta A client to Cloud Functions APIcom.google.cloud.functions.v2beta.stub -
-
Uses of ListFunctionsRequest in com.google.cloud.functions.v2beta
Methods in com.google.cloud.functions.v2beta that return ListFunctionsRequest Modifier and Type Method Description ListFunctionsRequest
ListFunctionsRequest.Builder. build()
ListFunctionsRequest
ListFunctionsRequest.Builder. buildPartial()
static ListFunctionsRequest
ListFunctionsRequest. getDefaultInstance()
ListFunctionsRequest
ListFunctionsRequest.Builder. getDefaultInstanceForType()
ListFunctionsRequest
ListFunctionsRequest. getDefaultInstanceForType()
static ListFunctionsRequest
ListFunctionsRequest. parseDelimitedFrom(InputStream input)
static ListFunctionsRequest
ListFunctionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFunctionsRequest
ListFunctionsRequest. parseFrom(byte[] data)
static ListFunctionsRequest
ListFunctionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFunctionsRequest
ListFunctionsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListFunctionsRequest
ListFunctionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFunctionsRequest
ListFunctionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListFunctionsRequest
ListFunctionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFunctionsRequest
ListFunctionsRequest. parseFrom(InputStream input)
static ListFunctionsRequest
ListFunctionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFunctionsRequest
ListFunctionsRequest. parseFrom(ByteBuffer data)
static ListFunctionsRequest
ListFunctionsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.functions.v2beta that return types with arguments of type ListFunctionsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListFunctionsRequest,ListFunctionsResponse>
FunctionServiceGrpc. getListFunctionsMethod()
com.google.protobuf.Parser<ListFunctionsRequest>
ListFunctionsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,ListFunctionsResponse>
FunctionServiceClient. listFunctionsCallable()
Returns a list of functions that belong to the requested project.com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,FunctionServiceClient.ListFunctionsPagedResponse>
FunctionServiceClient. listFunctionsPagedCallable()
Returns a list of functions that belong to the requested project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListFunctionsRequest,ListFunctionsResponse,FunctionServiceClient.ListFunctionsPagedResponse>
FunctionServiceSettings.Builder. listFunctionsSettings()
Returns the builder for the settings used for calls to listFunctions.com.google.api.gax.rpc.PagedCallSettings<ListFunctionsRequest,ListFunctionsResponse,FunctionServiceClient.ListFunctionsPagedResponse>
FunctionServiceSettings. listFunctionsSettings()
Returns the object with the settings used for calls to listFunctions.static com.google.protobuf.Parser<ListFunctionsRequest>
ListFunctionsRequest. parser()
Methods in com.google.cloud.functions.v2beta with parameters of type ListFunctionsRequest Modifier and Type Method Description FunctionServiceClient.ListFunctionsPagedResponse
FunctionServiceClient. listFunctions(ListFunctionsRequest request)
Returns a list of functions that belong to the requested project.default void
FunctionServiceGrpc.AsyncService. listFunctions(ListFunctionsRequest request, io.grpc.stub.StreamObserver<ListFunctionsResponse> responseObserver)
Returns a list of functions that belong to the requested project.ListFunctionsResponse
FunctionServiceGrpc.FunctionServiceBlockingStub. listFunctions(ListFunctionsRequest request)
Returns a list of functions that belong to the requested project.com.google.common.util.concurrent.ListenableFuture<ListFunctionsResponse>
FunctionServiceGrpc.FunctionServiceFutureStub. listFunctions(ListFunctionsRequest request)
Returns a list of functions that belong to the requested project.void
FunctionServiceGrpc.FunctionServiceStub. listFunctions(ListFunctionsRequest request, io.grpc.stub.StreamObserver<ListFunctionsResponse> responseObserver)
Returns a list of functions that belong to the requested project.ListFunctionsRequest.Builder
ListFunctionsRequest.Builder. mergeFrom(ListFunctionsRequest other)
static ListFunctionsRequest.Builder
ListFunctionsRequest. newBuilder(ListFunctionsRequest prototype)
Method parameters in com.google.cloud.functions.v2beta with type arguments of type ListFunctionsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<FunctionServiceClient.ListFunctionsPagedResponse>
FunctionServiceClient.ListFunctionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, com.google.api.core.ApiFuture<ListFunctionsResponse> futureResponse)
protected FunctionServiceClient.ListFunctionsPage
FunctionServiceClient.ListFunctionsPage. createPage(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, ListFunctionsResponse response)
com.google.api.core.ApiFuture<FunctionServiceClient.ListFunctionsPage>
FunctionServiceClient.ListFunctionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, com.google.api.core.ApiFuture<ListFunctionsResponse> futureResponse)
-
Uses of ListFunctionsRequest in com.google.cloud.functions.v2beta.stub
Methods in com.google.cloud.functions.v2beta.stub that return types with arguments of type ListFunctionsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,ListFunctionsResponse>
FunctionServiceStub. listFunctionsCallable()
com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,ListFunctionsResponse>
GrpcFunctionServiceStub. listFunctionsCallable()
com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,ListFunctionsResponse>
HttpJsonFunctionServiceStub. listFunctionsCallable()
com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,FunctionServiceClient.ListFunctionsPagedResponse>
FunctionServiceStub. listFunctionsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,FunctionServiceClient.ListFunctionsPagedResponse>
GrpcFunctionServiceStub. listFunctionsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,FunctionServiceClient.ListFunctionsPagedResponse>
HttpJsonFunctionServiceStub. listFunctionsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFunctionsRequest,ListFunctionsResponse,FunctionServiceClient.ListFunctionsPagedResponse>
FunctionServiceStubSettings.Builder. listFunctionsSettings()
Returns the builder for the settings used for calls to listFunctions.com.google.api.gax.rpc.PagedCallSettings<ListFunctionsRequest,ListFunctionsResponse,FunctionServiceClient.ListFunctionsPagedResponse>
FunctionServiceStubSettings. listFunctionsSettings()
Returns the object with the settings used for calls to listFunctions.
-