com.google.cloud.notebooks.v1.GetInstanceHealthResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-notebooks-v1 Show documentation
Show all versions of proto-google-cloud-notebooks-v1 Show documentation
Proto library for google-cloud-notebooks
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/notebooks/v1/service.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.notebooks.v1;
/**
*
*
*
* Response for checking if a notebook instance is healthy.
*
*
* Protobuf type {@code google.cloud.notebooks.v1.GetInstanceHealthResponse}
*/
public final class GetInstanceHealthResponse extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.cloud.notebooks.v1.GetInstanceHealthResponse)
GetInstanceHealthResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use GetInstanceHealthResponse.newBuilder() to construct.
private GetInstanceHealthResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private GetInstanceHealthResponse() {
healthState_ = 0;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new GetInstanceHealthResponse();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.notebooks.v1.NotebooksProto
.internal_static_google_cloud_notebooks_v1_GetInstanceHealthResponse_descriptor;
}
@SuppressWarnings({"rawtypes"})
@java.lang.Override
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(
int number) {
switch (number) {
case 2:
return internalGetHealthInfo();
default:
throw new RuntimeException("Invalid map field number: " + number);
}
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.notebooks.v1.NotebooksProto
.internal_static_google_cloud_notebooks_v1_GetInstanceHealthResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.notebooks.v1.GetInstanceHealthResponse.class,
com.google.cloud.notebooks.v1.GetInstanceHealthResponse.Builder.class);
}
/**
*
*
*
* If an instance is healthy or not.
*
*
* Protobuf enum {@code google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState}
*/
public enum HealthState implements com.google.protobuf.ProtocolMessageEnum {
/**
*
*
*
* The instance substate is unknown.
*
*
* HEALTH_STATE_UNSPECIFIED = 0;
*/
HEALTH_STATE_UNSPECIFIED(0),
/**
*
*
*
* The instance is known to be in an healthy state
* (for example, critical daemons are running)
* Applies to ACTIVE state.
*
*
* HEALTHY = 1;
*/
HEALTHY(1),
/**
*
*
*
* The instance is known to be in an unhealthy state
* (for example, critical daemons are not running)
* Applies to ACTIVE state.
*
*
* UNHEALTHY = 2;
*/
UNHEALTHY(2),
/**
*
*
*
* The instance has not installed health monitoring agent.
* Applies to ACTIVE state.
*
*
* AGENT_NOT_INSTALLED = 3;
*/
AGENT_NOT_INSTALLED(3),
/**
*
*
*
* The instance health monitoring agent is not running.
* Applies to ACTIVE state.
*
*
* AGENT_NOT_RUNNING = 4;
*/
AGENT_NOT_RUNNING(4),
UNRECOGNIZED(-1),
;
/**
*
*
*
* The instance substate is unknown.
*
*
* HEALTH_STATE_UNSPECIFIED = 0;
*/
public static final int HEALTH_STATE_UNSPECIFIED_VALUE = 0;
/**
*
*
*
* The instance is known to be in an healthy state
* (for example, critical daemons are running)
* Applies to ACTIVE state.
*
*
* HEALTHY = 1;
*/
public static final int HEALTHY_VALUE = 1;
/**
*
*
*
* The instance is known to be in an unhealthy state
* (for example, critical daemons are not running)
* Applies to ACTIVE state.
*
*
* UNHEALTHY = 2;
*/
public static final int UNHEALTHY_VALUE = 2;
/**
*
*
*
* The instance has not installed health monitoring agent.
* Applies to ACTIVE state.
*
*
* AGENT_NOT_INSTALLED = 3;
*/
public static final int AGENT_NOT_INSTALLED_VALUE = 3;
/**
*
*
*
* The instance health monitoring agent is not running.
* Applies to ACTIVE state.
*
*
* AGENT_NOT_RUNNING = 4;
*/
public static final int AGENT_NOT_RUNNING_VALUE = 4;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static HealthState valueOf(int value) {
return forNumber(value);
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
*/
public static HealthState forNumber(int value) {
switch (value) {
case 0:
return HEALTH_STATE_UNSPECIFIED;
case 1:
return HEALTHY;
case 2:
return UNHEALTHY;
case 3:
return AGENT_NOT_INSTALLED;
case 4:
return AGENT_NOT_RUNNING;
default:
return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public HealthState findValueByNumber(int number) {
return HealthState.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(ordinal());
}
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
return com.google.cloud.notebooks.v1.GetInstanceHealthResponse.getDescriptor()
.getEnumTypes()
.get(0);
}
private static final HealthState[] VALUES = values();
public static HealthState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private HealthState(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState)
}
public static final int HEALTH_STATE_FIELD_NUMBER = 1;
private int healthState_ = 0;
/**
*
*
*
* Output only. Runtime health_state.
*
*
*
* .google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState health_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The enum numeric value on the wire for healthState.
*/
@java.lang.Override
public int getHealthStateValue() {
return healthState_;
}
/**
*
*
*
* Output only. Runtime health_state.
*
*
*
* .google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState health_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The healthState.
*/
@java.lang.Override
public com.google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState getHealthState() {
com.google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState result =
com.google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState.forNumber(healthState_);
return result == null
? com.google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState.UNRECOGNIZED
: result;
}
public static final int HEALTH_INFO_FIELD_NUMBER = 2;
private static final class HealthInfoDefaultEntryHolder {
static final com.google.protobuf.MapEntry defaultEntry =
com.google.protobuf.MapEntry.newDefaultInstance(
com.google.cloud.notebooks.v1.NotebooksProto
.internal_static_google_cloud_notebooks_v1_GetInstanceHealthResponse_HealthInfoEntry_descriptor,
com.google.protobuf.WireFormat.FieldType.STRING,
"",
com.google.protobuf.WireFormat.FieldType.STRING,
"");
}
@SuppressWarnings("serial")
private com.google.protobuf.MapField healthInfo_;
private com.google.protobuf.MapField internalGetHealthInfo() {
if (healthInfo_ == null) {
return com.google.protobuf.MapField.emptyMapField(HealthInfoDefaultEntryHolder.defaultEntry);
}
return healthInfo_;
}
public int getHealthInfoCount() {
return internalGetHealthInfo().getMap().size();
}
/**
*
*
*
* Output only. Additional information about instance health.
* Example:
* healthInfo": {
* "docker_proxy_agent_status": "1",
* "docker_status": "1",
* "jupyterlab_api_status": "-1",
* "jupyterlab_status": "-1",
* "updated": "2020-10-18 09:40:03.573409"
* }
*
*
* map<string, string> health_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
@java.lang.Override
public boolean containsHealthInfo(java.lang.String key) {
if (key == null) {
throw new NullPointerException("map key");
}
return internalGetHealthInfo().getMap().containsKey(key);
}
/** Use {@link #getHealthInfoMap()} instead. */
@java.lang.Override
@java.lang.Deprecated
public java.util.Map getHealthInfo() {
return getHealthInfoMap();
}
/**
*
*
*
* Output only. Additional information about instance health.
* Example:
* healthInfo": {
* "docker_proxy_agent_status": "1",
* "docker_status": "1",
* "jupyterlab_api_status": "-1",
* "jupyterlab_status": "-1",
* "updated": "2020-10-18 09:40:03.573409"
* }
*
*
* map<string, string> health_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
@java.lang.Override
public java.util.Map getHealthInfoMap() {
return internalGetHealthInfo().getMap();
}
/**
*
*
*
* Output only. Additional information about instance health.
* Example:
* healthInfo": {
* "docker_proxy_agent_status": "1",
* "docker_status": "1",
* "jupyterlab_api_status": "-1",
* "jupyterlab_status": "-1",
* "updated": "2020-10-18 09:40:03.573409"
* }
*
*
* map<string, string> health_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
@java.lang.Override
public /* nullable */ java.lang.String getHealthInfoOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue) {
if (key == null) {
throw new NullPointerException("map key");
}
java.util.Map map = internalGetHealthInfo().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
*
*
*
* Output only. Additional information about instance health.
* Example:
* healthInfo": {
* "docker_proxy_agent_status": "1",
* "docker_status": "1",
* "jupyterlab_api_status": "-1",
* "jupyterlab_status": "-1",
* "updated": "2020-10-18 09:40:03.573409"
* }
*
*
* map<string, string> health_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
@java.lang.Override
public java.lang.String getHealthInfoOrThrow(java.lang.String key) {
if (key == null) {
throw new NullPointerException("map key");
}
java.util.Map map = internalGetHealthInfo().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (healthState_
!= com.google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState
.HEALTH_STATE_UNSPECIFIED
.getNumber()) {
output.writeEnum(1, healthState_);
}
com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
output, internalGetHealthInfo(), HealthInfoDefaultEntryHolder.defaultEntry, 2);
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (healthState_
!= com.google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState
.HEALTH_STATE_UNSPECIFIED
.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, healthState_);
}
for (java.util.Map.Entry entry :
internalGetHealthInfo().getMap().entrySet()) {
com.google.protobuf.MapEntry healthInfo__ =
HealthInfoDefaultEntryHolder.defaultEntry
.newBuilderForType()
.setKey(entry.getKey())
.setValue(entry.getValue())
.build();
size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, healthInfo__);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.google.cloud.notebooks.v1.GetInstanceHealthResponse)) {
return super.equals(obj);
}
com.google.cloud.notebooks.v1.GetInstanceHealthResponse other =
(com.google.cloud.notebooks.v1.GetInstanceHealthResponse) obj;
if (healthState_ != other.healthState_) return false;
if (!internalGetHealthInfo().equals(other.internalGetHealthInfo())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + HEALTH_STATE_FIELD_NUMBER;
hash = (53 * hash) + healthState_;
if (!internalGetHealthInfo().getMap().isEmpty()) {
hash = (37 * hash) + HEALTH_INFO_FIELD_NUMBER;
hash = (53 * hash) + internalGetHealthInfo().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.cloud.notebooks.v1.GetInstanceHealthResponse parseFrom(
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.notebooks.v1.GetInstanceHealthResponse parseFrom(
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.notebooks.v1.GetInstanceHealthResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.notebooks.v1.GetInstanceHealthResponse parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.notebooks.v1.GetInstanceHealthResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.notebooks.v1.GetInstanceHealthResponse parseFrom(
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.notebooks.v1.GetInstanceHealthResponse parseFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.notebooks.v1.GetInstanceHealthResponse parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.notebooks.v1.GetInstanceHealthResponse parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.cloud.notebooks.v1.GetInstanceHealthResponse parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.notebooks.v1.GetInstanceHealthResponse parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.notebooks.v1.GetInstanceHealthResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() {
return newBuilder();
}
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(
com.google.cloud.notebooks.v1.GetInstanceHealthResponse prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
*
*
* Response for checking if a notebook instance is healthy.
*
*
* Protobuf type {@code google.cloud.notebooks.v1.GetInstanceHealthResponse}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.cloud.notebooks.v1.GetInstanceHealthResponse)
com.google.cloud.notebooks.v1.GetInstanceHealthResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.notebooks.v1.NotebooksProto
.internal_static_google_cloud_notebooks_v1_GetInstanceHealthResponse_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(
int number) {
switch (number) {
case 2:
return internalGetHealthInfo();
default:
throw new RuntimeException("Invalid map field number: " + number);
}
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(
int number) {
switch (number) {
case 2:
return internalGetMutableHealthInfo();
default:
throw new RuntimeException("Invalid map field number: " + number);
}
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.notebooks.v1.NotebooksProto
.internal_static_google_cloud_notebooks_v1_GetInstanceHealthResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.notebooks.v1.GetInstanceHealthResponse.class,
com.google.cloud.notebooks.v1.GetInstanceHealthResponse.Builder.class);
}
// Construct using com.google.cloud.notebooks.v1.GetInstanceHealthResponse.newBuilder()
private Builder() {}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
healthState_ = 0;
internalGetMutableHealthInfo().clear();
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.cloud.notebooks.v1.NotebooksProto
.internal_static_google_cloud_notebooks_v1_GetInstanceHealthResponse_descriptor;
}
@java.lang.Override
public com.google.cloud.notebooks.v1.GetInstanceHealthResponse getDefaultInstanceForType() {
return com.google.cloud.notebooks.v1.GetInstanceHealthResponse.getDefaultInstance();
}
@java.lang.Override
public com.google.cloud.notebooks.v1.GetInstanceHealthResponse build() {
com.google.cloud.notebooks.v1.GetInstanceHealthResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.cloud.notebooks.v1.GetInstanceHealthResponse buildPartial() {
com.google.cloud.notebooks.v1.GetInstanceHealthResponse result =
new com.google.cloud.notebooks.v1.GetInstanceHealthResponse(this);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartial0(com.google.cloud.notebooks.v1.GetInstanceHealthResponse result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.healthState_ = healthState_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.healthInfo_ = internalGetHealthInfo();
result.healthInfo_.makeImmutable();
}
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.cloud.notebooks.v1.GetInstanceHealthResponse) {
return mergeFrom((com.google.cloud.notebooks.v1.GetInstanceHealthResponse) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.cloud.notebooks.v1.GetInstanceHealthResponse other) {
if (other == com.google.cloud.notebooks.v1.GetInstanceHealthResponse.getDefaultInstance())
return this;
if (other.healthState_ != 0) {
setHealthStateValue(other.getHealthStateValue());
}
internalGetMutableHealthInfo().mergeFrom(other.internalGetHealthInfo());
bitField0_ |= 0x00000002;
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 8:
{
healthState_ = input.readEnum();
bitField0_ |= 0x00000001;
break;
} // case 8
case 18:
{
com.google.protobuf.MapEntry healthInfo__ =
input.readMessage(
HealthInfoDefaultEntryHolder.defaultEntry.getParserForType(),
extensionRegistry);
internalGetMutableHealthInfo()
.getMutableMap()
.put(healthInfo__.getKey(), healthInfo__.getValue());
bitField0_ |= 0x00000002;
break;
} // case 18
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private int healthState_ = 0;
/**
*
*
*
* Output only. Runtime health_state.
*
*
*
* .google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState health_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The enum numeric value on the wire for healthState.
*/
@java.lang.Override
public int getHealthStateValue() {
return healthState_;
}
/**
*
*
*
* Output only. Runtime health_state.
*
*
*
* .google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState health_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @param value The enum numeric value on the wire for healthState to set.
* @return This builder for chaining.
*/
public Builder setHealthStateValue(int value) {
healthState_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* Output only. Runtime health_state.
*
*
*
* .google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState health_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The healthState.
*/
@java.lang.Override
public com.google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState getHealthState() {
com.google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState result =
com.google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState.forNumber(
healthState_);
return result == null
? com.google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState.UNRECOGNIZED
: result;
}
/**
*
*
*
* Output only. Runtime health_state.
*
*
*
* .google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState health_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @param value The healthState to set.
* @return This builder for chaining.
*/
public Builder setHealthState(
com.google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
healthState_ = value.getNumber();
onChanged();
return this;
}
/**
*
*
*
* Output only. Runtime health_state.
*
*
*
* .google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState health_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return This builder for chaining.
*/
public Builder clearHealthState() {
bitField0_ = (bitField0_ & ~0x00000001);
healthState_ = 0;
onChanged();
return this;
}
private com.google.protobuf.MapField healthInfo_;
private com.google.protobuf.MapField
internalGetHealthInfo() {
if (healthInfo_ == null) {
return com.google.protobuf.MapField.emptyMapField(
HealthInfoDefaultEntryHolder.defaultEntry);
}
return healthInfo_;
}
private com.google.protobuf.MapField
internalGetMutableHealthInfo() {
if (healthInfo_ == null) {
healthInfo_ =
com.google.protobuf.MapField.newMapField(HealthInfoDefaultEntryHolder.defaultEntry);
}
if (!healthInfo_.isMutable()) {
healthInfo_ = healthInfo_.copy();
}
bitField0_ |= 0x00000002;
onChanged();
return healthInfo_;
}
public int getHealthInfoCount() {
return internalGetHealthInfo().getMap().size();
}
/**
*
*
*
* Output only. Additional information about instance health.
* Example:
* healthInfo": {
* "docker_proxy_agent_status": "1",
* "docker_status": "1",
* "jupyterlab_api_status": "-1",
* "jupyterlab_status": "-1",
* "updated": "2020-10-18 09:40:03.573409"
* }
*
*
* map<string, string> health_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
@java.lang.Override
public boolean containsHealthInfo(java.lang.String key) {
if (key == null) {
throw new NullPointerException("map key");
}
return internalGetHealthInfo().getMap().containsKey(key);
}
/** Use {@link #getHealthInfoMap()} instead. */
@java.lang.Override
@java.lang.Deprecated
public java.util.Map getHealthInfo() {
return getHealthInfoMap();
}
/**
*
*
*
* Output only. Additional information about instance health.
* Example:
* healthInfo": {
* "docker_proxy_agent_status": "1",
* "docker_status": "1",
* "jupyterlab_api_status": "-1",
* "jupyterlab_status": "-1",
* "updated": "2020-10-18 09:40:03.573409"
* }
*
*
* map<string, string> health_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
@java.lang.Override
public java.util.Map getHealthInfoMap() {
return internalGetHealthInfo().getMap();
}
/**
*
*
*
* Output only. Additional information about instance health.
* Example:
* healthInfo": {
* "docker_proxy_agent_status": "1",
* "docker_status": "1",
* "jupyterlab_api_status": "-1",
* "jupyterlab_status": "-1",
* "updated": "2020-10-18 09:40:03.573409"
* }
*
*
* map<string, string> health_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
@java.lang.Override
public /* nullable */ java.lang.String getHealthInfoOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue) {
if (key == null) {
throw new NullPointerException("map key");
}
java.util.Map map = internalGetHealthInfo().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
*
*
*
* Output only. Additional information about instance health.
* Example:
* healthInfo": {
* "docker_proxy_agent_status": "1",
* "docker_status": "1",
* "jupyterlab_api_status": "-1",
* "jupyterlab_status": "-1",
* "updated": "2020-10-18 09:40:03.573409"
* }
*
*
* map<string, string> health_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
@java.lang.Override
public java.lang.String getHealthInfoOrThrow(java.lang.String key) {
if (key == null) {
throw new NullPointerException("map key");
}
java.util.Map map = internalGetHealthInfo().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public Builder clearHealthInfo() {
bitField0_ = (bitField0_ & ~0x00000002);
internalGetMutableHealthInfo().getMutableMap().clear();
return this;
}
/**
*
*
*
* Output only. Additional information about instance health.
* Example:
* healthInfo": {
* "docker_proxy_agent_status": "1",
* "docker_status": "1",
* "jupyterlab_api_status": "-1",
* "jupyterlab_status": "-1",
* "updated": "2020-10-18 09:40:03.573409"
* }
*
*
* map<string, string> health_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder removeHealthInfo(java.lang.String key) {
if (key == null) {
throw new NullPointerException("map key");
}
internalGetMutableHealthInfo().getMutableMap().remove(key);
return this;
}
/** Use alternate mutation accessors instead. */
@java.lang.Deprecated
public java.util.Map getMutableHealthInfo() {
bitField0_ |= 0x00000002;
return internalGetMutableHealthInfo().getMutableMap();
}
/**
*
*
*
* Output only. Additional information about instance health.
* Example:
* healthInfo": {
* "docker_proxy_agent_status": "1",
* "docker_status": "1",
* "jupyterlab_api_status": "-1",
* "jupyterlab_status": "-1",
* "updated": "2020-10-18 09:40:03.573409"
* }
*
*
* map<string, string> health_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder putHealthInfo(java.lang.String key, java.lang.String value) {
if (key == null) {
throw new NullPointerException("map key");
}
if (value == null) {
throw new NullPointerException("map value");
}
internalGetMutableHealthInfo().getMutableMap().put(key, value);
bitField0_ |= 0x00000002;
return this;
}
/**
*
*
*
* Output only. Additional information about instance health.
* Example:
* healthInfo": {
* "docker_proxy_agent_status": "1",
* "docker_status": "1",
* "jupyterlab_api_status": "-1",
* "jupyterlab_status": "-1",
* "updated": "2020-10-18 09:40:03.573409"
* }
*
*
* map<string, string> health_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder putAllHealthInfo(java.util.Map values) {
internalGetMutableHealthInfo().getMutableMap().putAll(values);
bitField0_ |= 0x00000002;
return this;
}
@java.lang.Override
public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:google.cloud.notebooks.v1.GetInstanceHealthResponse)
}
// @@protoc_insertion_point(class_scope:google.cloud.notebooks.v1.GetInstanceHealthResponse)
private static final com.google.cloud.notebooks.v1.GetInstanceHealthResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.cloud.notebooks.v1.GetInstanceHealthResponse();
}
public static com.google.cloud.notebooks.v1.GetInstanceHealthResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public GetInstanceHealthResponse parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.google.cloud.notebooks.v1.GetInstanceHealthResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}