public final class Attributes extends GeneratedMessageV3 implements AttributesOrBuilder
   
   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
  
    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()
   
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  
  newBuilder()
  
    public static Attributes.Builder newBuilder()
   
  
  
  newBuilder(Attributes prototype)
  
    public static Attributes.Builder newBuilder(Attributes prototype)
   
  
  
  
  
  
    public static Attributes parseDelimitedFrom(InputStream input)
   
  
  
  
  
  
  
    public static Attributes parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(byte[] data)
  
    public static Attributes parseFrom(byte[] data)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | data | byte[]
 | 
    
  
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static Attributes parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteString data)
  
    public static Attributes parseFrom(ByteString data)
   
  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static Attributes parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static Attributes parseFrom(CodedInputStream input)
   
  
  
  
  
  
  
    public static Attributes parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static Attributes parseFrom(InputStream input)
   
  
  
  
  
  
  
    public static Attributes parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteBuffer data)
  
    public static Attributes parseFrom(ByteBuffer data)
   
  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static Attributes parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parser()
  
    public static Parser<Attributes> parser()
   
  
  Methods
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | obj | Object
 | 
    
  
  
  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
 | 
    
  
  
  
  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];
 
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
 | 
    
  
  
  
  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];
 
getCriticalityOrBuilder()
  
    public CriticalityOrBuilder getCriticalityOrBuilder()
   
   Optional. User-defined criticality information.
 
 .google.cloud.apphub.v1.Criticality criticality = 1 [(.google.api.field_behavior) = OPTIONAL];
 
getDefaultInstanceForType()
  
    public Attributes getDefaultInstanceForType()
   
  
  
  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
 | 
    
  
  
  
  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];
 
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
 | 
    
  
  
  
  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];
 
getEnvironmentOrBuilder()
  
    public EnvironmentOrBuilder getEnvironmentOrBuilder()
   
   Optional. User-defined environment information.
 
 .google.cloud.apphub.v1.Environment environment = 2 [(.google.api.field_behavior) = OPTIONAL];
 
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
 | 
    
  
  
  
  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];
 
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
 | 
    
  
  
  
  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()
   
  
  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()
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  newBuilderForType()
  
    public Attributes.Builder newBuilderForType()
   
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected Attributes.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Object |  | 
    
  
  Overrides
  
  
  toBuilder()
  
    public Attributes.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides