public interface ApplicationOrBuilder 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 | 
        |
getApplicationConfigs()
public abstract ApplicationConfigs getApplicationConfigs()Application graph configuration.
 .google.cloud.visionai.v1.ApplicationConfigs application_configs = 7;
| Returns | |
|---|---|
| Type | Description | 
ApplicationConfigs | 
        The applicationConfigs.  | 
      
getApplicationConfigsOrBuilder()
public abstract ApplicationConfigsOrBuilder getApplicationConfigsOrBuilder()Application graph configuration.
 .google.cloud.visionai.v1.ApplicationConfigs application_configs = 7;
| Returns | |
|---|---|
| Type | Description | 
ApplicationConfigsOrBuilder | 
        |
getBillingMode()
public abstract Application.BillingMode getBillingMode()Billing mode of the application.
 .google.cloud.visionai.v1.Application.BillingMode billing_mode = 12;
| Returns | |
|---|---|
| Type | Description | 
Application.BillingMode | 
        The billingMode.  | 
      
getBillingModeValue()
public abstract int getBillingModeValue()Billing mode of the application.
 .google.cloud.visionai.v1.Application.BillingMode billing_mode = 12;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for billingMode.  | 
      
getCreateTime()
public abstract Timestamp getCreateTime()Output only. [Output only] 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. [Output only] Create timestamp
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getDescription()
public abstract String getDescription()A description for this application.
 string description = 6;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The description.  | 
      
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()A description for this application.
 string description = 6;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for description.  | 
      
getDisplayName()
public abstract String getDisplayName()Required. A user friendly display name for the solution.
 string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The displayName.  | 
      
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Required. A user friendly display name for the solution.
 string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for displayName.  | 
      
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 resource
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes()name of resource
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getRuntimeInfo()
public abstract Application.ApplicationRuntimeInfo getRuntimeInfo()Output only. Application graph runtime info. Only exists when application state equals to DEPLOYED.
 
 .google.cloud.visionai.v1.Application.ApplicationRuntimeInfo runtime_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Application.ApplicationRuntimeInfo | 
        The runtimeInfo.  | 
      
getRuntimeInfoOrBuilder()
public abstract Application.ApplicationRuntimeInfoOrBuilder getRuntimeInfoOrBuilder()Output only. Application graph runtime info. Only exists when application state equals to DEPLOYED.
 
 .google.cloud.visionai.v1.Application.ApplicationRuntimeInfo runtime_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Application.ApplicationRuntimeInfoOrBuilder | 
        |
getState()
public abstract Application.State getState()Output only. State of the application.
 
 .google.cloud.visionai.v1.Application.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Application.State | 
        The state.  | 
      
getStateValue()
public abstract int getStateValue()Output only. State of the application.
 
 .google.cloud.visionai.v1.Application.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. [Output only] 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. [Output only] Update timestamp
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
hasApplicationConfigs()
public abstract boolean hasApplicationConfigs()Application graph configuration.
 .google.cloud.visionai.v1.ApplicationConfigs application_configs = 7;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the applicationConfigs field is set.  | 
      
hasCreateTime()
public abstract boolean hasCreateTime()Output only. [Output only] Create timestamp
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the createTime field is set.  | 
      
hasRuntimeInfo()
public abstract boolean hasRuntimeInfo()Output only. Application graph runtime info. Only exists when application state equals to DEPLOYED.
 
 .google.cloud.visionai.v1.Application.ApplicationRuntimeInfo runtime_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the runtimeInfo field is set.  | 
      
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. [Output only] Update timestamp
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the updateTime field is set.  |