Interface SiteVersionOrBuilder (0.15.0)

public interface SiteVersionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNfType()

public abstract 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 abstract 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 abstract String getNfVendor()

Output only. NF vendor.

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

Returns
Type Description
String

The nfVendor.

getNfVendorBytes()

public abstract 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 abstract String getNfVersion()

Output only. NF version.

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

Returns
Type Description
String

The nfVersion.

getNfVersionBytes()

public abstract ByteString getNfVersionBytes()

Output only. NF version.

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

Returns
Type Description
ByteString

The bytes for nfVersion.