Send feedback
Class VerifyJobRun (1.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.14.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 Type Description int
BUILD_FIELD_NUMBER
public static final int BUILD_FIELD_NUMBER
Field Value Type Description int
EVENT_LOG_PATH_FIELD_NUMBER
public static final int EVENT_LOG_PATH_FIELD_NUMBER
Field Value Type Description int
FAILURE_CAUSE_FIELD_NUMBER
public static final int FAILURE_CAUSE_FIELD_NUMBER
Field Value Type Description int
FAILURE_MESSAGE_FIELD_NUMBER
public static final int FAILURE_MESSAGE_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static VerifyJobRun getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static VerifyJobRun . Builder newBuilder ()
newBuilder(VerifyJobRun prototype)
public static VerifyJobRun . Builder newBuilder ( VerifyJobRun prototype )
public static VerifyJobRun parseDelimitedFrom ( InputStream input )
public static VerifyJobRun parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static VerifyJobRun parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VerifyJobRun parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static VerifyJobRun parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VerifyJobRun parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static VerifyJobRun parseFrom ( CodedInputStream input )
public static VerifyJobRun parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static VerifyJobRun parseFrom ( InputStream input )
public static VerifyJobRun parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static VerifyJobRun parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static VerifyJobRun parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<VerifyJobRun> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
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 Type Description ByteString
The bytes for build.
getDefaultInstanceForType()
public VerifyJobRun getDefaultInstanceForType ()
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];
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 ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public VerifyJobRun . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected VerifyJobRun . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public VerifyJobRun . Builder toBuilder ()
writeTo(CodedOutputStream output)
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-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."],[],[]]