Class SiteVersion.Builder (0.55.0)

public static final class SiteVersion.Builder extends GeneratedMessage.Builder<SiteVersion.Builder> implements SiteVersionOrBuilder

SiteVersion Hydration is targeting.

Protobuf type google.cloud.telcoautomation.v1alpha1.SiteVersion

Static Methods

getDescriptor()

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

Methods

build()

public SiteVersion build()
Returns
Type Description
SiteVersion

buildPartial()

public SiteVersion buildPartial()
Returns
Type Description
SiteVersion

clear()

public SiteVersion.Builder clear()
Returns
Type Description
SiteVersion.Builder
Overrides

clearNfType()

public SiteVersion.Builder clearNfType()

Output only. NF vendor type.

string nf_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SiteVersion.Builder

This builder for chaining.

clearNfVendor()

public SiteVersion.Builder clearNfVendor()

Output only. NF vendor.

string nf_vendor = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SiteVersion.Builder

This builder for chaining.

clearNfVersion()

public SiteVersion.Builder clearNfVersion()

Output only. NF version.

string nf_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SiteVersion.Builder

This builder for chaining.

getDefaultInstanceForType()

public SiteVersion getDefaultInstanceForType()
Returns
Type Description
SiteVersion

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SiteVersion other)

public SiteVersion.Builder mergeFrom(SiteVersion other)
Parameter
Name Description
other SiteVersion
Returns
Type Description
SiteVersion.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SiteVersion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SiteVersion.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SiteVersion.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SiteVersion.Builder
Overrides

setNfType(String value)

public SiteVersion.Builder setNfType(String value)

Output only. NF vendor type.

string nf_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The nfType to set.

Returns
Type Description
SiteVersion.Builder

This builder for chaining.

setNfTypeBytes(ByteString value)

public SiteVersion.Builder setNfTypeBytes(ByteString value)

Output only. NF vendor type.

string nf_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for nfType to set.

Returns
Type Description
SiteVersion.Builder

This builder for chaining.

setNfVendor(String value)

public SiteVersion.Builder setNfVendor(String value)

Output only. NF vendor.

string nf_vendor = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The nfVendor to set.

Returns
Type Description
SiteVersion.Builder

This builder for chaining.

setNfVendorBytes(ByteString value)

public SiteVersion.Builder setNfVendorBytes(ByteString value)

Output only. NF vendor.

string nf_vendor = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for nfVendor to set.

Returns
Type Description
SiteVersion.Builder

This builder for chaining.

setNfVersion(String value)

public SiteVersion.Builder setNfVersion(String value)

Output only. NF version.

string nf_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The nfVersion to set.

Returns
Type Description
SiteVersion.Builder

This builder for chaining.

setNfVersionBytes(ByteString value)

public SiteVersion.Builder setNfVersionBytes(ByteString value)

Output only. NF version.

string nf_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for nfVersion to set.

Returns
Type Description
SiteVersion.Builder

This builder for chaining.