public final class SiteVersion extends GeneratedMessageV3 implements SiteVersionOrBuilder
SiteVersion Hydration is targeting.
Protobuf type google.cloud.telcoautomation.v1.SiteVersion
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SiteVersionImplements
SiteVersionOrBuilderStatic Fields
NF_TYPE_FIELD_NUMBER
public static final int NF_TYPE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NF_VENDOR_FIELD_NUMBER
public static final int NF_VENDOR_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NF_VERSION_FIELD_NUMBER
public static final int NF_VERSION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SiteVersion getDefaultInstance()
Returns | |
---|---|
Type | Description |
SiteVersion |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static SiteVersion.Builder newBuilder()
Returns | |
---|---|
Type | Description |
SiteVersion.Builder |
newBuilder(SiteVersion prototype)
public static SiteVersion.Builder newBuilder(SiteVersion prototype)
Parameter | |
---|---|
Name | Description |
prototype |
SiteVersion |
Returns | |
---|---|
Type | Description |
SiteVersion.Builder |
parseDelimitedFrom(InputStream input)
public static SiteVersion parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SiteVersion |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SiteVersion parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SiteVersion |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static SiteVersion parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
SiteVersion |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SiteVersion parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SiteVersion |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SiteVersion parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
SiteVersion |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SiteVersion parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SiteVersion |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SiteVersion parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
SiteVersion |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SiteVersion parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SiteVersion |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static SiteVersion parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SiteVersion |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SiteVersion parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SiteVersion |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SiteVersion parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
SiteVersion |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SiteVersion parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SiteVersion |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SiteVersion> parser()
Returns | |
---|---|
Type | Description |
Parser<SiteVersion> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public SiteVersion getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SiteVersion |
getNfType()
public String getNfType()
Output only. NF vendor type.
string nf_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The nfType. |
getNfTypeBytes()
public ByteString getNfTypeBytes()
Output only. NF vendor type.
string nf_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nfType. |
getNfVendor()
public String getNfVendor()
Output only. NF vendor.
string nf_vendor = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The nfVendor. |
getNfVendorBytes()
public ByteString getNfVendorBytes()
Output only. NF vendor.
string nf_vendor = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nfVendor. |
getNfVersion()
public String getNfVersion()
Output only. NF version.
string nf_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The nfVersion. |
getNfVersionBytes()
public ByteString getNfVersionBytes()
Output only. NF version.
string nf_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nfVersion. |
getParserForType()
public Parser<SiteVersion> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<SiteVersion> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public SiteVersion.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
SiteVersion.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SiteVersion.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
SiteVersion.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public SiteVersion.Builder toBuilder()
Returns | |
---|---|
Type | Description |
SiteVersion.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |