public static final class CreateFunctionRequest.Builder extends GeneratedMessage.Builder<CreateFunctionRequest.Builder> implements CreateFunctionRequestOrBuilder Request for the CreateFunction method.
Protobuf type google.cloud.functions.v1.CreateFunctionRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateFunctionRequest.BuilderImplements
CreateFunctionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateFunctionRequest build()| Returns | |
|---|---|
| Type | Description |
CreateFunctionRequest |
|
buildPartial()
public CreateFunctionRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateFunctionRequest |
|
clear()
public CreateFunctionRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateFunctionRequest.Builder |
|
clearFunction()
public CreateFunctionRequest.Builder clearFunction()Required. Function to be created.
.google.cloud.functions.v1.CloudFunction function = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateFunctionRequest.Builder |
|
clearLocation()
public CreateFunctionRequest.Builder clearLocation() Required. The project and location in which the function should be created,
specified in the format projects/*/locations/*
string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateFunctionRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateFunctionRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateFunctionRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFunction()
public CloudFunction getFunction()Required. Function to be created.
.google.cloud.functions.v1.CloudFunction function = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CloudFunction |
The function. |
getFunctionBuilder()
public CloudFunction.Builder getFunctionBuilder()Required. Function to be created.
.google.cloud.functions.v1.CloudFunction function = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CloudFunction.Builder |
|
getFunctionOrBuilder()
public CloudFunctionOrBuilder getFunctionOrBuilder()Required. Function to be created.
.google.cloud.functions.v1.CloudFunction function = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CloudFunctionOrBuilder |
|
getLocation()
public String getLocation() Required. The project and location in which the function should be created,
specified in the format projects/*/locations/*
string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public ByteString getLocationBytes() Required. The project and location in which the function should be created,
specified in the format projects/*/locations/*
string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
hasFunction()
public boolean hasFunction()Required. Function to be created.
.google.cloud.functions.v1.CloudFunction function = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the function field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateFunctionRequest other)
public CreateFunctionRequest.Builder mergeFrom(CreateFunctionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateFunctionRequest |
| Returns | |
|---|---|
| Type | Description |
CreateFunctionRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateFunctionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateFunctionRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateFunctionRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateFunctionRequest.Builder |
|
mergeFunction(CloudFunction value)
public CreateFunctionRequest.Builder mergeFunction(CloudFunction value)Required. Function to be created.
.google.cloud.functions.v1.CloudFunction function = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
CloudFunction |
| Returns | |
|---|---|
| Type | Description |
CreateFunctionRequest.Builder |
|
setFunction(CloudFunction value)
public CreateFunctionRequest.Builder setFunction(CloudFunction value)Required. Function to be created.
.google.cloud.functions.v1.CloudFunction function = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
CloudFunction |
| Returns | |
|---|---|
| Type | Description |
CreateFunctionRequest.Builder |
|
setFunction(CloudFunction.Builder builderForValue)
public CreateFunctionRequest.Builder setFunction(CloudFunction.Builder builderForValue)Required. Function to be created.
.google.cloud.functions.v1.CloudFunction function = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CloudFunction.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateFunctionRequest.Builder |
|
setLocation(String value)
public CreateFunctionRequest.Builder setLocation(String value) Required. The project and location in which the function should be created,
specified in the format projects/*/locations/*
string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe location to set. |
| Returns | |
|---|---|
| Type | Description |
CreateFunctionRequest.Builder |
This builder for chaining. |
setLocationBytes(ByteString value)
public CreateFunctionRequest.Builder setLocationBytes(ByteString value) Required. The project and location in which the function should be created,
specified in the format projects/*/locations/*
string location = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for location to set. |
| Returns | |
|---|---|
| Type | Description |
CreateFunctionRequest.Builder |
This builder for chaining. |