Interface DeploymentDiagnosticDataOrBuilder (0.42.0)

public interface DeploymentDiagnosticDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBucket()

public abstract String getBucket()

Output only. The bucket name.

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

Returns
Type Description
String

The bucket.

getBucketBytes()

public abstract ByteString getBucketBytes()

Output only. The bucket name.

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

Returns
Type Description
ByteString

The bytes for bucket.

getDiagnosticEndTime()

public abstract Timestamp getDiagnosticEndTime()

Output only. The time diagnostic end.

.google.protobuf.Timestamp diagnostic_end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The diagnosticEndTime.

getDiagnosticEndTimeOrBuilder()

public abstract TimestampOrBuilder getDiagnosticEndTimeOrBuilder()

Output only. The time diagnostic end.

.google.protobuf.Timestamp diagnostic_end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDiagnosticStartTime()

public abstract Timestamp getDiagnosticStartTime()

Output only. The time diagnostic start.

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

Returns
Type Description
Timestamp

The diagnosticStartTime.

getDiagnosticStartTimeOrBuilder()

public abstract TimestampOrBuilder getDiagnosticStartTimeOrBuilder()

Output only. The time diagnostic start.

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

Returns
Type Description
TimestampOrBuilder

getDiagnosticState()

public abstract DeploymentDiagnosticData.DiagnosticState getDiagnosticState()

Output only. The diagnostic state.

.google.cloud.oracledatabase.v1.DeploymentDiagnosticData.DiagnosticState diagnostic_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DeploymentDiagnosticData.DiagnosticState

The diagnosticState.

getDiagnosticStateValue()

public abstract int getDiagnosticStateValue()

Output only. The diagnostic state.

.google.cloud.oracledatabase.v1.DeploymentDiagnosticData.DiagnosticState diagnostic_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for diagnosticState.

getNamespace()

public abstract String getNamespace()

Output only. The namespace name.

string namespace = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The namespace.

getNamespaceBytes()

public abstract ByteString getNamespaceBytes()

Output only. The namespace name.

string namespace = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for namespace.

getObject()

public abstract String getObject()

Output only. The object name.

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

Returns
Type Description
String

The object.

getObjectBytes()

public abstract ByteString getObjectBytes()

Output only. The object name.

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

Returns
Type Description
ByteString

The bytes for object.

hasDiagnosticEndTime()

public abstract boolean hasDiagnosticEndTime()

Output only. The time diagnostic end.

.google.protobuf.Timestamp diagnostic_end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the diagnosticEndTime field is set.

hasDiagnosticStartTime()

public abstract boolean hasDiagnosticStartTime()

Output only. The time diagnostic start.

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

Returns
Type Description
boolean

Whether the diagnosticStartTime field is set.