- 1.76.0 (latest)
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.5
- 1.2.0
- 1.1.1
- 1.0.5
public static final class ApplianceVersion.Builder extends GeneratedMessageV3.Builder<ApplianceVersion.Builder> implements ApplianceVersionOrBuilderDescribes an appliance version.
Protobuf type google.cloud.vmmigration.v1.ApplianceVersion
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ApplianceVersion.BuilderImplements
ApplianceVersionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ApplianceVersion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
|
build()
public ApplianceVersion build()| Returns | |
|---|---|
| Type | Description |
ApplianceVersion |
|
buildPartial()
public ApplianceVersion buildPartial()| Returns | |
|---|---|
| Type | Description |
ApplianceVersion |
|
clear()
public ApplianceVersion.Builder clear()| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
|
clearCritical()
public ApplianceVersion.Builder clearCritical()Determine whether it's critical to upgrade the appliance to this version.
bool critical = 3;
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ApplianceVersion.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public ApplianceVersion.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
|
clearReleaseNotesUri()
public ApplianceVersion.Builder clearReleaseNotesUri()Link to a page that contains the version release notes.
string release_notes_uri = 4;
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
This builder for chaining. |
clearUri()
public ApplianceVersion.Builder clearUri()A link for downloading the version.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
This builder for chaining. |
clearVersion()
public ApplianceVersion.Builder clearVersion()The appliance version.
string version = 1;
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
This builder for chaining. |
clone()
public ApplianceVersion.Builder clone()| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
|
getCritical()
public boolean getCritical()Determine whether it's critical to upgrade the appliance to this version.
bool critical = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The critical. |
getDefaultInstanceForType()
public ApplianceVersion getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ApplianceVersion |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getReleaseNotesUri()
public String getReleaseNotesUri()Link to a page that contains the version release notes.
string release_notes_uri = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The releaseNotesUri. |
getReleaseNotesUriBytes()
public ByteString getReleaseNotesUriBytes()Link to a page that contains the version release notes.
string release_notes_uri = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for releaseNotesUri. |
getUri()
public String getUri()A link for downloading the version.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public ByteString getUriBytes()A link for downloading the version.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |
getVersion()
public String getVersion()The appliance version.
string version = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()The appliance version.
string version = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ApplianceVersion other)
public ApplianceVersion.Builder mergeFrom(ApplianceVersion other)| Parameter | |
|---|---|
| Name | Description |
other |
ApplianceVersion |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ApplianceVersion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ApplianceVersion.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ApplianceVersion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
|
setCritical(boolean value)
public ApplianceVersion.Builder setCritical(boolean value)Determine whether it's critical to upgrade the appliance to this version.
bool critical = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe critical to set. |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ApplianceVersion.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
|
setReleaseNotesUri(String value)
public ApplianceVersion.Builder setReleaseNotesUri(String value)Link to a page that contains the version release notes.
string release_notes_uri = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe releaseNotesUri to set. |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
This builder for chaining. |
setReleaseNotesUriBytes(ByteString value)
public ApplianceVersion.Builder setReleaseNotesUriBytes(ByteString value)Link to a page that contains the version release notes.
string release_notes_uri = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for releaseNotesUri to set. |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ApplianceVersion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ApplianceVersion.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
|
setUri(String value)
public ApplianceVersion.Builder setUri(String value)A link for downloading the version.
string uri = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe uri to set. |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
This builder for chaining. |
setUriBytes(ByteString value)
public ApplianceVersion.Builder setUriBytes(ByteString value)A link for downloading the version.
string uri = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for uri to set. |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
This builder for chaining. |
setVersion(String value)
public ApplianceVersion.Builder setVersion(String value)The appliance version.
string version = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe version to set. |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public ApplianceVersion.Builder setVersionBytes(ByteString value)The appliance version.
string version = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for version to set. |
| Returns | |
|---|---|
| Type | Description |
ApplianceVersion.Builder |
This builder for chaining. |