public static final class Attributes.Builder extends GeneratedMessageV3.Builder<Attributes.Builder> implements AttributesOrBuilder
Consumer provided attributes.
Protobuf type google.cloud.apphub.v1.Attributes
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Attributes.BuilderImplements
AttributesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllBusinessOwners(Iterable<? extends ContactInfo> values)
public Attributes.Builder addAllBusinessOwners(Iterable<? extends ContactInfo> values)
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.apphub.v1.ContactInfo> |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addAllDeveloperOwners(Iterable<? extends ContactInfo> values)
public Attributes.Builder addAllDeveloperOwners(Iterable<? extends ContactInfo> values)
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.apphub.v1.ContactInfo> |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addAllOperatorOwners(Iterable<? extends ContactInfo> values)
public Attributes.Builder addAllOperatorOwners(Iterable<? extends ContactInfo> values)
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.apphub.v1.ContactInfo> |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addBusinessOwners(ContactInfo value)
public Attributes.Builder addBusinessOwners(ContactInfo value)
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ContactInfo |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addBusinessOwners(ContactInfo.Builder builderForValue)
public Attributes.Builder addBusinessOwners(ContactInfo.Builder builderForValue)
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
ContactInfo.Builder |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addBusinessOwners(int index, ContactInfo value)
public Attributes.Builder addBusinessOwners(int index, ContactInfo value)
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
ContactInfo |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addBusinessOwners(int index, ContactInfo.Builder builderForValue)
public Attributes.Builder addBusinessOwners(int index, ContactInfo.Builder builderForValue)
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
ContactInfo.Builder |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addBusinessOwnersBuilder()
public ContactInfo.Builder addBusinessOwnersBuilder()
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ContactInfo.Builder |
addBusinessOwnersBuilder(int index)
public ContactInfo.Builder addBusinessOwnersBuilder(int index)
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ContactInfo.Builder |
addDeveloperOwners(ContactInfo value)
public Attributes.Builder addDeveloperOwners(ContactInfo value)
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ContactInfo |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addDeveloperOwners(ContactInfo.Builder builderForValue)
public Attributes.Builder addDeveloperOwners(ContactInfo.Builder builderForValue)
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
ContactInfo.Builder |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addDeveloperOwners(int index, ContactInfo value)
public Attributes.Builder addDeveloperOwners(int index, ContactInfo value)
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
ContactInfo |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addDeveloperOwners(int index, ContactInfo.Builder builderForValue)
public Attributes.Builder addDeveloperOwners(int index, ContactInfo.Builder builderForValue)
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
ContactInfo.Builder |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addDeveloperOwnersBuilder()
public ContactInfo.Builder addDeveloperOwnersBuilder()
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ContactInfo.Builder |
addDeveloperOwnersBuilder(int index)
public ContactInfo.Builder addDeveloperOwnersBuilder(int index)
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ContactInfo.Builder |
addOperatorOwners(ContactInfo value)
public Attributes.Builder addOperatorOwners(ContactInfo value)
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ContactInfo |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addOperatorOwners(ContactInfo.Builder builderForValue)
public Attributes.Builder addOperatorOwners(ContactInfo.Builder builderForValue)
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
ContactInfo.Builder |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addOperatorOwners(int index, ContactInfo value)
public Attributes.Builder addOperatorOwners(int index, ContactInfo value)
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
ContactInfo |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addOperatorOwners(int index, ContactInfo.Builder builderForValue)
public Attributes.Builder addOperatorOwners(int index, ContactInfo.Builder builderForValue)
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
ContactInfo.Builder |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
addOperatorOwnersBuilder()
public ContactInfo.Builder addOperatorOwnersBuilder()
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ContactInfo.Builder |
addOperatorOwnersBuilder(int index)
public ContactInfo.Builder addOperatorOwnersBuilder(int index)
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ContactInfo.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Attributes.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
build()
public Attributes build()
Returns | |
---|---|
Type | Description |
Attributes |
buildPartial()
public Attributes buildPartial()
Returns | |
---|---|
Type | Description |
Attributes |
clear()
public Attributes.Builder clear()
Returns | |
---|---|
Type | Description |
Attributes.Builder |
clearBusinessOwners()
public Attributes.Builder clearBusinessOwners()
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Attributes.Builder |
clearCriticality()
public Attributes.Builder clearCriticality()
Optional. User-defined criticality information.
.google.cloud.apphub.v1.Criticality criticality = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Attributes.Builder |
clearDeveloperOwners()
public Attributes.Builder clearDeveloperOwners()
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Attributes.Builder |
clearEnvironment()
public Attributes.Builder clearEnvironment()
Optional. User-defined environment information.
.google.cloud.apphub.v1.Environment environment = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Attributes.Builder |
clearField(Descriptors.FieldDescriptor field)
public Attributes.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Attributes.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
clearOperatorOwners()
public Attributes.Builder clearOperatorOwners()
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Attributes.Builder |
clone()
public Attributes.Builder clone()
Returns | |
---|---|
Type | Description |
Attributes.Builder |
getBusinessOwners(int index)
public ContactInfo getBusinessOwners(int index)
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ContactInfo |
getBusinessOwnersBuilder(int index)
public ContactInfo.Builder getBusinessOwnersBuilder(int index)
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ContactInfo.Builder |
getBusinessOwnersBuilderList()
public List<ContactInfo.Builder> getBusinessOwnersBuilderList()
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<Builder> |
getBusinessOwnersCount()
public int getBusinessOwnersCount()
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getBusinessOwnersList()
public List<ContactInfo> getBusinessOwnersList()
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<ContactInfo> |
getBusinessOwnersOrBuilder(int index)
public ContactInfoOrBuilder getBusinessOwnersOrBuilder(int index)
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ContactInfoOrBuilder |
getBusinessOwnersOrBuilderList()
public List<? extends ContactInfoOrBuilder> getBusinessOwnersOrBuilderList()
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.apphub.v1.ContactInfoOrBuilder> |
getCriticality()
public Criticality getCriticality()
Optional. User-defined criticality information.
.google.cloud.apphub.v1.Criticality criticality = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Criticality |
The criticality. |
getCriticalityBuilder()
public Criticality.Builder getCriticalityBuilder()
Optional. User-defined criticality information.
.google.cloud.apphub.v1.Criticality criticality = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Criticality.Builder |
getCriticalityOrBuilder()
public CriticalityOrBuilder getCriticalityOrBuilder()
Optional. User-defined criticality information.
.google.cloud.apphub.v1.Criticality criticality = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
CriticalityOrBuilder |
getDefaultInstanceForType()
public Attributes getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Attributes |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDeveloperOwners(int index)
public ContactInfo getDeveloperOwners(int index)
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ContactInfo |
getDeveloperOwnersBuilder(int index)
public ContactInfo.Builder getDeveloperOwnersBuilder(int index)
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ContactInfo.Builder |
getDeveloperOwnersBuilderList()
public List<ContactInfo.Builder> getDeveloperOwnersBuilderList()
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<Builder> |
getDeveloperOwnersCount()
public int getDeveloperOwnersCount()
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getDeveloperOwnersList()
public List<ContactInfo> getDeveloperOwnersList()
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<ContactInfo> |
getDeveloperOwnersOrBuilder(int index)
public ContactInfoOrBuilder getDeveloperOwnersOrBuilder(int index)
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ContactInfoOrBuilder |
getDeveloperOwnersOrBuilderList()
public List<? extends ContactInfoOrBuilder> getDeveloperOwnersOrBuilderList()
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.apphub.v1.ContactInfoOrBuilder> |
getEnvironment()
public Environment getEnvironment()
Optional. User-defined environment information.
.google.cloud.apphub.v1.Environment environment = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Environment |
The environment. |
getEnvironmentBuilder()
public Environment.Builder getEnvironmentBuilder()
Optional. User-defined environment information.
.google.cloud.apphub.v1.Environment environment = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Environment.Builder |
getEnvironmentOrBuilder()
public EnvironmentOrBuilder getEnvironmentOrBuilder()
Optional. User-defined environment information.
.google.cloud.apphub.v1.Environment environment = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
EnvironmentOrBuilder |
getOperatorOwners(int index)
public ContactInfo getOperatorOwners(int index)
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ContactInfo |
getOperatorOwnersBuilder(int index)
public ContactInfo.Builder getOperatorOwnersBuilder(int index)
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ContactInfo.Builder |
getOperatorOwnersBuilderList()
public List<ContactInfo.Builder> getOperatorOwnersBuilderList()
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<Builder> |
getOperatorOwnersCount()
public int getOperatorOwnersCount()
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getOperatorOwnersList()
public List<ContactInfo> getOperatorOwnersList()
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<ContactInfo> |
getOperatorOwnersOrBuilder(int index)
public ContactInfoOrBuilder getOperatorOwnersOrBuilder(int index)
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ContactInfoOrBuilder |
getOperatorOwnersOrBuilderList()
public List<? extends ContactInfoOrBuilder> getOperatorOwnersOrBuilderList()
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.apphub.v1.ContactInfoOrBuilder> |
hasCriticality()
public boolean hasCriticality()
Optional. User-defined criticality information.
.google.cloud.apphub.v1.Criticality criticality = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the criticality field is set. |
hasEnvironment()
public boolean hasEnvironment()
Optional. User-defined environment information.
.google.cloud.apphub.v1.Environment environment = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the environment field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCriticality(Criticality value)
public Attributes.Builder mergeCriticality(Criticality value)
Optional. User-defined criticality information.
.google.cloud.apphub.v1.Criticality criticality = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
Criticality |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
mergeEnvironment(Environment value)
public Attributes.Builder mergeEnvironment(Environment value)
Optional. User-defined environment information.
.google.cloud.apphub.v1.Environment environment = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
Environment |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
mergeFrom(Attributes other)
public Attributes.Builder mergeFrom(Attributes other)
Parameter | |
---|---|
Name | Description |
other |
Attributes |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Attributes.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Attributes.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Attributes.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
removeBusinessOwners(int index)
public Attributes.Builder removeBusinessOwners(int index)
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
removeDeveloperOwners(int index)
public Attributes.Builder removeDeveloperOwners(int index)
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
removeOperatorOwners(int index)
public Attributes.Builder removeOperatorOwners(int index)
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
setBusinessOwners(int index, ContactInfo value)
public Attributes.Builder setBusinessOwners(int index, ContactInfo value)
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
ContactInfo |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
setBusinessOwners(int index, ContactInfo.Builder builderForValue)
public Attributes.Builder setBusinessOwners(int index, ContactInfo.Builder builderForValue)
Optional. Business team that ensures user needs are met and value is delivered
repeated .google.cloud.apphub.v1.ContactInfo business_owners = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
ContactInfo.Builder |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
setCriticality(Criticality value)
public Attributes.Builder setCriticality(Criticality value)
Optional. User-defined criticality information.
.google.cloud.apphub.v1.Criticality criticality = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
Criticality |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
setCriticality(Criticality.Builder builderForValue)
public Attributes.Builder setCriticality(Criticality.Builder builderForValue)
Optional. User-defined criticality information.
.google.cloud.apphub.v1.Criticality criticality = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
Criticality.Builder |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
setDeveloperOwners(int index, ContactInfo value)
public Attributes.Builder setDeveloperOwners(int index, ContactInfo value)
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
ContactInfo |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
setDeveloperOwners(int index, ContactInfo.Builder builderForValue)
public Attributes.Builder setDeveloperOwners(int index, ContactInfo.Builder builderForValue)
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
ContactInfo.Builder |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
setEnvironment(Environment value)
public Attributes.Builder setEnvironment(Environment value)
Optional. User-defined environment information.
.google.cloud.apphub.v1.Environment environment = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
Environment |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
setEnvironment(Environment.Builder builderForValue)
public Attributes.Builder setEnvironment(Environment.Builder builderForValue)
Optional. User-defined environment information.
.google.cloud.apphub.v1.Environment environment = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
Environment.Builder |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Attributes.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
setOperatorOwners(int index, ContactInfo value)
public Attributes.Builder setOperatorOwners(int index, ContactInfo value)
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
ContactInfo |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
setOperatorOwners(int index, ContactInfo.Builder builderForValue)
public Attributes.Builder setOperatorOwners(int index, ContactInfo.Builder builderForValue)
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
ContactInfo.Builder |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Attributes.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Attributes.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Attributes.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Attributes.Builder |