public final class InstallationState extends GeneratedMessageV3 implements InstallationStateOrBuilder
Describes stage and necessary actions to be taken by the
user to complete the installation. Used for GitHub and GitHub Enterprise
based connections.
Protobuf type google.devtools.cloudbuild.v2.InstallationState
Static Fields
public static final int ACTION_URI_FIELD_NUMBER
Field Value
public static final int MESSAGE_FIELD_NUMBER
Field Value
public static final int STAGE_FIELD_NUMBER
Field Value
Static Methods
public static InstallationState getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static InstallationState.Builder newBuilder()
Returns
public static InstallationState.Builder newBuilder(InstallationState prototype)
Parameter
Returns
public static InstallationState parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static InstallationState parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static InstallationState parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static InstallationState parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static InstallationState parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static InstallationState parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static InstallationState parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static InstallationState parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static InstallationState parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static InstallationState parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static InstallationState parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static InstallationState parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<InstallationState> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public String getActionUri()
Output only. Link to follow for next action. Empty string if the
installation is already complete.
string action_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The actionUri.
|
public ByteString getActionUriBytes()
Output only. Link to follow for next action. Empty string if the
installation is already complete.
string action_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public InstallationState getDefaultInstanceForType()
Returns
public String getMessage()
Output only. Message of what the user should do next to continue the
installation. Empty string if the installation is already complete.
string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The message.
|
public ByteString getMessageBytes()
Output only. Message of what the user should do next to continue the
installation. Empty string if the installation is already complete.
string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public Parser<InstallationState> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public InstallationState.Stage getStage()
Output only. Current step of the installation process.
.google.devtools.cloudbuild.v2.InstallationState.Stage stage = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public int getStageValue()
Output only. Current step of the installation process.
.google.devtools.cloudbuild.v2.InstallationState.Stage stage = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
int | The enum numeric value on the wire for stage.
|
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public InstallationState.Builder newBuilderForType()
Returns
protected InstallationState.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public InstallationState.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions