public static final class Application.Builder extends GeneratedMessageV3.Builder<Application.Builder> implements ApplicationOrBuilderApplication defines the governance boundary for App Hub entities that perform a logical end-to-end business function. App Hub supports application level IAM permission to align with governance requirements.
 Protobuf type google.cloud.apphub.v1.Application
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Application.BuilderImplements
ApplicationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Application.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
build()
public Application build()| Returns | |
|---|---|
| Type | Description | 
| Application | |
buildPartial()
public Application buildPartial()| Returns | |
|---|---|
| Type | Description | 
| Application | |
clear()
public Application.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
clearAttributes()
public Application.Builder clearAttributes()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 4 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
clearCreateTime()
public Application.Builder clearCreateTime()Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
clearDescription()
public Application.Builder clearDescription()Optional. User-defined description of an Application. Can have a maximum length of 2048 characters.
 string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
clearDisplayName()
public Application.Builder clearDisplayName()Optional. User-defined name for the Application. Can have a maximum length of 63 characters.
 string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public Application.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
clearName()
public Application.Builder clearName() Identifier. The resource name of an Application. Format:
 "projects/{host-project-id}/locations/{location}/applications/{application-id}"
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public Application.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
clearScope()
public Application.Builder clearScope()Required. Immutable. Defines what data can be included into this Application. Limits which Services and Workloads can be registered.
 
 .google.cloud.apphub.v1.Scope scope = 9 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
clearState()
public Application.Builder clearState()Output only. Application state.
 
 .google.cloud.apphub.v1.Application.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
clearUid()
public Application.Builder clearUid() Output only. A universally unique identifier (in UUID4 format) for the
 Application.
 
 string uid = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
clearUpdateTime()
public Application.Builder clearUpdateTime()Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
clone()
public Application.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
getAttributes()
public Attributes getAttributes()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 4 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| Attributes | The attributes. | 
getAttributesBuilder()
public Attributes.Builder getAttributesBuilder()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 4 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| Attributes.Builder | |
getAttributesOrBuilder()
public AttributesOrBuilder getAttributesOrBuilder()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 4 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AttributesOrBuilder | |
getCreateTime()
public Timestamp getCreateTime()Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The createTime. | 
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getDefaultInstanceForType()
public Application getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| Application | |
getDescription()
public String getDescription()Optional. User-defined description of an Application. Can have a maximum length of 2048 characters.
 string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The description. | 
getDescriptionBytes()
public ByteString getDescriptionBytes()Optional. User-defined description of an Application. Can have a maximum length of 2048 characters.
 string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for description. | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getDisplayName()
public String getDisplayName()Optional. User-defined name for the Application. Can have a maximum length of 63 characters.
 string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The displayName. | 
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Optional. User-defined name for the Application. Can have a maximum length of 63 characters.
 string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for displayName. | 
getName()
public String getName() Identifier. The resource name of an Application. Format:
 "projects/{host-project-id}/locations/{location}/applications/{application-id}"
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public ByteString getNameBytes() Identifier. The resource name of an Application. Format:
 "projects/{host-project-id}/locations/{location}/applications/{application-id}"
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getScope()
public Scope getScope()Required. Immutable. Defines what data can be included into this Application. Limits which Services and Workloads can be registered.
 
 .google.cloud.apphub.v1.Scope scope = 9 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
| Scope | The scope. | 
getScopeBuilder()
public Scope.Builder getScopeBuilder()Required. Immutable. Defines what data can be included into this Application. Limits which Services and Workloads can be registered.
 
 .google.cloud.apphub.v1.Scope scope = 9 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
| Scope.Builder | |
getScopeOrBuilder()
public ScopeOrBuilder getScopeOrBuilder()Required. Immutable. Defines what data can be included into this Application. Limits which Services and Workloads can be registered.
 
 .google.cloud.apphub.v1.Scope scope = 9 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
| ScopeOrBuilder | |
getState()
public Application.State getState()Output only. Application state.
 
 .google.cloud.apphub.v1.Application.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Application.State | The state. | 
getStateValue()
public int getStateValue()Output only. Application state.
 
 .google.cloud.apphub.v1.Application.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for state. | 
getUid()
public String getUid() Output only. A universally unique identifier (in UUID4 format) for the
 Application.
 
 string uid = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The uid. | 
getUidBytes()
public ByteString getUidBytes() Output only. A universally unique identifier (in UUID4 format) for the
 Application.
 
 string uid = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for uid. | 
getUpdateTime()
public Timestamp getUpdateTime()Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The updateTime. | 
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
hasAttributes()
public boolean hasAttributes()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 4 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the attributes field is set. | 
hasCreateTime()
public boolean hasCreateTime()Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the createTime field is set. | 
hasScope()
public boolean hasScope()Required. Immutable. Defines what data can be included into this Application. Limits which Services and Workloads can be registered.
 
 .google.cloud.apphub.v1.Scope scope = 9 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the scope field is set. | 
hasUpdateTime()
public boolean hasUpdateTime()Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the updateTime field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeAttributes(Attributes value)
public Application.Builder mergeAttributes(Attributes value)Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 4 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Attributes | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
mergeCreateTime(Timestamp value)
public Application.Builder mergeCreateTime(Timestamp value)Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
mergeFrom(Application other)
public Application.Builder mergeFrom(Application other)| Parameter | |
|---|---|
| Name | Description | 
| other | Application | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Application.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public Application.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
mergeScope(Scope value)
public Application.Builder mergeScope(Scope value)Required. Immutable. Defines what data can be included into this Application. Limits which Services and Workloads can be registered.
 
 .google.cloud.apphub.v1.Scope scope = 9 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Scope | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Application.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
mergeUpdateTime(Timestamp value)
public Application.Builder mergeUpdateTime(Timestamp value)Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
setAttributes(Attributes value)
public Application.Builder setAttributes(Attributes value)Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 4 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Attributes | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
setAttributes(Attributes.Builder builderForValue)
public Application.Builder setAttributes(Attributes.Builder builderForValue)Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 4 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Attributes.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
setCreateTime(Timestamp value)
public Application.Builder setCreateTime(Timestamp value)Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
setCreateTime(Timestamp.Builder builderForValue)
public Application.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. Create time.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
setDescription(String value)
public Application.Builder setDescription(String value)Optional. User-defined description of an Application. Can have a maximum length of 2048 characters.
 string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe description to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
setDescriptionBytes(ByteString value)
public Application.Builder setDescriptionBytes(ByteString value)Optional. User-defined description of an Application. Can have a maximum length of 2048 characters.
 string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for description to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
setDisplayName(String value)
public Application.Builder setDisplayName(String value)Optional. User-defined name for the Application. Can have a maximum length of 63 characters.
 string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe displayName to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
setDisplayNameBytes(ByteString value)
public Application.Builder setDisplayNameBytes(ByteString value)Optional. User-defined name for the Application. Can have a maximum length of 63 characters.
 string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for displayName to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public Application.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
setName(String value)
public Application.Builder setName(String value) Identifier. The resource name of an Application. Format:
 "projects/{host-project-id}/locations/{location}/applications/{application-id}"
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
setNameBytes(ByteString value)
public Application.Builder setNameBytes(ByteString value) Identifier. The resource name of an Application. Format:
 "projects/{host-project-id}/locations/{location}/applications/{application-id}"
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Application.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
setScope(Scope value)
public Application.Builder setScope(Scope value)Required. Immutable. Defines what data can be included into this Application. Limits which Services and Workloads can be registered.
 
 .google.cloud.apphub.v1.Scope scope = 9 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Scope | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
setScope(Scope.Builder builderForValue)
public Application.Builder setScope(Scope.Builder builderForValue)Required. Immutable. Defines what data can be included into this Application. Limits which Services and Workloads can be registered.
 
 .google.cloud.apphub.v1.Scope scope = 9 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Scope.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
setState(Application.State value)
public Application.Builder setState(Application.State value)Output only. Application state.
 
 .google.cloud.apphub.v1.Application.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Application.StateThe state to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
setStateValue(int value)
public Application.Builder setStateValue(int value)Output only. Application state.
 
 .google.cloud.apphub.v1.Application.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for state to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
setUid(String value)
public Application.Builder setUid(String value) Output only. A universally unique identifier (in UUID4 format) for the
 Application.
 
 string uid = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe uid to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
setUidBytes(ByteString value)
public Application.Builder setUidBytes(ByteString value) Output only. A universally unique identifier (in UUID4 format) for the
 Application.
 
 string uid = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for uid to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final Application.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
setUpdateTime(Timestamp value)
public Application.Builder setUpdateTime(Timestamp value)Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | Timestamp | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |
setUpdateTime(Timestamp.Builder builderForValue)
public Application.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. Update time.
 
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Application.Builder | |