Class CreateFunctionRequest.Builder (2.20.0)

public static final class CreateFunctionRequest.Builder extends GeneratedMessageV3.Builder<CreateFunctionRequest.Builder> implements CreateFunctionRequestOrBuilder

Request for the CreateFunction method.

Protobuf type google.cloud.functions.v1.CreateFunctionRequest

Static 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
Overrides

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
Overrides

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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CreateFunctionRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CreateFunctionRequest.Builder
Overrides

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreateFunctionRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CreateFunctionRequest.Builder
Overrides

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 String

The 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 ByteString

The bytes for location to set.

Returns
Type Description
CreateFunctionRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final CreateFunctionRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CreateFunctionRequest.Builder
Overrides