Interface DraftOrBuilder (0.14.1)

public interface DraftOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

Labels as key value pairs

map<string, string> labels = 3;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. [Output only] Create timestamp

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. [Output only] Create timestamp

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getDescription()

public abstract String getDescription()

A description for this application.

string description = 5;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

A description for this application.

string description = 5;

Returns
TypeDescription
ByteString

The bytes for description.

getDisplayName()

public abstract String getDisplayName()

Required. A user friendly display name for the solution.

string display_name = 4;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Required. A user friendly display name for the solution.

string display_name = 4;

Returns
TypeDescription
ByteString

The bytes for displayName.

getDraftApplicationConfigs()

public abstract ApplicationConfigs getDraftApplicationConfigs()

The draft application configs which haven't been updated to an application.

.google.events.cloud.visionai.v1.ApplicationConfigs draft_application_configs = 6;

Returns
TypeDescription
ApplicationConfigs

The draftApplicationConfigs.

getDraftApplicationConfigsOrBuilder()

public abstract ApplicationConfigsOrBuilder getDraftApplicationConfigsOrBuilder()

The draft application configs which haven't been updated to an application.

.google.events.cloud.visionai.v1.ApplicationConfigs draft_application_configs = 6;

Returns
TypeDescription
ApplicationConfigsOrBuilder

getLabels()

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

Labels as key value pairs

map<string, string> labels = 3;

Returns
TypeDescription
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

Labels as key value pairs

map<string, string> labels = 3;

Returns
TypeDescription
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 = 3;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

Labels as key value pairs

map<string, string> labels = 3;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getName()

public abstract String getName()

name of resource

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

name of resource

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. [Output only] Create timestamp

.google.protobuf.Timestamp update_time = 7;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. [Output only] Create timestamp

.google.protobuf.Timestamp update_time = 7;

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. [Output only] Create timestamp

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasDraftApplicationConfigs()

public abstract boolean hasDraftApplicationConfigs()

The draft application configs which haven't been updated to an application.

.google.events.cloud.visionai.v1.ApplicationConfigs draft_application_configs = 6;

Returns
TypeDescription
boolean

Whether the draftApplicationConfigs field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. [Output only] Create timestamp

.google.protobuf.Timestamp update_time = 7;

Returns
TypeDescription
boolean

Whether the updateTime field is set.