- 3.78.0 (latest)
- 3.77.0
- 3.76.0
- 3.75.0
- 3.74.0
- 3.72.0
- 3.70.0
- 3.69.0
- 3.66.0
- 3.65.0
- 3.64.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.6
- 3.4.1
- 3.3.12
public static final class InstallationState.Builder extends GeneratedMessageV3.Builder<InstallationState.Builder> implements InstallationStateOrBuilderDescribes 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > InstallationState.BuilderImplements
InstallationStateOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InstallationState.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | |
build()
public InstallationState build()| Returns | |
|---|---|
| Type | Description | 
| InstallationState | |
buildPartial()
public InstallationState buildPartial()| Returns | |
|---|---|
| Type | Description | 
| InstallationState | |
clear()
public InstallationState.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | |
clearActionUri()
public InstallationState.Builder clearActionUri()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 | 
| InstallationState.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public InstallationState.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | |
clearMessage()
public InstallationState.Builder clearMessage()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 | 
| InstallationState.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public InstallationState.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | |
clearStage()
public InstallationState.Builder clearStage()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 | 
| InstallationState.Builder | This builder for chaining. | 
clone()
public InstallationState.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | |
getActionUri()
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. | 
getActionUriBytes()
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 | |
|---|---|
| Type | Description | 
| ByteString | The bytes for actionUri. | 
getDefaultInstanceForType()
public InstallationState getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| InstallationState | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getMessage()
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. | 
getMessageBytes()
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 | |
|---|---|
| Type | Description | 
| ByteString | The bytes for message. | 
getStage()
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 | |
|---|---|
| Type | Description | 
| InstallationState.Stage | The stage. | 
getStageValue()
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. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(InstallationState other)
public InstallationState.Builder mergeFrom(InstallationState other)| Parameter | |
|---|---|
| Name | Description | 
| other | InstallationState | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InstallationState.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public InstallationState.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InstallationState.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | |
setActionUri(String value)
public InstallationState.Builder setActionUri(String value)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];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe actionUri to set. | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | This builder for chaining. | 
setActionUriBytes(ByteString value)
public InstallationState.Builder setActionUriBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for actionUri to set. | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public InstallationState.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | |
setMessage(String value)
public InstallationState.Builder setMessage(String value)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];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe message to set. | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | This builder for chaining. | 
setMessageBytes(ByteString value)
public InstallationState.Builder setMessageBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for message to set. | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InstallationState.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | |
setStage(InstallationState.Stage value)
public InstallationState.Builder setStage(InstallationState.Stage value)Output only. Current step of the installation process.
 
 .google.devtools.cloudbuild.v2.InstallationState.Stage stage = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | InstallationState.StageThe stage to set. | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | This builder for chaining. | 
setStageValue(int value)
public InstallationState.Builder setStageValue(int value)Output only. Current step of the installation process.
 
 .google.devtools.cloudbuild.v2.InstallationState.Stage stage = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for stage to set. | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final InstallationState.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| InstallationState.Builder | |