Send feedback
Class VerifyJobRun (1.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.10.0 keyboard_arrow_down
public final class VerifyJobRun extends GeneratedMessageV3 implements VerifyJobRunOrBuilder
VerifyJobRun contains information specific to a verify JobRun
.
Protobuf type google.cloud.deploy.v1.VerifyJobRun
Static Fields
ARTIFACT_URI_FIELD_NUMBER
public static final int ARTIFACT_URI_FIELD_NUMBER
Field Value
BUILD_FIELD_NUMBER
public static final int BUILD_FIELD_NUMBER
Field Value
EVENT_LOG_PATH_FIELD_NUMBER
public static final int EVENT_LOG_PATH_FIELD_NUMBER
Field Value
FAILURE_CAUSE_FIELD_NUMBER
public static final int FAILURE_CAUSE_FIELD_NUMBER
Field Value
FAILURE_MESSAGE_FIELD_NUMBER
public static final int FAILURE_MESSAGE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static VerifyJobRun getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static VerifyJobRun . Builder newBuilder ()
Returns
newBuilder(VerifyJobRun prototype)
public static VerifyJobRun . Builder newBuilder ( VerifyJobRun prototype )
Parameter
Returns
public static VerifyJobRun parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static VerifyJobRun parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static VerifyJobRun parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VerifyJobRun parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static VerifyJobRun parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VerifyJobRun parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static VerifyJobRun parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static VerifyJobRun parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static VerifyJobRun parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static VerifyJobRun parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static VerifyJobRun parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static VerifyJobRun parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<VerifyJobRun> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getArtifactUri()
public String getArtifactUri ()
Output only. URI of a directory containing the verify artifacts. This contains the
Skaffold event log.
string artifact_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description String
The artifactUri.
getArtifactUriBytes()
public ByteString getArtifactUriBytes ()
Output only. URI of a directory containing the verify artifacts. This contains the
Skaffold event log.
string artifact_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description ByteString
The bytes for artifactUri.
getBuild()
Output only. The resource name of the Cloud Build Build
object that is used to verify.
Format is projects/{project}/locations/{location}/builds/{build}.
string build = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns
Type Description String
The build.
getBuildBytes()
public ByteString getBuildBytes ()
Output only. The resource name of the Cloud Build Build
object that is used to verify.
Format is projects/{project}/locations/{location}/builds/{build}.
string build = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns
getDefaultInstanceForType()
public VerifyJobRun getDefaultInstanceForType ()
Returns
getEventLogPath()
public String getEventLogPath ()
Output only. File path of the Skaffold event log relative to the artifact URI.
string event_log_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description String
The eventLogPath.
getEventLogPathBytes()
public ByteString getEventLogPathBytes ()
Output only. File path of the Skaffold event log relative to the artifact URI.
string event_log_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description ByteString
The bytes for eventLogPath.
getFailureCause()
public VerifyJobRun . FailureCause getFailureCause ()
Output only. The reason the verify failed. This will always be unspecified while the
verify is in progress or if it succeeded.
.google.cloud.deploy.v1.VerifyJobRun.FailureCause failure_cause = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getFailureCauseValue()
public int getFailureCauseValue ()
Output only. The reason the verify failed. This will always be unspecified while the
verify is in progress or if it succeeded.
.google.cloud.deploy.v1.VerifyJobRun.FailureCause failure_cause = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description int
The enum numeric value on the wire for failureCause.
getFailureMessage()
public String getFailureMessage ()
Output only. Additional information about the verify failure, if available.
string failure_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description String
The failureMessage.
getFailureMessageBytes()
public ByteString getFailureMessageBytes ()
Output only. Additional information about the verify failure, if available.
string failure_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description ByteString
The bytes for failureMessage.
getParserForType()
public Parser<VerifyJobRun> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public VerifyJobRun . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected VerifyJobRun . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public VerifyJobRun . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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-28 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-28 UTC."],[],[]]