public static interface ReleaseConfig.ScheduledReleaseRecordOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getReleaseTime()
public abstract Timestamp getReleaseTime()Output only. The timestamp of this release attempt.
.google.protobuf.Timestamp release_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The releaseTime. |
getReleaseTimeOrBuilder()
public abstract TimestampOrBuilder getReleaseTimeOrBuilder()Output only. The timestamp of this release attempt.
.google.protobuf.Timestamp release_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getResultCase()
public abstract ReleaseConfig.ScheduledReleaseRecord.ResultCase getResultCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the errorStatus field is set. |
hasReleaseTime()
public abstract boolean hasReleaseTime()Output only. The timestamp of this release attempt.
.google.protobuf.Timestamp release_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the releaseTime field is set. |