Class NetworkProfileProfileType (1.85.0)

public final class NetworkProfileProfileType extends GeneratedMessageV3 implements NetworkProfileProfileTypeOrBuilder

Protobuf type google.cloud.compute.v1.NetworkProfileProfileType

Static Fields

NETWORK_TYPE_FIELD_NUMBER

public static final int NETWORK_TYPE_FIELD_NUMBER
Field Value
Type Description
int

RDMA_SUBTYPE_FIELD_NUMBER

public static final int RDMA_SUBTYPE_FIELD_NUMBER
Field Value
Type Description
int

ULL_SUBTYPE_FIELD_NUMBER

public static final int ULL_SUBTYPE_FIELD_NUMBER
Field Value
Type Description
int

VPC_SUBTYPE_FIELD_NUMBER

public static final int VPC_SUBTYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static NetworkProfileProfileType getDefaultInstance()
Returns
Type Description
NetworkProfileProfileType

getDescriptor()

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

newBuilder()

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

newBuilder(NetworkProfileProfileType prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public NetworkProfileProfileType getDefaultInstanceForType()
Returns
Type Description
NetworkProfileProfileType

getNetworkType()

public String getNetworkType()

Check the NetworkType enum for the list of possible values.

optional string network_type = 517413547;

Returns
Type Description
String

The networkType.

getNetworkTypeBytes()

public ByteString getNetworkTypeBytes()

Check the NetworkType enum for the list of possible values.

optional string network_type = 517413547;

Returns
Type Description
ByteString

The bytes for networkType.

getParserForType()

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

getRdmaSubtype()

public String getRdmaSubtype()

Check the RdmaSubtype enum for the list of possible values.

optional string rdma_subtype = 82019713;

Returns
Type Description
String

The rdmaSubtype.

getRdmaSubtypeBytes()

public ByteString getRdmaSubtypeBytes()

Check the RdmaSubtype enum for the list of possible values.

optional string rdma_subtype = 82019713;

Returns
Type Description
ByteString

The bytes for rdmaSubtype.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUllSubtype()

public String getUllSubtype()

Check the UllSubtype enum for the list of possible values.

optional string ull_subtype = 94311408;

Returns
Type Description
String

The ullSubtype.

getUllSubtypeBytes()

public ByteString getUllSubtypeBytes()

Check the UllSubtype enum for the list of possible values.

optional string ull_subtype = 94311408;

Returns
Type Description
ByteString

The bytes for ullSubtype.

getVpcSubtype()

public String getVpcSubtype()

Check the VpcSubtype enum for the list of possible values.

optional string vpc_subtype = 356623396;

Returns
Type Description
String

The vpcSubtype.

getVpcSubtypeBytes()

public ByteString getVpcSubtypeBytes()

Check the VpcSubtype enum for the list of possible values.

optional string vpc_subtype = 356623396;

Returns
Type Description
ByteString

The bytes for vpcSubtype.

hasNetworkType()

public boolean hasNetworkType()

Check the NetworkType enum for the list of possible values.

optional string network_type = 517413547;

Returns
Type Description
boolean

Whether the networkType field is set.

hasRdmaSubtype()

public boolean hasRdmaSubtype()

Check the RdmaSubtype enum for the list of possible values.

optional string rdma_subtype = 82019713;

Returns
Type Description
boolean

Whether the rdmaSubtype field is set.

hasUllSubtype()

public boolean hasUllSubtype()

Check the UllSubtype enum for the list of possible values.

optional string ull_subtype = 94311408;

Returns
Type Description
boolean

Whether the ullSubtype field is set.

hasVpcSubtype()

public boolean hasVpcSubtype()

Check the VpcSubtype enum for the list of possible values.

optional string vpc_subtype = 356623396;

Returns
Type Description
boolean

Whether the vpcSubtype field is set.

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 NetworkProfileProfileType.Builder newBuilderForType()
Returns
Type Description
NetworkProfileProfileType.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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