public static interface OperatorDefinition.AttributeDefinitionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAttribute()
public abstract String getAttribute()
The name of the attribute.
Tentatively a-z?, e.g., max_frames_per_video, resize_height.
string attribute = 1;
Returns | |
---|---|
Type | Description |
String |
The attribute. |
getAttributeBytes()
public abstract ByteString getAttributeBytes()
The name of the attribute.
Tentatively a-z?, e.g., max_frames_per_video, resize_height.
string attribute = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for attribute. |
getDefaultValue()
public abstract AttributeValue getDefaultValue()
The default value for the attribute.
.google.cloud.visionai.v1.AttributeValue default_value = 3;
Returns | |
---|---|
Type | Description |
AttributeValue |
The defaultValue. |
getDefaultValueOrBuilder()
public abstract AttributeValueOrBuilder getDefaultValueOrBuilder()
The default value for the attribute.
.google.cloud.visionai.v1.AttributeValue default_value = 3;
Returns | |
---|---|
Type | Description |
AttributeValueOrBuilder |
getType()
public abstract String getType()
The type of this attribute.
See attribute_value.proto for possibilities.
string type = 2;
Returns | |
---|---|
Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()
The type of this attribute.
See attribute_value.proto for possibilities.
string type = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for type. |
hasDefaultValue()
public abstract boolean hasDefaultValue()
The default value for the attribute.
.google.cloud.visionai.v1.AttributeValue default_value = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the defaultValue field is set. |