Interface ReleaseConfig.ScheduledReleaseRecordOrBuilder (0.35.0)

public static interface ReleaseConfig.ScheduledReleaseRecordOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompilationResult()

public abstract String getCompilationResult()

The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.

string compilation_result = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The compilationResult.

getCompilationResultBytes()

public abstract ByteString getCompilationResultBytes()

The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.

string compilation_result = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for compilationResult.

getErrorStatus()

public abstract Status getErrorStatus()

The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.

.google.rpc.Status error_status = 3;

Returns
TypeDescription
com.google.rpc.Status

The errorStatus.

getErrorStatusOrBuilder()

public abstract StatusOrBuilder getErrorStatusOrBuilder()

The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.

.google.rpc.Status error_status = 3;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getReleaseTime()

public abstract Timestamp getReleaseTime()

The timestamp of this release attempt.

.google.protobuf.Timestamp release_time = 1;

Returns
TypeDescription
Timestamp

The releaseTime.

getReleaseTimeOrBuilder()

public abstract TimestampOrBuilder getReleaseTimeOrBuilder()

The timestamp of this release attempt.

.google.protobuf.Timestamp release_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getResultCase()

public abstract ReleaseConfig.ScheduledReleaseRecord.ResultCase getResultCase()
Returns
TypeDescription
ReleaseConfig.ScheduledReleaseRecord.ResultCase

hasCompilationResult()

public abstract boolean hasCompilationResult()

The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.

string compilation_result = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
boolean

Whether the compilationResult field is set.

hasErrorStatus()

public abstract boolean hasErrorStatus()

The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.

.google.rpc.Status error_status = 3;

Returns
TypeDescription
boolean

Whether the errorStatus field is set.

hasReleaseTime()

public abstract boolean hasReleaseTime()

The timestamp of this release attempt.

.google.protobuf.Timestamp release_time = 1;

Returns
TypeDescription
boolean

Whether the releaseTime field is set.