Package com.google.apps.script.type
Interface HomepageExtensionPointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomepageExtensionPoint,HomepageExtensionPoint.Builder
public interface HomepageExtensionPointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.BoolValuegetEnabled()Optional.com.google.protobuf.BoolValueOrBuildergetEnabledOrBuilder()Optional.StringgetRunFunction()Required.com.google.protobuf.ByteStringgetRunFunctionBytes()Required.booleanhasEnabled()Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRunFunction
String getRunFunction()
Required. The endpoint to execute when this extension point is activated.
string run_function = 1;- Returns:
- The runFunction.
-
getRunFunctionBytes
com.google.protobuf.ByteString getRunFunctionBytes()
Required. The endpoint to execute when this extension point is activated.
string run_function = 1;- Returns:
- The bytes for runFunction.
-
hasEnabled
boolean hasEnabled()
Optional. If set to `false`, disable the home-page view in this context. Defaults to `true` if unset. If an add-ons custom home-page view is disabled, an autogenerated overview card will be provided for users instead.
.google.protobuf.BoolValue enabled = 2;- Returns:
- Whether the enabled field is set.
-
getEnabled
com.google.protobuf.BoolValue getEnabled()
Optional. If set to `false`, disable the home-page view in this context. Defaults to `true` if unset. If an add-ons custom home-page view is disabled, an autogenerated overview card will be provided for users instead.
.google.protobuf.BoolValue enabled = 2;- Returns:
- The enabled.
-
getEnabledOrBuilder
com.google.protobuf.BoolValueOrBuilder getEnabledOrBuilder()
Optional. If set to `false`, disable the home-page view in this context. Defaults to `true` if unset. If an add-ons custom home-page view is disabled, an autogenerated overview card will be provided for users instead.
.google.protobuf.BoolValue enabled = 2;
-
-