public interface WidgetToolOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataMapping()
public abstract WidgetTool.DataMapping getDataMapping()Optional. The mapping that defines how data from a source tool is mapped to the widget's input parameters.
.google.cloud.ces.v1beta.WidgetTool.DataMapping data_mapping = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
WidgetTool.DataMapping |
The dataMapping. |
getDataMappingOrBuilder()
public abstract WidgetTool.DataMappingOrBuilder getDataMappingOrBuilder()Optional. The mapping that defines how data from a source tool is mapped to the widget's input parameters.
.google.cloud.ces.v1beta.WidgetTool.DataMapping data_mapping = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
WidgetTool.DataMappingOrBuilder |
|
getDescription()
public abstract String getDescription()Optional. The description of the widget tool.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Optional. The description of the widget tool.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getInputCase()
public abstract WidgetTool.InputCase getInputCase()| Returns | |
|---|---|
| Type | Description |
WidgetTool.InputCase |
|
getName()
public abstract String getName()Required. The display name of the widget tool.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The display name of the widget tool.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getParameters()
public abstract Schema getParameters()Optional. The input parameters of the widget tool.
.google.cloud.ces.v1beta.Schema parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Schema |
The parameters. |
getParametersOrBuilder()
public abstract SchemaOrBuilder getParametersOrBuilder()Optional. The input parameters of the widget tool.
.google.cloud.ces.v1beta.Schema parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SchemaOrBuilder |
|
getUiConfig()
public abstract Struct getUiConfig()Optional. Configuration for rendering the widget.
.google.protobuf.Struct ui_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Struct |
The uiConfig. |
getUiConfigOrBuilder()
public abstract StructOrBuilder getUiConfigOrBuilder()Optional. Configuration for rendering the widget.
.google.protobuf.Struct ui_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getWidgetType()
public abstract WidgetTool.WidgetType getWidgetType()Optional. The type of the widget tool. If not specified, the default type will be CUSTOMIZED.
.google.cloud.ces.v1beta.WidgetTool.WidgetType widget_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
WidgetTool.WidgetType |
The widgetType. |
getWidgetTypeValue()
public abstract int getWidgetTypeValue()Optional. The type of the widget tool. If not specified, the default type will be CUSTOMIZED.
.google.cloud.ces.v1beta.WidgetTool.WidgetType widget_type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for widgetType. |
hasDataMapping()
public abstract boolean hasDataMapping()Optional. The mapping that defines how data from a source tool is mapped to the widget's input parameters.
.google.cloud.ces.v1beta.WidgetTool.DataMapping data_mapping = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataMapping field is set. |
hasParameters()
public abstract boolean hasParameters()Optional. The input parameters of the widget tool.
.google.cloud.ces.v1beta.Schema parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the parameters field is set. |
hasUiConfig()
public abstract boolean hasUiConfig()Optional. Configuration for rendering the widget.
.google.protobuf.Struct ui_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the uiConfig field is set. |