public interface OperatorStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeploymentState |
getDeploymentState()
The state of the Operator's deployment
|
int |
getDeploymentStateValue()
The state of the Operator's deployment
|
InstallError |
getErrors(int index)
Install errors.
|
int |
getErrorsCount()
Install errors.
|
List<InstallError> |
getErrorsList()
Install errors.
|
InstallErrorOrBuilder |
getErrorsOrBuilder(int index)
Install errors.
|
List<? extends InstallErrorOrBuilder> |
getErrorsOrBuilderList()
Install errors.
|
String |
getVersion()
The semenatic version number of the operator
|
com.google.protobuf.ByteString |
getVersionBytes()
The semenatic version number of the operator
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersion()
The semenatic version number of the operator
string version = 1;com.google.protobuf.ByteString getVersionBytes()
The semenatic version number of the operator
string version = 1;int getDeploymentStateValue()
The state of the Operator's deployment
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState deployment_state = 2;
DeploymentState getDeploymentState()
The state of the Operator's deployment
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState deployment_state = 2;
List<InstallError> getErrorsList()
Install errors.
repeated .google.cloud.gkehub.configmanagement.v1alpha.InstallError errors = 3;InstallError getErrors(int index)
Install errors.
repeated .google.cloud.gkehub.configmanagement.v1alpha.InstallError errors = 3;int getErrorsCount()
Install errors.
repeated .google.cloud.gkehub.configmanagement.v1alpha.InstallError errors = 3;List<? extends InstallErrorOrBuilder> getErrorsOrBuilderList()
Install errors.
repeated .google.cloud.gkehub.configmanagement.v1alpha.InstallError errors = 3;InstallErrorOrBuilder getErrorsOrBuilder(int index)
Install errors.
repeated .google.cloud.gkehub.configmanagement.v1alpha.InstallError errors = 3;Copyright © 2024 Google LLC. All rights reserved.