Package com.google.container.v1
Class Operation
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.container.v1.Operation
-
- All Implemented Interfaces:
OperationOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class Operation extends com.google.protobuf.GeneratedMessageV3 implements OperationOrBuilder
This operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.
Protobuf typegoogle.container.v1.Operation
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Operation.Builder
This operation resource represents operations that may have happened or are happening on the cluster.static class
Operation.Status
Current status of the operation.static class
Operation.Type
Operation type categorizes the operation.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLUSTER_CONDITIONS_FIELD_NUMBER
static int
DETAIL_FIELD_NUMBER
static int
END_TIME_FIELD_NUMBER
static int
ERROR_FIELD_NUMBER
static int
LOCATION_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
NODEPOOL_CONDITIONS_FIELD_NUMBER
static int
OPERATION_TYPE_FIELD_NUMBER
static int
PROGRESS_FIELD_NUMBER
static int
SELF_LINK_FIELD_NUMBER
static int
START_TIME_FIELD_NUMBER
static int
STATUS_FIELD_NUMBER
static int
STATUS_MESSAGE_FIELD_NUMBER
static int
TARGET_LINK_FIELD_NUMBER
static int
ZONE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
StatusCondition
getClusterConditions(int index)
Deprecated.int
getClusterConditionsCount()
Deprecated.List<StatusCondition>
getClusterConditionsList()
Deprecated.StatusConditionOrBuilder
getClusterConditionsOrBuilder(int index)
Deprecated.List<? extends StatusConditionOrBuilder>
getClusterConditionsOrBuilderList()
Deprecated.static Operation
getDefaultInstance()
Operation
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getDetail()
Detailed operation progress, if available.com.google.protobuf.ByteString
getDetailBytes()
Detailed operation progress, if available.String
getEndTime()
[Output only] The time the operation completed, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.com.google.protobuf.ByteString
getEndTimeBytes()
[Output only] The time the operation completed, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.com.google.rpc.Status
getError()
The error result of the operation in case of failure.com.google.rpc.StatusOrBuilder
getErrorOrBuilder()
The error result of the operation in case of failure.String
getLocation()
[Output only] The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.com.google.protobuf.ByteString
getLocationBytes()
[Output only] The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.String
getName()
The server-assigned ID for the operation.com.google.protobuf.ByteString
getNameBytes()
The server-assigned ID for the operation.StatusCondition
getNodepoolConditions(int index)
Deprecated.int
getNodepoolConditionsCount()
Deprecated.List<StatusCondition>
getNodepoolConditionsList()
Deprecated.StatusConditionOrBuilder
getNodepoolConditionsOrBuilder(int index)
Deprecated.List<? extends StatusConditionOrBuilder>
getNodepoolConditionsOrBuilderList()
Deprecated.Operation.Type
getOperationType()
The operation type.int
getOperationTypeValue()
The operation type.com.google.protobuf.Parser<Operation>
getParserForType()
OperationProgress
getProgress()
Output only.OperationProgressOrBuilder
getProgressOrBuilder()
Output only.String
getSelfLink()
Server-defined URI for the operation.com.google.protobuf.ByteString
getSelfLinkBytes()
Server-defined URI for the operation.int
getSerializedSize()
String
getStartTime()
[Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.com.google.protobuf.ByteString
getStartTimeBytes()
[Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.Operation.Status
getStatus()
The current status of the operation.String
getStatusMessage()
Deprecated.google.container.v1.Operation.status_message is deprecated.com.google.protobuf.ByteString
getStatusMessageBytes()
Deprecated.google.container.v1.Operation.status_message is deprecated.int
getStatusValue()
The current status of the operation.String
getTargetLink()
Server-defined URI for the target of the operation.com.google.protobuf.ByteString
getTargetLinkBytes()
Server-defined URI for the target of the operation.String
getZone()
Deprecated.google.container.v1.Operation.zone is deprecated.com.google.protobuf.ByteString
getZoneBytes()
Deprecated.google.container.v1.Operation.zone is deprecated.boolean
hasError()
The error result of the operation in case of failure.int
hashCode()
boolean
hasProgress()
Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Operation.Builder
newBuilder()
static Operation.Builder
newBuilder(Operation prototype)
Operation.Builder
newBuilderForType()
protected Operation.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Operation
parseDelimitedFrom(InputStream input)
static Operation
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Operation
parseFrom(byte[] data)
static Operation
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Operation
parseFrom(com.google.protobuf.ByteString data)
static Operation
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Operation
parseFrom(com.google.protobuf.CodedInputStream input)
static Operation
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Operation
parseFrom(InputStream input)
static Operation
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Operation
parseFrom(ByteBuffer data)
static Operation
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Operation>
parser()
Operation.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ZONE_FIELD_NUMBER
public static final int ZONE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPERATION_TYPE_FIELD_NUMBER
public static final int OPERATION_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DETAIL_FIELD_NUMBER
public static final int DETAIL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATUS_MESSAGE_FIELD_NUMBER
public static final int STATUS_MESSAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SELF_LINK_FIELD_NUMBER
public static final int SELF_LINK_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TARGET_LINK_FIELD_NUMBER
public static final int TARGET_LINK_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PROGRESS_FIELD_NUMBER
public static final int PROGRESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLUSTER_CONDITIONS_FIELD_NUMBER
public static final int CLUSTER_CONDITIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NODEPOOL_CONDITIONS_FIELD_NUMBER
public static final int NODEPOOL_CONDITIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getName
public String getName()
The server-assigned ID for the operation.
string name = 1;
- Specified by:
getName
in interfaceOperationOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The server-assigned ID for the operation.
string name = 1;
- Specified by:
getNameBytes
in interfaceOperationOrBuilder
- Returns:
- The bytes for name.
-
getZone
@Deprecated public String getZone()
Deprecated.google.container.v1.Operation.zone is deprecated. See google/container/v1/cluster_service.proto;l=2425The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
string zone = 2 [deprecated = true];
- Specified by:
getZone
in interfaceOperationOrBuilder
- Returns:
- The zone.
-
getZoneBytes
@Deprecated public com.google.protobuf.ByteString getZoneBytes()
Deprecated.google.container.v1.Operation.zone is deprecated. See google/container/v1/cluster_service.proto;l=2425The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
string zone = 2 [deprecated = true];
- Specified by:
getZoneBytes
in interfaceOperationOrBuilder
- Returns:
- The bytes for zone.
-
getOperationTypeValue
public int getOperationTypeValue()
The operation type.
.google.container.v1.Operation.Type operation_type = 3;
- Specified by:
getOperationTypeValue
in interfaceOperationOrBuilder
- Returns:
- The enum numeric value on the wire for operationType.
-
getOperationType
public Operation.Type getOperationType()
The operation type.
.google.container.v1.Operation.Type operation_type = 3;
- Specified by:
getOperationType
in interfaceOperationOrBuilder
- Returns:
- The operationType.
-
getStatusValue
public int getStatusValue()
The current status of the operation.
.google.container.v1.Operation.Status status = 4;
- Specified by:
getStatusValue
in interfaceOperationOrBuilder
- Returns:
- The enum numeric value on the wire for status.
-
getStatus
public Operation.Status getStatus()
The current status of the operation.
.google.container.v1.Operation.Status status = 4;
- Specified by:
getStatus
in interfaceOperationOrBuilder
- Returns:
- The status.
-
getDetail
public String getDetail()
Detailed operation progress, if available.
string detail = 8;
- Specified by:
getDetail
in interfaceOperationOrBuilder
- Returns:
- The detail.
-
getDetailBytes
public com.google.protobuf.ByteString getDetailBytes()
Detailed operation progress, if available.
string detail = 8;
- Specified by:
getDetailBytes
in interfaceOperationOrBuilder
- Returns:
- The bytes for detail.
-
getStatusMessage
@Deprecated public String getStatusMessage()
Deprecated.google.container.v1.Operation.status_message is deprecated. See google/container/v1/cluster_service.proto;l=2438Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
string status_message = 5 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getStatusMessage
in interfaceOperationOrBuilder
- Returns:
- The statusMessage.
-
getStatusMessageBytes
@Deprecated public com.google.protobuf.ByteString getStatusMessageBytes()
Deprecated.google.container.v1.Operation.status_message is deprecated. See google/container/v1/cluster_service.proto;l=2438Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
string status_message = 5 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getStatusMessageBytes
in interfaceOperationOrBuilder
- Returns:
- The bytes for statusMessage.
-
getSelfLink
public String getSelfLink()
Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
string self_link = 6;
- Specified by:
getSelfLink
in interfaceOperationOrBuilder
- Returns:
- The selfLink.
-
getSelfLinkBytes
public com.google.protobuf.ByteString getSelfLinkBytes()
Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
string self_link = 6;
- Specified by:
getSelfLinkBytes
in interfaceOperationOrBuilder
- Returns:
- The bytes for selfLink.
-
getTargetLink
public String getTargetLink()
Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
string target_link = 7;
- Specified by:
getTargetLink
in interfaceOperationOrBuilder
- Returns:
- The targetLink.
-
getTargetLinkBytes
public com.google.protobuf.ByteString getTargetLinkBytes()
Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
string target_link = 7;
- Specified by:
getTargetLinkBytes
in interfaceOperationOrBuilder
- Returns:
- The bytes for targetLink.
-
getLocation
public String getLocation()
[Output only] The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.
string location = 9;
- Specified by:
getLocation
in interfaceOperationOrBuilder
- Returns:
- The location.
-
getLocationBytes
public com.google.protobuf.ByteString getLocationBytes()
[Output only] The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.
string location = 9;
- Specified by:
getLocationBytes
in interfaceOperationOrBuilder
- Returns:
- The bytes for location.
-
getStartTime
public String getStartTime()
[Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
string start_time = 10;
- Specified by:
getStartTime
in interfaceOperationOrBuilder
- Returns:
- The startTime.
-
getStartTimeBytes
public com.google.protobuf.ByteString getStartTimeBytes()
[Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
string start_time = 10;
- Specified by:
getStartTimeBytes
in interfaceOperationOrBuilder
- Returns:
- The bytes for startTime.
-
getEndTime
public String getEndTime()
[Output only] The time the operation completed, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
string end_time = 11;
- Specified by:
getEndTime
in interfaceOperationOrBuilder
- Returns:
- The endTime.
-
getEndTimeBytes
public com.google.protobuf.ByteString getEndTimeBytes()
[Output only] The time the operation completed, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
string end_time = 11;
- Specified by:
getEndTimeBytes
in interfaceOperationOrBuilder
- Returns:
- The bytes for endTime.
-
hasProgress
public boolean hasProgress()
Output only. [Output only] Progress information for an operation.
.google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasProgress
in interfaceOperationOrBuilder
- Returns:
- Whether the progress field is set.
-
getProgress
public OperationProgress getProgress()
Output only. [Output only] Progress information for an operation.
.google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getProgress
in interfaceOperationOrBuilder
- Returns:
- The progress.
-
getProgressOrBuilder
public OperationProgressOrBuilder getProgressOrBuilder()
Output only. [Output only] Progress information for an operation.
.google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getProgressOrBuilder
in interfaceOperationOrBuilder
-
getClusterConditionsList
@Deprecated public List<StatusCondition> getClusterConditionsList()
Deprecated.Which conditions caused the current cluster state. Deprecated. Use field error instead.
repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
- Specified by:
getClusterConditionsList
in interfaceOperationOrBuilder
-
getClusterConditionsOrBuilderList
@Deprecated public List<? extends StatusConditionOrBuilder> getClusterConditionsOrBuilderList()
Deprecated.Which conditions caused the current cluster state. Deprecated. Use field error instead.
repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
- Specified by:
getClusterConditionsOrBuilderList
in interfaceOperationOrBuilder
-
getClusterConditionsCount
@Deprecated public int getClusterConditionsCount()
Deprecated.Which conditions caused the current cluster state. Deprecated. Use field error instead.
repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
- Specified by:
getClusterConditionsCount
in interfaceOperationOrBuilder
-
getClusterConditions
@Deprecated public StatusCondition getClusterConditions(int index)
Deprecated.Which conditions caused the current cluster state. Deprecated. Use field error instead.
repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
- Specified by:
getClusterConditions
in interfaceOperationOrBuilder
-
getClusterConditionsOrBuilder
@Deprecated public StatusConditionOrBuilder getClusterConditionsOrBuilder(int index)
Deprecated.Which conditions caused the current cluster state. Deprecated. Use field error instead.
repeated .google.container.v1.StatusCondition cluster_conditions = 13 [deprecated = true];
- Specified by:
getClusterConditionsOrBuilder
in interfaceOperationOrBuilder
-
getNodepoolConditionsList
@Deprecated public List<StatusCondition> getNodepoolConditionsList()
Deprecated.Which conditions caused the current node pool state. Deprecated. Use field error instead.
repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
- Specified by:
getNodepoolConditionsList
in interfaceOperationOrBuilder
-
getNodepoolConditionsOrBuilderList
@Deprecated public List<? extends StatusConditionOrBuilder> getNodepoolConditionsOrBuilderList()
Deprecated.Which conditions caused the current node pool state. Deprecated. Use field error instead.
repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
- Specified by:
getNodepoolConditionsOrBuilderList
in interfaceOperationOrBuilder
-
getNodepoolConditionsCount
@Deprecated public int getNodepoolConditionsCount()
Deprecated.Which conditions caused the current node pool state. Deprecated. Use field error instead.
repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
- Specified by:
getNodepoolConditionsCount
in interfaceOperationOrBuilder
-
getNodepoolConditions
@Deprecated public StatusCondition getNodepoolConditions(int index)
Deprecated.Which conditions caused the current node pool state. Deprecated. Use field error instead.
repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
- Specified by:
getNodepoolConditions
in interfaceOperationOrBuilder
-
getNodepoolConditionsOrBuilder
@Deprecated public StatusConditionOrBuilder getNodepoolConditionsOrBuilder(int index)
Deprecated.Which conditions caused the current node pool state. Deprecated. Use field error instead.
repeated .google.container.v1.StatusCondition nodepool_conditions = 14 [deprecated = true];
- Specified by:
getNodepoolConditionsOrBuilder
in interfaceOperationOrBuilder
-
hasError
public boolean hasError()
The error result of the operation in case of failure.
.google.rpc.Status error = 15;
- Specified by:
hasError
in interfaceOperationOrBuilder
- Returns:
- Whether the error field is set.
-
getError
public com.google.rpc.Status getError()
The error result of the operation in case of failure.
.google.rpc.Status error = 15;
- Specified by:
getError
in interfaceOperationOrBuilder
- Returns:
- The error.
-
getErrorOrBuilder
public com.google.rpc.StatusOrBuilder getErrorOrBuilder()
The error result of the operation in case of failure.
.google.rpc.Status error = 15;
- Specified by:
getErrorOrBuilder
in interfaceOperationOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Operation parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Operation parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Operation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Operation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Operation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Operation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Operation parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Operation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Operation parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Operation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Operation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Operation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Operation.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Operation.Builder newBuilder()
-
newBuilder
public static Operation.Builder newBuilder(Operation prototype)
-
toBuilder
public Operation.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Operation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Operation getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Operation> parser()
-
getParserForType
public com.google.protobuf.Parser<Operation> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Operation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-