public interface ServiceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttributes()
public abstract Attributes getAttributes()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 6 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
Attributes | 
        The attributes.  | 
      
getAttributesOrBuilder()
public abstract AttributesOrBuilder getAttributesOrBuilder()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 6 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
AttributesOrBuilder | 
        |
getCreateTime()
public abstract Timestamp getCreateTime()Output only. Create time.
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The createTime.  | 
      
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. Create time.
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getDescription()
public abstract String getDescription()Optional. User-defined description of a Service. Can have a maximum length of 2048 characters.
 string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The description.  | 
      
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Optional. User-defined description of a Service. Can have a maximum length of 2048 characters.
 string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for description.  | 
      
getDiscoveredService()
public abstract String getDiscoveredService()Required. Immutable. The resource name of the original discovered service.
 
 string discovered_service = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The discoveredService.  | 
      
getDiscoveredServiceBytes()
public abstract ByteString getDiscoveredServiceBytes()Required. Immutable. The resource name of the original discovered service.
 
 string discovered_service = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for discoveredService.  | 
      
getDisplayName()
public abstract String getDisplayName()Optional. User-defined name for the Service. Can have a maximum length of 63 characters.
 string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The displayName.  | 
      
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Optional. User-defined name for the Service. Can have a maximum length of 63 characters.
 string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for displayName.  | 
      
getName()
public abstract String getName() Identifier. The resource name of a Service. Format:
 "projects/{host-project-id}/locations/{location}/applications/{application-id}/services/{service-id}"
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes() Identifier. The resource name of a Service. Format:
 "projects/{host-project-id}/locations/{location}/applications/{application-id}/services/{service-id}"
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getServiceProperties()
public abstract ServiceProperties getServiceProperties()Output only. Properties of an underlying compute resource that can comprise a Service. These are immutable.
 
 .google.cloud.apphub.v1.ServiceProperties service_properties = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
ServiceProperties | 
        The serviceProperties.  | 
      
getServicePropertiesOrBuilder()
public abstract ServicePropertiesOrBuilder getServicePropertiesOrBuilder()Output only. Properties of an underlying compute resource that can comprise a Service. These are immutable.
 
 .google.cloud.apphub.v1.ServiceProperties service_properties = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
ServicePropertiesOrBuilder | 
        |
getServiceReference()
public abstract ServiceReference getServiceReference()Output only. Reference to an underlying networking resource that can comprise a Service. These are immutable.
 
 .google.cloud.apphub.v1.ServiceReference service_reference = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
ServiceReference | 
        The serviceReference.  | 
      
getServiceReferenceOrBuilder()
public abstract ServiceReferenceOrBuilder getServiceReferenceOrBuilder()Output only. Reference to an underlying networking resource that can comprise a Service. These are immutable.
 
 .google.cloud.apphub.v1.ServiceReference service_reference = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
ServiceReferenceOrBuilder | 
        |
getState()
public abstract Service.State getState()Output only. Service state.
 
 .google.cloud.apphub.v1.Service.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Service.State | 
        The state.  | 
      
getStateValue()
public abstract int getStateValue()Output only. Service state.
 
 .google.cloud.apphub.v1.Service.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
getUid()
public abstract String getUid() Output only. A universally unique identifier (UUID) for the Service in
 the UUID4 format.
 
 string uid = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The uid.  | 
      
getUidBytes()
public abstract ByteString getUidBytes() Output only. A universally unique identifier (UUID) for the Service in
 the UUID4 format.
 
 string uid = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for uid.  | 
      
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. Update time.
 .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The updateTime.  | 
      
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Update time.
 .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
hasAttributes()
public abstract boolean hasAttributes()Optional. Consumer provided attributes.
 
 .google.cloud.apphub.v1.Attributes attributes = 6 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the attributes field is set.  | 
      
hasCreateTime()
public abstract boolean hasCreateTime()Output only. Create time.
 .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the createTime field is set.  | 
      
hasServiceProperties()
public abstract boolean hasServiceProperties()Output only. Properties of an underlying compute resource that can comprise a Service. These are immutable.
 
 .google.cloud.apphub.v1.ServiceProperties service_properties = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the serviceProperties field is set.  | 
      
hasServiceReference()
public abstract boolean hasServiceReference()Output only. Reference to an underlying networking resource that can comprise a Service. These are immutable.
 
 .google.cloud.apphub.v1.ServiceReference service_reference = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the serviceReference field is set.  | 
      
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. Update time.
 .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the updateTime field is set.  |