public interface OperatorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)Labels as key value pairs.
 map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| boolean | |
getCreateTime()
public abstract Timestamp getCreateTime()Output only. The create timestamp.
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The createTime. | 
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. The create timestamp.
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getDockerImage()
public abstract String getDockerImage()The link to the docker image of the operator.
 string docker_image = 6;
| Returns | |
|---|---|
| Type | Description | 
| String | The dockerImage. | 
getDockerImageBytes()
public abstract ByteString getDockerImageBytes()The link to the docker image of the operator.
 string docker_image = 6;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for dockerImage. | 
getLabels() (deprecated)
public abstract Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description | 
| Map<String,String> | |
getLabelsCount()
public abstract int getLabelsCount()Labels as key value pairs.
 map<string, string> labels = 4;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()Labels as key value pairs.
 map<string, string> labels = 4;
| Returns | |
|---|---|
| Type | Description | 
| Map<String,String> | |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)Labels as key value pairs.
 map<string, string> labels = 4;
| Parameters | |
|---|---|
| Name | Description | 
| key | String | 
| defaultValue | String | 
| Returns | |
|---|---|
| Type | Description | 
| String | |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)Labels as key value pairs.
 map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description | 
| key | String | 
| Returns | |
|---|---|
| Type | Description | 
| String | |
getName()
public abstract String getName()Name of the resource.
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes()Name of the resource.
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getOperatorDefinition()
public abstract OperatorDefinition getOperatorDefinition()The definition of the operator.
 .google.cloud.visionai.v1.OperatorDefinition operator_definition = 5;
| Returns | |
|---|---|
| Type | Description | 
| OperatorDefinition | The operatorDefinition. | 
getOperatorDefinitionOrBuilder()
public abstract OperatorDefinitionOrBuilder getOperatorDefinitionOrBuilder()The definition of the operator.
 .google.cloud.visionai.v1.OperatorDefinition operator_definition = 5;
| Returns | |
|---|---|
| Type | Description | 
| OperatorDefinitionOrBuilder | |
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. The update timestamp.
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The updateTime. | 
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The update timestamp.
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
hasCreateTime()
public abstract boolean hasCreateTime()Output only. The create timestamp.
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the createTime field is set. | 
hasOperatorDefinition()
public abstract boolean hasOperatorDefinition()The definition of the operator.
 .google.cloud.visionai.v1.OperatorDefinition operator_definition = 5;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the operatorDefinition field is set. | 
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. The update timestamp.
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the updateTime field is set. |