public interface OperatorStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeploymentState()
public abstract DeploymentState getDeploymentState()The state of the Operator's deployment
.google.cloud.gkehub.configmanagement.v1.DeploymentState deployment_state = 2;
| Type | Description |
| DeploymentState | The deploymentState. |
getDeploymentStateValue()
public abstract int getDeploymentStateValue()The state of the Operator's deployment
.google.cloud.gkehub.configmanagement.v1.DeploymentState deployment_state = 2;
| Type | Description |
| int | The enum numeric value on the wire for deploymentState. |
getErrors(int index)
public abstract InstallError getErrors(int index)Install errors.
repeated .google.cloud.gkehub.configmanagement.v1.InstallError errors = 3;
| Name | Description |
| index | int |
| Type | Description |
| InstallError |
getErrorsCount()
public abstract int getErrorsCount()Install errors.
repeated .google.cloud.gkehub.configmanagement.v1.InstallError errors = 3;
| Type | Description |
| int |
getErrorsList()
public abstract List<InstallError> getErrorsList()Install errors.
repeated .google.cloud.gkehub.configmanagement.v1.InstallError errors = 3;
| Type | Description |
| List<InstallError> |
getErrorsOrBuilder(int index)
public abstract InstallErrorOrBuilder getErrorsOrBuilder(int index)Install errors.
repeated .google.cloud.gkehub.configmanagement.v1.InstallError errors = 3;
| Name | Description |
| index | int |
| Type | Description |
| InstallErrorOrBuilder |
getErrorsOrBuilderList()
public abstract List<? extends InstallErrorOrBuilder> getErrorsOrBuilderList()Install errors.
repeated .google.cloud.gkehub.configmanagement.v1.InstallError errors = 3;
| Type | Description |
| List<? extends com.google.cloud.gkehub.configmanagement.v1.InstallErrorOrBuilder> |
getVersion()
public abstract String getVersion()The semenatic version number of the operator
string version = 1;
| Type | Description |
| String | The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()The semenatic version number of the operator
string version = 1;
| Type | Description |
| ByteString | The bytes for version. |