public static final class MinorVersion.Builder extends GeneratedMessageV3.Builder<MinorVersion.Builder> implements MinorVersionOrBuilderMinorVersion represents a minor version of a GI. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/GiMinorVersionSummary/
Protobuf type google.cloud.oracledatabase.v1.MinorVersion
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > MinorVersion.BuilderImplements
MinorVersionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MinorVersion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
|
build()
public MinorVersion build()| Returns | |
|---|---|
| Type | Description |
MinorVersion |
|
buildPartial()
public MinorVersion buildPartial()| Returns | |
|---|---|
| Type | Description |
MinorVersion |
|
clear()
public MinorVersion.Builder clear()| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public MinorVersion.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
|
clearGridImageId()
public MinorVersion.Builder clearGridImageId()Optional. The ID of the Grid Image.
string grid_image_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
This builder for chaining. |
clearName()
public MinorVersion.Builder clearName()Identifier. The name of the MinorVersion resource with the format: projects/{project}/locations/{region}/giVersions/{gi_version}/minorVersions/{minor_version}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public MinorVersion.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
|
clearVersion()
public MinorVersion.Builder clearVersion()Optional. The valid Oracle grid infrastructure software version.
string version = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
This builder for chaining. |
clone()
public MinorVersion.Builder clone()| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
|
getDefaultInstanceForType()
public MinorVersion getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MinorVersion |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGridImageId()
public String getGridImageId()Optional. The ID of the Grid Image.
string grid_image_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The gridImageId. |
getGridImageIdBytes()
public ByteString getGridImageIdBytes()Optional. The ID of the Grid Image.
string grid_image_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gridImageId. |
getName()
public String getName()Identifier. The name of the MinorVersion resource with the format: projects/{project}/locations/{region}/giVersions/{gi_version}/minorVersions/{minor_version}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Identifier. The name of the MinorVersion resource with the format: projects/{project}/locations/{region}/giVersions/{gi_version}/minorVersions/{minor_version}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getVersion()
public String getVersion()Optional. The valid Oracle grid infrastructure software version.
string version = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()Optional. The valid Oracle grid infrastructure software version.
string version = 3 [(.google.api.field_behavior) = OPTIONAL];
| 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(MinorVersion other)
public MinorVersion.Builder mergeFrom(MinorVersion other)| Parameter | |
|---|---|
| Name | Description |
other |
MinorVersion |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MinorVersion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public MinorVersion.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MinorVersion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public MinorVersion.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
|
setGridImageId(String value)
public MinorVersion.Builder setGridImageId(String value)Optional. The ID of the Grid Image.
string grid_image_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe gridImageId to set. |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
This builder for chaining. |
setGridImageIdBytes(ByteString value)
public MinorVersion.Builder setGridImageIdBytes(ByteString value)Optional. The ID of the Grid Image.
string grid_image_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for gridImageId to set. |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
This builder for chaining. |
setName(String value)
public MinorVersion.Builder setName(String value)Identifier. The name of the MinorVersion resource with the format: projects/{project}/locations/{region}/giVersions/{gi_version}/minorVersions/{minor_version}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public MinorVersion.Builder setNameBytes(ByteString value)Identifier. The name of the MinorVersion resource with the format: projects/{project}/locations/{region}/giVersions/{gi_version}/minorVersions/{minor_version}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MinorVersion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final MinorVersion.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
|
setVersion(String value)
public MinorVersion.Builder setVersion(String value)Optional. The valid Oracle grid infrastructure software version.
string version = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe version to set. |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public MinorVersion.Builder setVersionBytes(ByteString value)Optional. The valid Oracle grid infrastructure software version.
string version = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for version to set. |
| Returns | |
|---|---|
| Type | Description |
MinorVersion.Builder |
This builder for chaining. |