| Modifier and Type | Method and Description |
|---|---|
CloudFunction |
CloudFunction.Builder.build() |
CloudFunction |
CloudFunction.Builder.buildPartial() |
static CloudFunction |
CloudFunction.getDefaultInstance() |
CloudFunction |
CloudFunction.getDefaultInstanceForType() |
CloudFunction |
CloudFunction.Builder.getDefaultInstanceForType() |
CloudFunction |
UpdateFunctionRequest.getFunction()
Required.
|
CloudFunction |
UpdateFunctionRequest.Builder.getFunction()
Required.
|
CloudFunction |
CreateFunctionRequest.getFunction()
Required.
|
CloudFunction |
CreateFunctionRequest.Builder.getFunction()
Required.
|
CloudFunction |
CreateFunctionRequestOrBuilder.getFunction()
Required.
|
CloudFunction |
UpdateFunctionRequestOrBuilder.getFunction()
Required.
|
CloudFunction |
ListFunctionsResponseOrBuilder.getFunctions(int index)
The functions that match the request.
|
CloudFunction |
ListFunctionsResponse.getFunctions(int index)
The functions that match the request.
|
CloudFunction |
ListFunctionsResponse.Builder.getFunctions(int index)
The functions that match the request.
|
static CloudFunction |
CloudFunction.parseDelimitedFrom(InputStream input) |
static CloudFunction |
CloudFunction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudFunction |
CloudFunction.parseFrom(byte[] data) |
static CloudFunction |
CloudFunction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudFunction |
CloudFunction.parseFrom(ByteBuffer data) |
static CloudFunction |
CloudFunction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudFunction |
CloudFunction.parseFrom(com.google.protobuf.ByteString data) |
static CloudFunction |
CloudFunction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudFunction |
CloudFunction.parseFrom(com.google.protobuf.CodedInputStream input) |
static CloudFunction |
CloudFunction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudFunction |
CloudFunction.parseFrom(InputStream input) |
static CloudFunction |
CloudFunction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudFunction> |
ListFunctionsResponseOrBuilder.getFunctionsList()
The functions that match the request.
|
List<CloudFunction> |
ListFunctionsResponse.getFunctionsList()
The functions that match the request.
|
List<CloudFunction> |
ListFunctionsResponse.Builder.getFunctionsList()
The functions that match the request.
|
com.google.protobuf.Parser<CloudFunction> |
CloudFunction.getParserForType() |
static com.google.protobuf.Parser<CloudFunction> |
CloudFunction.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListFunctionsResponse.Builder |
ListFunctionsResponse.Builder.addFunctions(CloudFunction value)
The functions that match the request.
|
ListFunctionsResponse.Builder |
ListFunctionsResponse.Builder.addFunctions(int index,
CloudFunction value)
The functions that match the request.
|
CloudFunction.Builder |
CloudFunction.Builder.mergeFrom(CloudFunction other) |
UpdateFunctionRequest.Builder |
UpdateFunctionRequest.Builder.mergeFunction(CloudFunction value)
Required.
|
CreateFunctionRequest.Builder |
CreateFunctionRequest.Builder.mergeFunction(CloudFunction value)
Required.
|
static CloudFunction.Builder |
CloudFunction.newBuilder(CloudFunction prototype) |
UpdateFunctionRequest.Builder |
UpdateFunctionRequest.Builder.setFunction(CloudFunction value)
Required.
|
CreateFunctionRequest.Builder |
CreateFunctionRequest.Builder.setFunction(CloudFunction value)
Required.
|
ListFunctionsResponse.Builder |
ListFunctionsResponse.Builder.setFunctions(int index,
CloudFunction value)
The functions that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListFunctionsResponse.Builder |
ListFunctionsResponse.Builder.addAllFunctions(Iterable<? extends CloudFunction> values)
The functions that match the request.
|
Copyright © 2024 Google LLC. All rights reserved.