Uses of Class
com.google.cloud.functions.v2beta.ListFunctionsResponse
-
Packages that use ListFunctionsResponse Package Description com.google.cloud.functions.v2beta A client to Cloud Functions APIcom.google.cloud.functions.v2beta.stub -
-
Uses of ListFunctionsResponse in com.google.cloud.functions.v2beta
Methods in com.google.cloud.functions.v2beta that return ListFunctionsResponse Modifier and Type Method Description ListFunctionsResponse
ListFunctionsResponse.Builder. build()
ListFunctionsResponse
ListFunctionsResponse.Builder. buildPartial()
static ListFunctionsResponse
ListFunctionsResponse. getDefaultInstance()
ListFunctionsResponse
ListFunctionsResponse.Builder. getDefaultInstanceForType()
ListFunctionsResponse
ListFunctionsResponse. getDefaultInstanceForType()
ListFunctionsResponse
FunctionServiceGrpc.FunctionServiceBlockingStub. listFunctions(ListFunctionsRequest request)
Returns a list of functions that belong to the requested project.static ListFunctionsResponse
ListFunctionsResponse. parseDelimitedFrom(InputStream input)
static ListFunctionsResponse
ListFunctionsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFunctionsResponse
ListFunctionsResponse. parseFrom(byte[] data)
static ListFunctionsResponse
ListFunctionsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFunctionsResponse
ListFunctionsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListFunctionsResponse
ListFunctionsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFunctionsResponse
ListFunctionsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListFunctionsResponse
ListFunctionsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFunctionsResponse
ListFunctionsResponse. parseFrom(InputStream input)
static ListFunctionsResponse
ListFunctionsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFunctionsResponse
ListFunctionsResponse. parseFrom(ByteBuffer data)
static ListFunctionsResponse
ListFunctionsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.functions.v2beta that return types with arguments of type ListFunctionsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListFunctionsRequest,ListFunctionsResponse>
FunctionServiceGrpc. getListFunctionsMethod()
com.google.protobuf.Parser<ListFunctionsResponse>
ListFunctionsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListFunctionsResponse>
FunctionServiceGrpc.FunctionServiceFutureStub. listFunctions(ListFunctionsRequest request)
Returns a list of functions that belong to the requested project.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.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<ListFunctionsResponse>
ListFunctionsResponse. parser()
Methods in com.google.cloud.functions.v2beta with parameters of type ListFunctionsResponse Modifier and Type Method Description protected FunctionServiceClient.ListFunctionsPage
FunctionServiceClient.ListFunctionsPage. createPage(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, ListFunctionsResponse response)
ListFunctionsResponse.Builder
ListFunctionsResponse.Builder. mergeFrom(ListFunctionsResponse other)
static ListFunctionsResponse.Builder
ListFunctionsResponse. newBuilder(ListFunctionsResponse prototype)
Method parameters in com.google.cloud.functions.v2beta with type arguments of type ListFunctionsResponse 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)
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)
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)
default void
FunctionServiceGrpc.AsyncService. listFunctions(ListFunctionsRequest request, io.grpc.stub.StreamObserver<ListFunctionsResponse> responseObserver)
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. -
Uses of ListFunctionsResponse in com.google.cloud.functions.v2beta.stub
Methods in com.google.cloud.functions.v2beta.stub that return types with arguments of type ListFunctionsResponse 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.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.
-