public interface ServiceDirectoryConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getService()
public abstract String getService() Required. The name of Service
Directory service.
Format:
projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
Location of the service directory must be the same as the location of the
app.
string service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The service. |
getServiceBytes()
public abstract ByteString getServiceBytes() Required. The name of Service
Directory service.
Format:
projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
Location of the service directory must be the same as the location of the
app.
string service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for service. |