public final class ForwardInfo extends GeneratedMessageV3 implements ForwardInfoOrBuilder
Details of the final state "forward" and associated resource.
Protobuf type google.cloud.networkmanagement.v1beta1.ForwardInfo
Static Fields
RESOURCE_URI_FIELD_NUMBER
public static final int RESOURCE_URI_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TARGET_FIELD_NUMBER
public static final int TARGET_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ForwardInfo getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ForwardInfo.Builder newBuilder()
newBuilder(ForwardInfo prototype)
public static ForwardInfo.Builder newBuilder(ForwardInfo prototype)
public static ForwardInfo parseDelimitedFrom(InputStream input)
public static ForwardInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ForwardInfo parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ForwardInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ForwardInfo parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ForwardInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ForwardInfo parseFrom(CodedInputStream input)
public static ForwardInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ForwardInfo parseFrom(InputStream input)
public static ForwardInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ForwardInfo parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ForwardInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ForwardInfo> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public ForwardInfo getDefaultInstanceForType()
getParserForType()
public Parser<ForwardInfo> getParserForType()
Overrides
getResourceUri()
public String getResourceUri()
URI of the resource that the packet is forwarded to.
string resource_uri = 2;
Returns |
---|
Type | Description |
String | The resourceUri.
|
getResourceUriBytes()
public ByteString getResourceUriBytes()
URI of the resource that the packet is forwarded to.
string resource_uri = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for resourceUri.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getTarget()
public ForwardInfo.Target getTarget()
Target type where this packet is forwarded to.
.google.cloud.networkmanagement.v1beta1.ForwardInfo.Target target = 1;
getTargetValue()
public int getTargetValue()
Target type where this packet is forwarded to.
.google.cloud.networkmanagement.v1beta1.ForwardInfo.Target target = 1;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for target.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ForwardInfo.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ForwardInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ForwardInfo.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides