Send feedback
Class ForwardingRuleInfo (1.56.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.56.0 keyboard_arrow_down
public final class ForwardingRuleInfo extends GeneratedMessageV3 implements ForwardingRuleInfoOrBuilder
For display only. Metadata associated with a Compute Engine forwarding rule.
Protobuf type google.cloud.networkmanagement.v1beta1.ForwardingRuleInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
LOAD_BALANCER_NAME_FIELD_NUMBER
public static final int LOAD_BALANCER_NAME_FIELD_NUMBER
Field Value
Type
Description
int
MATCHED_PORT_RANGE_FIELD_NUMBER
public static final int MATCHED_PORT_RANGE_FIELD_NUMBER
Field Value
Type
Description
int
MATCHED_PROTOCOL_FIELD_NUMBER
public static final int MATCHED_PROTOCOL_FIELD_NUMBER
Field Value
Type
Description
int
NETWORK_URI_FIELD_NUMBER
public static final int NETWORK_URI_FIELD_NUMBER
Field Value
Type
Description
int
PSC_GOOGLE_API_TARGET_FIELD_NUMBER
public static final int PSC_GOOGLE_API_TARGET_FIELD_NUMBER
Field Value
Type
Description
int
PSC_SERVICE_ATTACHMENT_URI_FIELD_NUMBER
public static final int PSC_SERVICE_ATTACHMENT_URI_FIELD_NUMBER
Field Value
Type
Description
int
REGION_FIELD_NUMBER
public static final int REGION_FIELD_NUMBER
Field Value
Type
Description
int
TARGET_FIELD_NUMBER
public static final int TARGET_FIELD_NUMBER
Field Value
Type
Description
int
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
Field Value
Type
Description
int
VIP_FIELD_NUMBER
public static final int VIP_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static ForwardingRuleInfo getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ForwardingRuleInfo . Builder newBuilder ()
newBuilder(ForwardingRuleInfo prototype)
public static ForwardingRuleInfo . Builder newBuilder ( ForwardingRuleInfo prototype )
public static ForwardingRuleInfo parseDelimitedFrom ( InputStream input )
public static ForwardingRuleInfo parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ForwardingRuleInfo parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ForwardingRuleInfo parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ForwardingRuleInfo parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ForwardingRuleInfo parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ForwardingRuleInfo parseFrom ( CodedInputStream input )
public static ForwardingRuleInfo parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ForwardingRuleInfo parseFrom ( InputStream input )
public static ForwardingRuleInfo parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ForwardingRuleInfo parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ForwardingRuleInfo parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ForwardingRuleInfo> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public ForwardingRuleInfo getDefaultInstanceForType ()
getDisplayName()
public String getDisplayName ()
Name of the forwarding rule.
string display_name = 1;
Returns
Type
Description
String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
Name of the forwarding rule.
string display_name = 1;
Returns
Type
Description
ByteString
The bytes for displayName.
getLoadBalancerName()
public String getLoadBalancerName ()
Name of the load balancer the forwarding rule belongs to. Empty for
forwarding rules not related to load balancers (like PSC forwarding rules).
string load_balancer_name = 9;
Returns
Type
Description
String
The loadBalancerName.
getLoadBalancerNameBytes()
public ByteString getLoadBalancerNameBytes ()
Name of the load balancer the forwarding rule belongs to. Empty for
forwarding rules not related to load balancers (like PSC forwarding rules).
string load_balancer_name = 9;
Returns
Type
Description
ByteString
The bytes for loadBalancerName.
getMatchedPortRange()
public String getMatchedPortRange ()
Port range defined in the forwarding rule that matches the packet.
string matched_port_range = 6;
Returns
Type
Description
String
The matchedPortRange.
getMatchedPortRangeBytes()
public ByteString getMatchedPortRangeBytes ()
Port range defined in the forwarding rule that matches the packet.
string matched_port_range = 6;
Returns
Type
Description
ByteString
The bytes for matchedPortRange.
getMatchedProtocol()
public String getMatchedProtocol ()
Protocol defined in the forwarding rule that matches the packet.
string matched_protocol = 3;
Returns
Type
Description
String
The matchedProtocol.
getMatchedProtocolBytes()
public ByteString getMatchedProtocolBytes ()
Protocol defined in the forwarding rule that matches the packet.
string matched_protocol = 3;
Returns
Type
Description
ByteString
The bytes for matchedProtocol.
getNetworkUri()
public String getNetworkUri ()
Network URI.
string network_uri = 7;
Returns
Type
Description
String
The networkUri.
getNetworkUriBytes()
public ByteString getNetworkUriBytes ()
Network URI.
string network_uri = 7;
Returns
Type
Description
ByteString
The bytes for networkUri.
getParserForType()
public Parser<ForwardingRuleInfo> getParserForType ()
Overrides
getPscGoogleApiTarget()
public String getPscGoogleApiTarget ()
PSC Google API target this forwarding rule targets (if applicable).
string psc_google_api_target = 11;
Returns
Type
Description
String
The pscGoogleApiTarget.
getPscGoogleApiTargetBytes()
public ByteString getPscGoogleApiTargetBytes ()
PSC Google API target this forwarding rule targets (if applicable).
string psc_google_api_target = 11;
Returns
Type
Description
ByteString
The bytes for pscGoogleApiTarget.
getPscServiceAttachmentUri()
public String getPscServiceAttachmentUri ()
URI of the PSC service attachment this forwarding rule targets (if
applicable).
string psc_service_attachment_uri = 10;
Returns
Type
Description
String
The pscServiceAttachmentUri.
getPscServiceAttachmentUriBytes()
public ByteString getPscServiceAttachmentUriBytes ()
URI of the PSC service attachment this forwarding rule targets (if
applicable).
string psc_service_attachment_uri = 10;
Returns
Type
Description
ByteString
The bytes for pscServiceAttachmentUri.
getRegion()
public String getRegion ()
Region of the forwarding rule. Set only for regional forwarding rules.
string region = 8;
Returns
Type
Description
String
The region.
getRegionBytes()
public ByteString getRegionBytes ()
Region of the forwarding rule. Set only for regional forwarding rules.
string region = 8;
Returns
Type
Description
ByteString
The bytes for region.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getTarget()
public String getTarget ()
Target type of the forwarding rule.
string target = 5;
Returns
Type
Description
String
The target.
getTargetBytes()
public ByteString getTargetBytes ()
Target type of the forwarding rule.
string target = 5;
Returns
Type
Description
ByteString
The bytes for target.
getUri()
URI of the forwarding rule.
string uri = 2;
Returns
Type
Description
String
The uri.
getUriBytes()
public ByteString getUriBytes ()
URI of the forwarding rule.
string uri = 2;
Returns
Type
Description
ByteString
The bytes for uri.
getVip()
VIP of the forwarding rule.
string vip = 4;
Returns
Type
Description
String
The vip.
getVipBytes()
public ByteString getVipBytes ()
VIP of the forwarding rule.
string vip = 4;
Returns
Type
Description
ByteString
The bytes for vip.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ForwardingRuleInfo . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ForwardingRuleInfo . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ForwardingRuleInfo . 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."],[],[]]