Class Attributes (0.6.0)

publicfinalclass AttributesextendsGeneratedMessageV3implementsAttributesOrBuilder

Consumer provided attributes.

Protobuf type google.cloud.apphub.v1.Attributes

Implements

AttributesOrBuilder

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()
Returns
Type Description
Attributes

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticAttributes.BuildernewBuilder()
Returns
Type Description
Attributes.Builder

newBuilder(Attributes prototype)

publicstaticAttributes.BuildernewBuilder(Attributesprototype)
Parameter
Name Description
prototype Attributes
Returns
Type Description
Attributes.Builder

parseDelimitedFrom(InputStream input)

publicstaticAttributesparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Attributes
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticAttributesparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Attributes
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticAttributesparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
Attributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticAttributesparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Attributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticAttributesparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
Attributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticAttributesparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Attributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticAttributesparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Attributes
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticAttributesparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Attributes
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticAttributesparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Attributes
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticAttributesparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Attributes
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticAttributesparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Attributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticAttributesparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Attributes
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<Attributes>parser()
Returns
Type Description
Parser<Attributes>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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
Returns
Type Description
ContactInfo

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];

Returns
Type Description
List<ContactInfo>

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
Returns
Type Description
ContactInfoOrBuilder

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];

Returns
Type Description
Criticality

The criticality.

getCriticalityOrBuilder()

publicCriticalityOrBuildergetCriticalityOrBuilder()

Optional. User-defined criticality information.

.google.cloud.apphub.v1.Criticality criticality = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
CriticalityOrBuilder

getDefaultInstanceForType()

publicAttributesgetDefaultInstanceForType()
Returns
Type Description
Attributes

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
Returns
Type Description
ContactInfo

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];

Returns
Type Description
List<ContactInfo>

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
Returns
Type Description
ContactInfoOrBuilder

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];

Returns
Type Description
Environment

The environment.

getEnvironmentOrBuilder()

publicEnvironmentOrBuildergetEnvironmentOrBuilder()

Optional. User-defined environment information.

.google.cloud.apphub.v1.Environment environment = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
EnvironmentOrBuilder

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
Returns
Type Description
ContactInfo

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];

Returns
Type Description
List<ContactInfo>

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
Returns
Type Description
ContactInfoOrBuilder

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()
Returns
Type Description
Parser<Attributes>
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()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicAttributes.BuildernewBuilderForType()
Returns
Type Description
Attributes.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedAttributes.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Attributes.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicAttributes.BuildertoBuilder()
Returns
Type Description
Attributes.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.