Class DeploymentDiagnosticData.Builder (0.42.0)

public static final class DeploymentDiagnosticData.Builder extends GeneratedMessage.Builder<DeploymentDiagnosticData.Builder> implements DeploymentDiagnosticDataOrBuilder

The deployment diagnostic data.

Protobuf type google.cloud.oracledatabase.v1.DeploymentDiagnosticData

Static Methods

getDescriptor()

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

Methods

build()

public DeploymentDiagnosticData build()
Returns
Type Description
DeploymentDiagnosticData

buildPartial()

public DeploymentDiagnosticData buildPartial()
Returns
Type Description
DeploymentDiagnosticData

clear()

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

clearBucket()

public DeploymentDiagnosticData.Builder clearBucket()

Output only. The bucket name.

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

Returns
Type Description
DeploymentDiagnosticData.Builder

This builder for chaining.

clearDiagnosticEndTime()

public DeploymentDiagnosticData.Builder clearDiagnosticEndTime()

Output only. The time diagnostic end.

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

Returns
Type Description
DeploymentDiagnosticData.Builder

clearDiagnosticStartTime()

public DeploymentDiagnosticData.Builder clearDiagnosticStartTime()

Output only. The time diagnostic start.

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

Returns
Type Description
DeploymentDiagnosticData.Builder

clearDiagnosticState()

public DeploymentDiagnosticData.Builder clearDiagnosticState()

Output only. The diagnostic state.

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

Returns
Type Description
DeploymentDiagnosticData.Builder

This builder for chaining.

clearNamespace()

public DeploymentDiagnosticData.Builder clearNamespace()

Output only. The namespace name.

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

Returns
Type Description
DeploymentDiagnosticData.Builder

This builder for chaining.

clearObject()

public DeploymentDiagnosticData.Builder clearObject()

Output only. The object name.

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

Returns
Type Description
DeploymentDiagnosticData.Builder

This builder for chaining.

getBucket()

public String getBucket()

Output only. The bucket name.

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

Returns
Type Description
String

The bucket.

getBucketBytes()

public ByteString getBucketBytes()

Output only. The bucket name.

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

Returns
Type Description
ByteString

The bytes for bucket.

getDefaultInstanceForType()

public DeploymentDiagnosticData getDefaultInstanceForType()
Returns
Type Description
DeploymentDiagnosticData

getDescriptorForType()

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

getDiagnosticEndTime()

public 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.

getDiagnosticEndTimeBuilder()

public Timestamp.Builder getDiagnosticEndTimeBuilder()

Output only. The time diagnostic end.

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

Returns
Type Description
Builder

getDiagnosticEndTimeOrBuilder()

public 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 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.

getDiagnosticStartTimeBuilder()

public Timestamp.Builder getDiagnosticStartTimeBuilder()

Output only. The time diagnostic start.

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

Returns
Type Description
Builder

getDiagnosticStartTimeOrBuilder()

public 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 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 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 String getNamespace()

Output only. The namespace name.

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

Returns
Type Description
String

The namespace.

getNamespaceBytes()

public 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 String getObject()

Output only. The object name.

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

Returns
Type Description
String

The object.

getObjectBytes()

public 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 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 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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeDiagnosticEndTime(Timestamp value)

public DeploymentDiagnosticData.Builder mergeDiagnosticEndTime(Timestamp value)

Output only. The time diagnostic end.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
DeploymentDiagnosticData.Builder

mergeDiagnosticStartTime(Timestamp value)

public DeploymentDiagnosticData.Builder mergeDiagnosticStartTime(Timestamp value)

Output only. The time diagnostic start.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
DeploymentDiagnosticData.Builder

mergeFrom(DeploymentDiagnosticData other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setBucket(String value)

public DeploymentDiagnosticData.Builder setBucket(String value)

Output only. The bucket name.

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

Parameter
Name Description
value String

The bucket to set.

Returns
Type Description
DeploymentDiagnosticData.Builder

This builder for chaining.

setBucketBytes(ByteString value)

public DeploymentDiagnosticData.Builder setBucketBytes(ByteString value)

Output only. The bucket name.

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

Parameter
Name Description
value ByteString

The bytes for bucket to set.

Returns
Type Description
DeploymentDiagnosticData.Builder

This builder for chaining.

setDiagnosticEndTime(Timestamp value)

public DeploymentDiagnosticData.Builder setDiagnosticEndTime(Timestamp value)

Output only. The time diagnostic end.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
DeploymentDiagnosticData.Builder

setDiagnosticEndTime(Timestamp.Builder builderForValue)

public DeploymentDiagnosticData.Builder setDiagnosticEndTime(Timestamp.Builder builderForValue)

Output only. The time diagnostic end.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DeploymentDiagnosticData.Builder

setDiagnosticStartTime(Timestamp value)

public DeploymentDiagnosticData.Builder setDiagnosticStartTime(Timestamp value)

Output only. The time diagnostic start.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
DeploymentDiagnosticData.Builder

setDiagnosticStartTime(Timestamp.Builder builderForValue)

public DeploymentDiagnosticData.Builder setDiagnosticStartTime(Timestamp.Builder builderForValue)

Output only. The time diagnostic start.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DeploymentDiagnosticData.Builder

setDiagnosticState(DeploymentDiagnosticData.DiagnosticState value)

public DeploymentDiagnosticData.Builder setDiagnosticState(DeploymentDiagnosticData.DiagnosticState value)

Output only. The diagnostic state.

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

Parameter
Name Description
value DeploymentDiagnosticData.DiagnosticState

The diagnosticState to set.

Returns
Type Description
DeploymentDiagnosticData.Builder

This builder for chaining.

setDiagnosticStateValue(int value)

public DeploymentDiagnosticData.Builder setDiagnosticStateValue(int value)

Output only. The diagnostic state.

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

Parameter
Name Description
value int

The enum numeric value on the wire for diagnosticState to set.

Returns
Type Description
DeploymentDiagnosticData.Builder

This builder for chaining.

setNamespace(String value)

public DeploymentDiagnosticData.Builder setNamespace(String value)

Output only. The namespace name.

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

Parameter
Name Description
value String

The namespace to set.

Returns
Type Description
DeploymentDiagnosticData.Builder

This builder for chaining.

setNamespaceBytes(ByteString value)

public DeploymentDiagnosticData.Builder setNamespaceBytes(ByteString value)

Output only. The namespace name.

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

Parameter
Name Description
value ByteString

The bytes for namespace to set.

Returns
Type Description
DeploymentDiagnosticData.Builder

This builder for chaining.

setObject(String value)

public DeploymentDiagnosticData.Builder setObject(String value)

Output only. The object name.

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

Parameter
Name Description
value String

The object to set.

Returns
Type Description
DeploymentDiagnosticData.Builder

This builder for chaining.

setObjectBytes(ByteString value)

public DeploymentDiagnosticData.Builder setObjectBytes(ByteString value)

Output only. The object name.

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

Parameter
Name Description
value ByteString

The bytes for object to set.

Returns
Type Description
DeploymentDiagnosticData.Builder

This builder for chaining.