public interface AttributesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBusinessOwners(int index)
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract CriticalityOrBuilder getCriticalityOrBuilder()Optional. User-defined criticality information.
 
 .google.cloud.apphub.v1.Criticality criticality = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
CriticalityOrBuilder | 
        |
getDeveloperOwners(int index)
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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.  |