public interface DiscoveredServiceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Identifier. The resource name of the discovered service. Format: "projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}""
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes()Identifier. The resource name of the discovered service. Format: "projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}""
 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 = 3 [(.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 = 3 [(.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 = 2 [(.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 = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| ServiceReferenceOrBuilder | |
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 = 3 [(.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 = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the serviceReference field is set. |