public interface ForwardingRuleServiceDirectoryRegistrationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNamespace()
public abstract String getNamespace()Service Directory namespace to register the forwarding rule under.
optional string namespace = 178476379;
| Type | Description |
| String | The namespace. |
getNamespaceBytes()
public abstract ByteString getNamespaceBytes()Service Directory namespace to register the forwarding rule under.
optional string namespace = 178476379;
| Type | Description |
| ByteString | The bytes for namespace. |
getService()
public abstract String getService()Service Directory service to register the forwarding rule under.
optional string service = 373540533;
| Type | Description |
| String | The service. |
getServiceBytes()
public abstract ByteString getServiceBytes()Service Directory service to register the forwarding rule under.
optional string service = 373540533;
| Type | Description |
| ByteString | The bytes for service. |
getServiceDirectoryRegion()
public abstract String getServiceDirectoryRegion()[Optional] Service Directory region to register this global forwarding rule under. Default to "us-central1". Only used for PSC for Google APIs. All PSC for Google APIs Forwarding Rules on the same network should use the same Service Directory region.
optional string service_directory_region = 74030416;
| Type | Description |
| String | The serviceDirectoryRegion. |
getServiceDirectoryRegionBytes()
public abstract ByteString getServiceDirectoryRegionBytes()[Optional] Service Directory region to register this global forwarding rule under. Default to "us-central1". Only used for PSC for Google APIs. All PSC for Google APIs Forwarding Rules on the same network should use the same Service Directory region.
optional string service_directory_region = 74030416;
| Type | Description |
| ByteString | The bytes for serviceDirectoryRegion. |
hasNamespace()
public abstract boolean hasNamespace()Service Directory namespace to register the forwarding rule under.
optional string namespace = 178476379;
| Type | Description |
| boolean | Whether the namespace field is set. |
hasService()
public abstract boolean hasService()Service Directory service to register the forwarding rule under.
optional string service = 373540533;
| Type | Description |
| boolean | Whether the service field is set. |
hasServiceDirectoryRegion()
public abstract boolean hasServiceDirectoryRegion()[Optional] Service Directory region to register this global forwarding rule under. Default to "us-central1". Only used for PSC for Google APIs. All PSC for Google APIs Forwarding Rules on the same network should use the same Service Directory region.
optional string service_directory_region = 74030416;
| Type | Description |
| boolean | Whether the serviceDirectoryRegion field is set. |