Send feedback
Class ReleaseConfig.ScheduledReleaseRecord (0.34.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.34.0 keyboard_arrow_down
public static final class ReleaseConfig . ScheduledReleaseRecord extends GeneratedMessageV3 implements ReleaseConfig . ScheduledReleaseRecordOrBuilder
A record of an attempt to create a compilation result for this release
config.
Protobuf type google.cloud.dataform.v1beta1.ReleaseConfig.ScheduledReleaseRecord
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int COMPILATION_RESULT_FIELD_NUMBER
Field Value
Type
Description
int
public static final int ERROR_STATUS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int RELEASE_TIME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static ReleaseConfig . ScheduledReleaseRecord getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static ReleaseConfig . ScheduledReleaseRecord . Builder newBuilder ()
public static ReleaseConfig . ScheduledReleaseRecord . Builder newBuilder ( ReleaseConfig . ScheduledReleaseRecord prototype )
public static ReleaseConfig . ScheduledReleaseRecord parseDelimitedFrom ( InputStream input )
public static ReleaseConfig . ScheduledReleaseRecord parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ReleaseConfig . ScheduledReleaseRecord parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static ReleaseConfig . ScheduledReleaseRecord parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static ReleaseConfig . ScheduledReleaseRecord parseFrom ( ByteString data )
public static ReleaseConfig . ScheduledReleaseRecord parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ReleaseConfig . ScheduledReleaseRecord parseFrom ( CodedInputStream input )
public static ReleaseConfig . ScheduledReleaseRecord parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ReleaseConfig . ScheduledReleaseRecord parseFrom ( InputStream input )
public static ReleaseConfig . ScheduledReleaseRecord parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ReleaseConfig . ScheduledReleaseRecord parseFrom ( ByteBuffer data )
public static ReleaseConfig . ScheduledReleaseRecord parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<ReleaseConfig . ScheduledReleaseRecord > parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public 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.
public 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.
public ReleaseConfig . ScheduledReleaseRecord getDefaultInstanceForType ()
public 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.
public 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
public Parser<ReleaseConfig . ScheduledReleaseRecord > getParserForType ()
Overrides
public Timestamp getReleaseTime ()
The timestamp of this release attempt.
.google.protobuf.Timestamp release_time = 1;
Returns
Type
Description
Timestamp
The releaseTime.
public TimestampOrBuilder getReleaseTimeOrBuilder ()
The timestamp of this release attempt.
.google.protobuf.Timestamp release_time = 1;
public ReleaseConfig . ScheduledReleaseRecord . ResultCase getResultCase ()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public 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.
public 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.
public boolean hasReleaseTime ()
The timestamp of this release attempt.
.google.protobuf.Timestamp release_time = 1;
Returns
Type
Description
boolean
Whether the releaseTime field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public ReleaseConfig . ScheduledReleaseRecord . Builder newBuilderForType ()
protected ReleaseConfig . ScheduledReleaseRecord . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public ReleaseConfig . ScheduledReleaseRecord . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]