Class SheetsExtensionPoint.Builder (2.83.0)

public static final class SheetsExtensionPoint.Builder extends GeneratedMessage.Builder<SheetsExtensionPoint.Builder> implements SheetsExtensionPointOrBuilder

Common format for declaring a Sheets add-on's triggers.

Protobuf type google.apps.script.type.sheets.SheetsExtensionPoint

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public SheetsExtensionPoint build()
Returns
Type Description
SheetsExtensionPoint

buildPartial()

public SheetsExtensionPoint buildPartial()
Returns
Type Description
SheetsExtensionPoint

clear()

public SheetsExtensionPoint.Builder clear()
Returns
Type Description
SheetsExtensionPoint.Builder
Overrides

clearRunFunction()

public SheetsExtensionPoint.Builder clearRunFunction()

Required. The endpoint to execute when this extension point is activated.

string run_function = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SheetsExtensionPoint.Builder

This builder for chaining.

getDefaultInstanceForType()

public SheetsExtensionPoint getDefaultInstanceForType()
Returns
Type Description
SheetsExtensionPoint

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getRunFunction()

public String getRunFunction()

Required. The endpoint to execute when this extension point is activated.

string run_function = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The runFunction.

getRunFunctionBytes()

public ByteString getRunFunctionBytes()

Required. The endpoint to execute when this extension point is activated.

string run_function = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for runFunction.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SheetsExtensionPoint other)

public SheetsExtensionPoint.Builder mergeFrom(SheetsExtensionPoint other)
Parameter
Name Description
other SheetsExtensionPoint
Returns
Type Description
SheetsExtensionPoint.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SheetsExtensionPoint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SheetsExtensionPoint.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

setRunFunction(String value)

public SheetsExtensionPoint.Builder setRunFunction(String value)

Required. The endpoint to execute when this extension point is activated.

string run_function = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The runFunction to set.

Returns
Type Description
SheetsExtensionPoint.Builder

This builder for chaining.

setRunFunctionBytes(ByteString value)

public SheetsExtensionPoint.Builder setRunFunctionBytes(ByteString value)

Required. The endpoint to execute when this extension point is activated.

string run_function = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for runFunction to set.

Returns
Type Description
SheetsExtensionPoint.Builder

This builder for chaining.