public static final class SiteVersion.Builder extends GeneratedMessageV3.Builder<SiteVersion.Builder> implements SiteVersionOrBuilderSiteVersion Hydration is targeting.
 Protobuf type google.cloud.telcoautomation.v1alpha1.SiteVersion
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SiteVersion.BuilderImplements
SiteVersionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SiteVersion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| SiteVersion.Builder | |
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 | |
clearField(Descriptors.FieldDescriptor field)
public SiteVersion.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| SiteVersion.Builder | |
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. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public SiteVersion.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| SiteVersion.Builder | |
clone()
public SiteVersion.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| SiteVersion.Builder | |
getDefaultInstanceForType()
public SiteVersion getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| SiteVersion | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
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 | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public SiteVersion.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| SiteVersion.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SiteVersion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| SiteVersion.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public SiteVersion.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| SiteVersion.Builder | |
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 | StringThe 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 | ByteStringThe 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 | StringThe 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 | ByteStringThe 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 | StringThe 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 | ByteStringThe bytes for nfVersion to set. | 
| Returns | |
|---|---|
| Type | Description | 
| SiteVersion.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SiteVersion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| SiteVersion.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final SiteVersion.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| SiteVersion.Builder | |