public interface InstallationStateOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getActionUri()
public abstract 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 abstract 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. |
getMessage()
public abstract 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 abstract 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. |