Class GoldengateDeploymentEnvironment (0.42.0)

public final class GoldengateDeploymentEnvironment extends GeneratedMessage implements GoldengateDeploymentEnvironmentOrBuilder

Details of the Goldengate Deployment Environment resource.

Protobuf type google.cloud.oracledatabase.v1.GoldengateDeploymentEnvironment

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > GoldengateDeploymentEnvironment

Static Fields

AUTO_SCALING_ENABLED_FIELD_NUMBER

public static final int AUTO_SCALING_ENABLED_FIELD_NUMBER
Field Value
Type Description
int

CATEGORY_FIELD_NUMBER

public static final int CATEGORY_FIELD_NUMBER
Field Value
Type Description
int

DEFAULT_CPU_CORE_COUNT_FIELD_NUMBER

public static final int DEFAULT_CPU_CORE_COUNT_FIELD_NUMBER
Field Value
Type Description
int

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

ENVIRONMENT_TYPE_FIELD_NUMBER

public static final int ENVIRONMENT_TYPE_FIELD_NUMBER
Field Value
Type Description
int

MAX_CPU_CORE_COUNT_FIELD_NUMBER

public static final int MAX_CPU_CORE_COUNT_FIELD_NUMBER
Field Value
Type Description
int

MEMORY_GB_PER_CPU_CORE_FIELD_NUMBER

public static final int MEMORY_GB_PER_CPU_CORE_FIELD_NUMBER
Field Value
Type Description
int

MIN_CPU_CORE_COUNT_FIELD_NUMBER

public static final int MIN_CPU_CORE_COUNT_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

NETWORK_BANDWIDTH_GBPS_PER_CPU_CORE_FIELD_NUMBER

public static final int NETWORK_BANDWIDTH_GBPS_PER_CPU_CORE_FIELD_NUMBER
Field Value
Type Description
int

STORAGE_USAGE_LIMIT_GB_PER_CPU_CORE_FIELD_NUMBER

public static final int STORAGE_USAGE_LIMIT_GB_PER_CPU_CORE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoldengateDeploymentEnvironment getDefaultInstance()
Returns
Type Description
GoldengateDeploymentEnvironment

getDescriptor()

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

newBuilder()

public static GoldengateDeploymentEnvironment.Builder newBuilder()
Returns
Type Description
GoldengateDeploymentEnvironment.Builder

newBuilder(GoldengateDeploymentEnvironment prototype)

public static GoldengateDeploymentEnvironment.Builder newBuilder(GoldengateDeploymentEnvironment prototype)
Parameter
Name Description
prototype GoldengateDeploymentEnvironment
Returns
Type Description
GoldengateDeploymentEnvironment.Builder

parseDelimitedFrom(InputStream input)

public static GoldengateDeploymentEnvironment parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GoldengateDeploymentEnvironment
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GoldengateDeploymentEnvironment parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateDeploymentEnvironment
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GoldengateDeploymentEnvironment parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GoldengateDeploymentEnvironment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GoldengateDeploymentEnvironment parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateDeploymentEnvironment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GoldengateDeploymentEnvironment parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GoldengateDeploymentEnvironment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GoldengateDeploymentEnvironment parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateDeploymentEnvironment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GoldengateDeploymentEnvironment parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GoldengateDeploymentEnvironment
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GoldengateDeploymentEnvironment parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateDeploymentEnvironment
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GoldengateDeploymentEnvironment parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GoldengateDeploymentEnvironment
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GoldengateDeploymentEnvironment parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateDeploymentEnvironment
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GoldengateDeploymentEnvironment parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GoldengateDeploymentEnvironment
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GoldengateDeploymentEnvironment parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateDeploymentEnvironment
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GoldengateDeploymentEnvironment> parser()
Returns
Type Description
Parser<GoldengateDeploymentEnvironment>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAutoScalingEnabled()

public boolean getAutoScalingEnabled()

Output only. Whether auto scaling is enabled by default for the Goldengate Deployment Environment resource.

bool auto_scaling_enabled = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The autoScalingEnabled.

getCategory()

public GoldengateDeploymentEnvironment.DeploymentCategory getCategory()

Output only. The category of the Goldengate Deployment Environment resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentEnvironment.DeploymentCategory category = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentEnvironment.DeploymentCategory

The category.

getCategoryValue()

public int getCategoryValue()

Output only. The category of the Goldengate Deployment Environment resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentEnvironment.DeploymentCategory category = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for category.

getDefaultCpuCoreCount()

public int getDefaultCpuCoreCount()

Output only. The default CPU core count of the Goldengate Deployment Environment resource.

int32 default_cpu_core_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The defaultCpuCoreCount.

getDefaultInstanceForType()

public GoldengateDeploymentEnvironment getDefaultInstanceForType()
Returns
Type Description
GoldengateDeploymentEnvironment

getDisplayName()

public String getDisplayName()

The display name of the Goldengate Deployment Environment resource.

string display_name = 3;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The display name of the Goldengate Deployment Environment resource.

string display_name = 3;

Returns
Type Description
ByteString

The bytes for displayName.

getEnvironmentType()

public GoldengateDeploymentEnvironment.DeploymentEnvironmentType getEnvironmentType()

Output only. The environment type of the Goldengate Deployment Environment resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentEnvironment.DeploymentEnvironmentType environment_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentEnvironment.DeploymentEnvironmentType

The environmentType.

getEnvironmentTypeValue()

public int getEnvironmentTypeValue()

Output only. The environment type of the Goldengate Deployment Environment resource.

.google.cloud.oracledatabase.v1.GoldengateDeploymentEnvironment.DeploymentEnvironmentType environment_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for environmentType.

getMaxCpuCoreCount()

public int getMaxCpuCoreCount()

Output only. The max CPU core count of the Goldengate Deployment Environment resource.

int32 max_cpu_core_count = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The maxCpuCoreCount.

getMemoryGbPerCpuCore()

public int getMemoryGbPerCpuCore()

Output only. The memory per CPU core in GBs of the Goldengate Deployment Environment resource.

int32 memory_gb_per_cpu_core = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The memoryGbPerCpuCore.

getMinCpuCoreCount()

public int getMinCpuCoreCount()

Output only. The min CPU core count of the Goldengate Deployment Environment resource.

int32 min_cpu_core_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The minCpuCoreCount.

getName()

public String getName()

Identifier. The name of the Goldengate Deployment Environment resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}

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 Environment resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}

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

Returns
Type Description
ByteString

The bytes for name.

getNetworkBandwidthGbpsPerCpuCore()

public int getNetworkBandwidthGbpsPerCpuCore()

Output only. The network bandwidth per CPU core in Gbps of the Goldengate Deployment Environment resource.

int32 network_bandwidth_gbps_per_cpu_core = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The networkBandwidthGbpsPerCpuCore.

getParserForType()

public Parser<GoldengateDeploymentEnvironment> getParserForType()
Returns
Type Description
Parser<GoldengateDeploymentEnvironment>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStorageUsageLimitGbPerCpuCore()

public int getStorageUsageLimitGbPerCpuCore()

Output only. The storage usage limit per CPU core in GBs of the Goldengate Deployment Environment resource.

int32 storage_usage_limit_gb_per_cpu_core = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The storageUsageLimitGbPerCpuCore.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GoldengateDeploymentEnvironment.Builder newBuilderForType()
Returns
Type Description
GoldengateDeploymentEnvironment.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected GoldengateDeploymentEnvironment.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GoldengateDeploymentEnvironment.Builder
Overrides

toBuilder()

public GoldengateDeploymentEnvironment.Builder toBuilder()
Returns
Type Description
GoldengateDeploymentEnvironment.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException