public final class PacketMirroringForwardingRuleInfo extends GeneratedMessageV3 implements PacketMirroringForwardingRuleInfoOrBuilder
Protobuf type google.cloud.compute.v1.PacketMirroringForwardingRuleInfo
Static Fields
CANONICAL_URL_FIELD_NUMBER
public static final int CANONICAL_URL_FIELD_NUMBER
Field Value
URL_FIELD_NUMBER
public static final int URL_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static PacketMirroringForwardingRuleInfo getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static PacketMirroringForwardingRuleInfo.Builder newBuilder()
Returns
newBuilder(PacketMirroringForwardingRuleInfo prototype)
public static PacketMirroringForwardingRuleInfo.Builder newBuilder(PacketMirroringForwardingRuleInfo prototype)
Parameter
Returns
public static PacketMirroringForwardingRuleInfo parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static PacketMirroringForwardingRuleInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static PacketMirroringForwardingRuleInfo parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PacketMirroringForwardingRuleInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static PacketMirroringForwardingRuleInfo parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PacketMirroringForwardingRuleInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PacketMirroringForwardingRuleInfo parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static PacketMirroringForwardingRuleInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PacketMirroringForwardingRuleInfo parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static PacketMirroringForwardingRuleInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static PacketMirroringForwardingRuleInfo parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PacketMirroringForwardingRuleInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<PacketMirroringForwardingRuleInfo> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getCanonicalUrl()
public String getCanonicalUrl()
[Output Only] Unique identifier for the forwarding rule; defined by the server.
optional string canonical_url = 512294820;
Returns
Type | Description |
String | The canonicalUrl.
|
getCanonicalUrlBytes()
public ByteString getCanonicalUrlBytes()
[Output Only] Unique identifier for the forwarding rule; defined by the server.
optional string canonical_url = 512294820;
Returns
Type | Description |
ByteString | The bytes for canonicalUrl.
|
getDefaultInstanceForType()
public PacketMirroringForwardingRuleInfo getDefaultInstanceForType()
Returns
getParserForType()
public Parser<PacketMirroringForwardingRuleInfo> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUrl()
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
optional string url = 116079;
Returns
getUrlBytes()
public ByteString getUrlBytes()
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
optional string url = 116079;
Returns
hasCanonicalUrl()
public boolean hasCanonicalUrl()
[Output Only] Unique identifier for the forwarding rule; defined by the server.
optional string canonical_url = 512294820;
Returns
Type | Description |
boolean | Whether the canonicalUrl field is set.
|
hasUrl()
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
optional string url = 116079;
Returns
Type | Description |
boolean | Whether the url field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public PacketMirroringForwardingRuleInfo.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PacketMirroringForwardingRuleInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public PacketMirroringForwardingRuleInfo.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions