Class Attributes (0.9.0)

public final class Attributes extends GeneratedMessageV3 implements AttributesOrBuilder

Consumer provided attributes.

Protobuf type google.cloud.apphub.v1.Attributes

Implements

AttributesOrBuilder

Static Fields

BUSINESS_OWNERS_FIELD_NUMBER

public static final int BUSINESS_OWNERS_FIELD_NUMBER
Field Value
Type Description
int

CRITICALITY_FIELD_NUMBER

public static final int CRITICALITY_FIELD_NUMBER
Field Value
Type Description
int

DEVELOPER_OWNERS_FIELD_NUMBER

public static final int DEVELOPER_OWNERS_FIELD_NUMBER
Field Value
Type Description
int

ENVIRONMENT_FIELD_NUMBER

public static final int ENVIRONMENT_FIELD_NUMBER
Field Value
Type Description
int

OPERATOR_OWNERS_FIELD_NUMBER

public static final int OPERATOR_OWNERS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Attributes getDefaultInstance()
Returns
Type Description
Attributes

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Attributes.Builder newBuilder()
Returns
Type Description
Attributes.Builder

newBuilder(Attributes prototype)

public static Attributes.Builder newBuilder(Attributes prototype)
Parameter
Name Description
prototype Attributes
Returns
Type Description
Attributes.Builder

parseDelimitedFrom(InputStream input)

public static Attributes parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Attributes
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Attributes parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Attributes
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Attributes parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Attributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Attributes parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Attributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Attributes parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Attributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Attributes parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Attributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Attributes parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Attributes
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Attributes parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Attributes
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Attributes parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Attributes
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Attributes parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Attributes
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Attributes parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Attributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Attributes parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Attributes
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Attributes> parser()
Returns
Type Description
Parser<Attributes>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

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

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.

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

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

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.

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

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>

getParserForType()

public Parser<Attributes> getParserForType()
Returns
Type Description
Parser<Attributes>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Attributes.Builder newBuilderForType()
Returns
Type Description
Attributes.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Attributes.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Attributes.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Attributes.Builder toBuilder()
Returns
Type Description
Attributes.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException