public interface HomepageExtensionPointOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnabled()
public abstract 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 | |
|---|---|
| Type | Description |
BoolValue |
The enabled. |
getEnabledOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
getRunFunction()
public abstract String getRunFunction()Required. The endpoint to execute when this extension point is activated.
string run_function = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The runFunction. |
getRunFunctionBytes()
public abstract ByteString getRunFunctionBytes()Required. The endpoint to execute when this extension point is activated.
string run_function = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for runFunction. |
hasEnabled()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the enabled field is set. |