Send feedback
Class ForwardingRuleServiceDirectoryRegistration (1.29.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.29.0 keyboard_arrow_down
public final class ForwardingRuleServiceDirectoryRegistration extends GeneratedMessageV3 implements ForwardingRuleServiceDirectoryRegistrationOrBuilder
Describes the auto-registration of the Forwarding Rule to Service Directory. The region and project of the Service Directory resource generated from this registration will be the same as this Forwarding Rule.
Protobuf type google.cloud.compute.v1.ForwardingRuleServiceDirectoryRegistration
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
NAMESPACE_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
Field Value Type Description int
SERVICE_DIRECTORY_REGION_FIELD_NUMBER
public static final int SERVICE_DIRECTORY_REGION_FIELD_NUMBER
Field Value Type Description int
SERVICE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static ForwardingRuleServiceDirectoryRegistration getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ForwardingRuleServiceDirectoryRegistration . Builder newBuilder ()
newBuilder(ForwardingRuleServiceDirectoryRegistration prototype)
public static ForwardingRuleServiceDirectoryRegistration . Builder newBuilder ( ForwardingRuleServiceDirectoryRegistration prototype )
public static ForwardingRuleServiceDirectoryRegistration parseDelimitedFrom ( InputStream input )
public static ForwardingRuleServiceDirectoryRegistration parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ForwardingRuleServiceDirectoryRegistration parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ForwardingRuleServiceDirectoryRegistration parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ForwardingRuleServiceDirectoryRegistration parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ForwardingRuleServiceDirectoryRegistration parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ForwardingRuleServiceDirectoryRegistration parseFrom ( CodedInputStream input )
public static ForwardingRuleServiceDirectoryRegistration parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ForwardingRuleServiceDirectoryRegistration parseFrom ( InputStream input )
public static ForwardingRuleServiceDirectoryRegistration parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ForwardingRuleServiceDirectoryRegistration parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ForwardingRuleServiceDirectoryRegistration parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ForwardingRuleServiceDirectoryRegistration> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public ForwardingRuleServiceDirectoryRegistration getDefaultInstanceForType ()
getNamespace()
public String getNamespace ()
Service Directory namespace to register the forwarding rule under.
optional string namespace = 178476379;
Returns Type Description String
The namespace.
getNamespaceBytes()
public ByteString getNamespaceBytes ()
Service Directory namespace to register the forwarding rule under.
optional string namespace = 178476379;
Returns Type Description ByteString
The bytes for namespace.
getParserForType()
public Parser<ForwardingRuleServiceDirectoryRegistration> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getService()
public String getService ()
Service Directory service to register the forwarding rule under.
optional string service = 373540533;
Returns Type Description String
The service.
getServiceBytes()
public ByteString getServiceBytes ()
Service Directory service to register the forwarding rule under.
optional string service = 373540533;
Returns Type Description ByteString
The bytes for service.
getServiceDirectoryRegion()
public 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;
Returns Type Description String
The serviceDirectoryRegion.
getServiceDirectoryRegionBytes()
public 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;
Returns Type Description ByteString
The bytes for serviceDirectoryRegion.
hasNamespace()
public boolean hasNamespace ()
Service Directory namespace to register the forwarding rule under.
optional string namespace = 178476379;
Returns Type Description boolean
Whether the namespace field is set.
hasService()
public boolean hasService ()
Service Directory service to register the forwarding rule under.
optional string service = 373540533;
Returns Type Description boolean
Whether the service field is set.
hasServiceDirectoryRegion()
public 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;
Returns Type Description boolean
Whether the serviceDirectoryRegion field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ForwardingRuleServiceDirectoryRegistration . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ForwardingRuleServiceDirectoryRegistration . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ForwardingRuleServiceDirectoryRegistration . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]