Class ServerlessNegInfo (1.54.0)

public final class ServerlessNegInfo extends GeneratedMessageV3 implements ServerlessNegInfoOrBuilder

For display only. Metadata associated with the serverless network endpoint group backend.

Protobuf type google.cloud.networkmanagement.v1beta1.ServerlessNegInfo

Static Fields

NEG_URI_FIELD_NUMBER

public static final int NEG_URI_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ServerlessNegInfo getDefaultInstance()
Returns
Type Description
ServerlessNegInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ServerlessNegInfo.Builder newBuilder()
Returns
Type Description
ServerlessNegInfo.Builder

newBuilder(ServerlessNegInfo prototype)

public static ServerlessNegInfo.Builder newBuilder(ServerlessNegInfo prototype)
Parameter
Name Description
prototype ServerlessNegInfo
Returns
Type Description
ServerlessNegInfo.Builder

parseDelimitedFrom(InputStream input)

public static ServerlessNegInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ServerlessNegInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ServerlessNegInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerlessNegInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ServerlessNegInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ServerlessNegInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ServerlessNegInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerlessNegInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ServerlessNegInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ServerlessNegInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ServerlessNegInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerlessNegInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ServerlessNegInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ServerlessNegInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ServerlessNegInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerlessNegInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ServerlessNegInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ServerlessNegInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ServerlessNegInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerlessNegInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ServerlessNegInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ServerlessNegInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ServerlessNegInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerlessNegInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ServerlessNegInfo> parser()
Returns
Type Description
Parser<ServerlessNegInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ServerlessNegInfo getDefaultInstanceForType()
Returns
Type Description
ServerlessNegInfo

getNegUri()

public String getNegUri()

URI of the serverless network endpoint group.

string neg_uri = 1;

Returns
Type Description
String

The negUri.

getNegUriBytes()

public ByteString getNegUriBytes()

URI of the serverless network endpoint group.

string neg_uri = 1;

Returns
Type Description
ByteString

The bytes for negUri.

getParserForType()

public Parser<ServerlessNegInfo> getParserForType()
Returns
Type Description
Parser<ServerlessNegInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ServerlessNegInfo.Builder newBuilderForType()
Returns
Type Description
ServerlessNegInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ServerlessNegInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ServerlessNegInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ServerlessNegInfo.Builder toBuilder()
Returns
Type Description
ServerlessNegInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException