Class GoldengateDeploymentVersion.Builder (0.42.0)

public static final class GoldengateDeploymentVersion.Builder extends GeneratedMessage.Builder<GoldengateDeploymentVersion.Builder> implements GoldengateDeploymentVersionOrBuilder

Details of the Goldengate Deployment Version resource.

Protobuf type google.cloud.oracledatabase.v1.GoldengateDeploymentVersion

Static Methods

getDescriptor()

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

Methods

build()

public GoldengateDeploymentVersion build()
Returns
Type Description
GoldengateDeploymentVersion

buildPartial()

public GoldengateDeploymentVersion buildPartial()
Returns
Type Description
GoldengateDeploymentVersion

clear()

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

clearName()

public GoldengateDeploymentVersion.Builder clearName()

Identifier. The name of the Goldengate Deployment Version resource with the format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
GoldengateDeploymentVersion.Builder

This builder for chaining.

clearOcid()

public GoldengateDeploymentVersion.Builder clearOcid()

Output only. The deployment version ocid of the Goldengate Deployment Version resource.

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

Returns
Type Description
GoldengateDeploymentVersion.Builder

This builder for chaining.

clearProperties()

public GoldengateDeploymentVersion.Builder clearProperties()

Output only. The technology type of the Goldengate Deployment Version resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties properties = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentVersion.Builder

getDefaultInstanceForType()

public GoldengateDeploymentVersion getDefaultInstanceForType()
Returns
Type Description
GoldengateDeploymentVersion

getDescriptorForType()

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

getName()

public String getName()

Identifier. The name of the Goldengate Deployment Version resource with the format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Identifier. The name of the Goldengate Deployment Version resource with the format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getOcid()

public String getOcid()

Output only. The deployment version ocid of the Goldengate Deployment Version resource.

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

Returns
Type Description
String

The ocid.

getOcidBytes()

public ByteString getOcidBytes()

Output only. The deployment version ocid of the Goldengate Deployment Version resource.

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

Returns
Type Description
ByteString

The bytes for ocid.

getProperties()

public GoldengateDeploymentVersionProperties getProperties()

Output only. The technology type of the Goldengate Deployment Version resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties properties = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentVersionProperties

The properties.

getPropertiesBuilder()

public GoldengateDeploymentVersionProperties.Builder getPropertiesBuilder()

Output only. The technology type of the Goldengate Deployment Version resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties properties = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentVersionProperties.Builder

getPropertiesOrBuilder()

public GoldengateDeploymentVersionPropertiesOrBuilder getPropertiesOrBuilder()

Output only. The technology type of the Goldengate Deployment Version resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties properties = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentVersionPropertiesOrBuilder

hasProperties()

public boolean hasProperties()

Output only. The technology type of the Goldengate Deployment Version resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties properties = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the properties field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GoldengateDeploymentVersion other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeProperties(GoldengateDeploymentVersionProperties value)

public GoldengateDeploymentVersion.Builder mergeProperties(GoldengateDeploymentVersionProperties value)

Output only. The technology type of the Goldengate Deployment Version resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties properties = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value GoldengateDeploymentVersionProperties
Returns
Type Description
GoldengateDeploymentVersion.Builder

setName(String value)

public GoldengateDeploymentVersion.Builder setName(String value)

Identifier. The name of the Goldengate Deployment Version resource with the format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GoldengateDeploymentVersion.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GoldengateDeploymentVersion.Builder setNameBytes(ByteString value)

Identifier. The name of the Goldengate Deployment Version resource with the format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GoldengateDeploymentVersion.Builder

This builder for chaining.

setOcid(String value)

public GoldengateDeploymentVersion.Builder setOcid(String value)

Output only. The deployment version ocid of the Goldengate Deployment Version resource.

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

Parameter
Name Description
value String

The ocid to set.

Returns
Type Description
GoldengateDeploymentVersion.Builder

This builder for chaining.

setOcidBytes(ByteString value)

public GoldengateDeploymentVersion.Builder setOcidBytes(ByteString value)

Output only. The deployment version ocid of the Goldengate Deployment Version resource.

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

Parameter
Name Description
value ByteString

The bytes for ocid to set.

Returns
Type Description
GoldengateDeploymentVersion.Builder

This builder for chaining.

setProperties(GoldengateDeploymentVersionProperties value)

public GoldengateDeploymentVersion.Builder setProperties(GoldengateDeploymentVersionProperties value)

Output only. The technology type of the Goldengate Deployment Version resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties properties = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value GoldengateDeploymentVersionProperties
Returns
Type Description
GoldengateDeploymentVersion.Builder

setProperties(GoldengateDeploymentVersionProperties.Builder builderForValue)

public GoldengateDeploymentVersion.Builder setProperties(GoldengateDeploymentVersionProperties.Builder builderForValue)

Output only. The technology type of the Goldengate Deployment Version resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentVersionProperties properties = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue GoldengateDeploymentVersionProperties.Builder
Returns
Type Description
GoldengateDeploymentVersion.Builder