Interface GoldengateDeploymentLockOrBuilder (0.42.0)

public interface GoldengateDeploymentLockOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompartmentId()

public abstract String getCompartmentId()

Output only. The compartment id.

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

Returns
Type Description
String

The compartmentId.

getCompartmentIdBytes()

public abstract ByteString getCompartmentIdBytes()

Output only. The compartment id.

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

Returns
Type Description
ByteString

The bytes for compartmentId.

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The time created.

.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time created.

.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getMessage()

public abstract String getMessage()

Output only. The message.

string message = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Output only. The message.

string message = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for message.

getRelatedResourceId()

public abstract String getRelatedResourceId()

Output only. The related resource id.

string related_resource_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The relatedResourceId.

getRelatedResourceIdBytes()

public abstract ByteString getRelatedResourceIdBytes()

Output only. The related resource id.

string related_resource_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for relatedResourceId.

getType()

public abstract GoldengateDeploymentLock.LockType getType()

Output only. The type of lock.

.google.cloud.oracledatabase.v1.GoldengateDeploymentLock.LockType type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateDeploymentLock.LockType

The type.

getTypeValue()

public abstract int getTypeValue()

Output only. The type of lock.

.google.cloud.oracledatabase.v1.GoldengateDeploymentLock.LockType type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for type.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The time created.

.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.