public interface ForwardingRuleServiceDirectoryRegistrationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Service Directory namespace to register the forwarding rule under.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
Service Directory namespace to register the forwarding rule under.
|
String |
getService()
Service Directory service to register the forwarding rule under.
|
com.google.protobuf.ByteString |
getServiceBytes()
Service Directory service to register the forwarding rule under.
|
String |
getServiceDirectoryRegion()
[Optional] Service Directory region to register this global forwarding rule under.
|
com.google.protobuf.ByteString |
getServiceDirectoryRegionBytes()
[Optional] Service Directory region to register this global forwarding rule under.
|
boolean |
hasNamespace()
Service Directory namespace to register the forwarding rule under.
|
boolean |
hasService()
Service Directory service to register the forwarding rule under.
|
boolean |
hasServiceDirectoryRegion()
[Optional] Service Directory region to register this global forwarding rule under.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNamespace()
Service Directory namespace to register the forwarding rule under.
optional string namespace = 178476379;String getNamespace()
Service Directory namespace to register the forwarding rule under.
optional string namespace = 178476379;com.google.protobuf.ByteString getNamespaceBytes()
Service Directory namespace to register the forwarding rule under.
optional string namespace = 178476379;boolean hasService()
Service Directory service to register the forwarding rule under.
optional string service = 373540533;String getService()
Service Directory service to register the forwarding rule under.
optional string service = 373540533;com.google.protobuf.ByteString getServiceBytes()
Service Directory service to register the forwarding rule under.
optional string service = 373540533;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;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.