publicfinalclass AttributesextendsGeneratedMessageV3implementsAttributesOrBuilder
Consumer provided attributes.
Protobuf type google.cloud.apphub.v1.Attributes
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BUSINESS_OWNERS_FIELD_NUMBER
publicstaticfinalintBUSINESS_OWNERS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
CRITICALITY_FIELD_NUMBER
publicstaticfinalintCRITICALITY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
DEVELOPER_OWNERS_FIELD_NUMBER
publicstaticfinalintDEVELOPER_OWNERS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
ENVIRONMENT_FIELD_NUMBER
publicstaticfinalintENVIRONMENT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
OPERATOR_OWNERS_FIELD_NUMBER
publicstaticfinalintOPERATOR_OWNERS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticAttributesgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticAttributes.BuildernewBuilder()
newBuilder(Attributes prototype)
publicstaticAttributes.BuildernewBuilder(Attributesprototype)
publicstaticAttributesparseDelimitedFrom(InputStreaminput)
publicstaticAttributesparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticAttributesparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticAttributesparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticAttributesparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticAttributesparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticAttributesparseFrom(CodedInputStreaminput)
publicstaticAttributesparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticAttributesparseFrom(InputStreaminput)
publicstaticAttributesparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticAttributesparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticAttributesparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<Attributes>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getBusinessOwners(int index)
publicContactInfogetBusinessOwners(intindex)
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
|
getBusinessOwnersCount()
publicintgetBusinessOwnersCount()
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()
publicList<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];
getBusinessOwnersOrBuilder(int index)
publicContactInfoOrBuildergetBusinessOwnersOrBuilder(intindex)
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
|
getBusinessOwnersOrBuilderList()
publicList<?extendsContactInfoOrBuilder>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()
publicCriticalitygetCriticality()
Optional. User-defined criticality information.
.google.cloud.apphub.v1.Criticality criticality = 1 [(.google.api.field_behavior) = OPTIONAL];
getCriticalityOrBuilder()
publicCriticalityOrBuildergetCriticalityOrBuilder()
Optional. User-defined criticality information.
.google.cloud.apphub.v1.Criticality criticality = 1 [(.google.api.field_behavior) = OPTIONAL];
getDefaultInstanceForType()
publicAttributesgetDefaultInstanceForType()
getDeveloperOwners(int index)
publicContactInfogetDeveloperOwners(intindex)
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
|
getDeveloperOwnersCount()
publicintgetDeveloperOwnersCount()
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()
publicList<ContactInfo>getDeveloperOwnersList()
Optional. Developer team that owns development and coding.
repeated .google.cloud.apphub.v1.ContactInfo developer_owners = 3 [(.google.api.field_behavior) = OPTIONAL];
getDeveloperOwnersOrBuilder(int index)
publicContactInfoOrBuildergetDeveloperOwnersOrBuilder(intindex)
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
|
getDeveloperOwnersOrBuilderList()
publicList<?extendsContactInfoOrBuilder>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()
publicEnvironmentgetEnvironment()
Optional. User-defined environment information.
.google.cloud.apphub.v1.Environment environment = 2 [(.google.api.field_behavior) = OPTIONAL];
getEnvironmentOrBuilder()
publicEnvironmentOrBuildergetEnvironmentOrBuilder()
Optional. User-defined environment information.
.google.cloud.apphub.v1.Environment environment = 2 [(.google.api.field_behavior) = OPTIONAL];
getOperatorOwners(int index)
publicContactInfogetOperatorOwners(intindex)
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
|
getOperatorOwnersCount()
publicintgetOperatorOwnersCount()
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()
publicList<ContactInfo>getOperatorOwnersList()
Optional. Operator team that ensures runtime and operations.
repeated .google.cloud.apphub.v1.ContactInfo operator_owners = 4 [(.google.api.field_behavior) = OPTIONAL];
getOperatorOwnersOrBuilder(int index)
publicContactInfoOrBuildergetOperatorOwnersOrBuilder(intindex)
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
|
getOperatorOwnersOrBuilderList()
publicList<?extendsContactInfoOrBuilder>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> |
getParserForType()
publicParser<Attributes>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hasCriticality()
publicbooleanhasCriticality()
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()
publicbooleanhasEnvironment()
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.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicAttributes.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedAttributes.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicAttributes.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides