Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* 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/parallelstore/v1beta/parallelstore.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.parallelstore.v1beta;
/**
*
*
*
* A Parallelstore instance.
*
*
* Protobuf type {@code google.cloud.parallelstore.v1beta.Instance}
*/
public final class Instance extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.cloud.parallelstore.v1beta.Instance)
InstanceOrBuilder {
private static final long serialVersionUID = 0L;
// Use Instance.newBuilder() to construct.
private Instance(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Instance() {
name_ = "";
description_ = "";
state_ = 0;
daosVersion_ = "";
accessPoints_ = com.google.protobuf.LazyStringArrayList.emptyList();
network_ = "";
reservedIpRange_ = "";
effectiveReservedIpRange_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new Instance();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.parallelstore.v1beta.ParallelstoreProto
.internal_static_google_cloud_parallelstore_v1beta_Instance_descriptor;
}
@SuppressWarnings({"rawtypes"})
@java.lang.Override
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(
int number) {
switch (number) {
case 6:
return internalGetLabels();
default:
throw new RuntimeException("Invalid map field number: " + number);
}
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.parallelstore.v1beta.ParallelstoreProto
.internal_static_google_cloud_parallelstore_v1beta_Instance_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.parallelstore.v1beta.Instance.class,
com.google.cloud.parallelstore.v1beta.Instance.Builder.class);
}
/**
*
*
*
* Represents the different states of a Parallelstore instance.
*
*
* Protobuf enum {@code google.cloud.parallelstore.v1beta.Instance.State}
*/
public enum State implements com.google.protobuf.ProtocolMessageEnum {
/**
*
*
*
*
* STATE_UNSPECIFIED = 0;
*/
public static final int STATE_UNSPECIFIED_VALUE = 0;
/**
*
*
*
* The instance is being created.
*
*
* CREATING = 1;
*/
public static final int CREATING_VALUE = 1;
/**
*
*
*
* The instance is available for use.
*
*
* ACTIVE = 2;
*/
public static final int ACTIVE_VALUE = 2;
/**
*
*
*
* The instance is being deleted.
*
*
* DELETING = 3;
*/
public static final int DELETING_VALUE = 3;
/**
*
*
*
* The instance is not usable.
*
*
* FAILED = 4;
*/
public static final int FAILED_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 State 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 State forNumber(int value) {
switch (value) {
case 0:
return STATE_UNSPECIFIED;
case 1:
return CREATING;
case 2:
return ACTIVE;
case 3:
return DELETING;
case 4:
return FAILED;
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 State findValueByNumber(int number) {
return State.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.parallelstore.v1beta.Instance.getDescriptor().getEnumTypes().get(0);
}
private static final State[] VALUES = values();
public static State 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 State(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:google.cloud.parallelstore.v1beta.Instance.State)
}
private int bitField0_;
public static final int NAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
*
*
*
* Identifier. The resource name of the instance, in the format
* `projects/{project}/locations/{location}/instances/{instance_id}`
*
* Optional. The description of the instance. 2048 characters or less.
*
*
* string description = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for description.
*/
@java.lang.Override
public com.google.protobuf.ByteString getDescriptionBytes() {
java.lang.Object ref = description_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
description_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int STATE_FIELD_NUMBER = 3;
private int state_ = 0;
/**
*
*
*
* Output only. The instance state.
*
*
*
* .google.cloud.parallelstore.v1beta.Instance.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The enum numeric value on the wire for state.
*/
@java.lang.Override
public int getStateValue() {
return state_;
}
/**
*
*
*
* Output only. The instance state.
*
*
*
* .google.cloud.parallelstore.v1beta.Instance.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The state.
*/
@java.lang.Override
public com.google.cloud.parallelstore.v1beta.Instance.State getState() {
com.google.cloud.parallelstore.v1beta.Instance.State result =
com.google.cloud.parallelstore.v1beta.Instance.State.forNumber(state_);
return result == null
? com.google.cloud.parallelstore.v1beta.Instance.State.UNRECOGNIZED
: result;
}
public static final int CREATE_TIME_FIELD_NUMBER = 4;
private com.google.protobuf.Timestamp createTime_;
/**
*
*
*
* Output only. The time when the instance was created.
*
*
* .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the createTime field is set.
*/
@java.lang.Override
public boolean hasCreateTime() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* Output only. The time when the instance was created.
*
* Output only. The time when the instance was updated.
*
*
* .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
@java.lang.Override
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_;
}
public static final int LABELS_FIELD_NUMBER = 6;
private static final class LabelsDefaultEntryHolder {
static final com.google.protobuf.MapEntry defaultEntry =
com.google.protobuf.MapEntry.newDefaultInstance(
com.google.cloud.parallelstore.v1beta.ParallelstoreProto
.internal_static_google_cloud_parallelstore_v1beta_Instance_LabelsEntry_descriptor,
com.google.protobuf.WireFormat.FieldType.STRING,
"",
com.google.protobuf.WireFormat.FieldType.STRING,
"");
}
@SuppressWarnings("serial")
private com.google.protobuf.MapField labels_;
private com.google.protobuf.MapField internalGetLabels() {
if (labels_ == null) {
return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry);
}
return labels_;
}
public int getLabelsCount() {
return internalGetLabels().getMap().size();
}
/**
*
*
*
* Optional. Cloud Labels are a flexible and lightweight mechanism for
* organizing cloud resources into groups that reflect a customer's
* organizational needs and deployment strategies. Cloud Labels can be used to
* filter collections of resources. They can be used to control how resource
* metrics are aggregated. And they can be used as arguments to policy
* management rules (e.g. route, firewall, load balancing, etc.).
*
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z][a-z0-9_-]{0,62}`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `[a-z0-9_-]{0,63}`.
* * No more than 64 labels can be associated with a given resource.
*
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
* If you plan to use labels in your own code, please note that additional
* characters may be allowed in the future. Therefore, you are advised to use
* an internal label representation, such as JSON, which doesn't rely upon
* specific characters being disallowed. For example, representing labels
* as the string: name + "_" + value would prove problematic if we were to
* allow "_" in a future release.
*
*
* map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
*/
@java.lang.Override
public boolean containsLabels(java.lang.String key) {
if (key == null) {
throw new NullPointerException("map key");
}
return internalGetLabels().getMap().containsKey(key);
}
/** Use {@link #getLabelsMap()} instead. */
@java.lang.Override
@java.lang.Deprecated
public java.util.Map getLabels() {
return getLabelsMap();
}
/**
*
*
*
* Optional. Cloud Labels are a flexible and lightweight mechanism for
* organizing cloud resources into groups that reflect a customer's
* organizational needs and deployment strategies. Cloud Labels can be used to
* filter collections of resources. They can be used to control how resource
* metrics are aggregated. And they can be used as arguments to policy
* management rules (e.g. route, firewall, load balancing, etc.).
*
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z][a-z0-9_-]{0,62}`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `[a-z0-9_-]{0,63}`.
* * No more than 64 labels can be associated with a given resource.
*
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
* If you plan to use labels in your own code, please note that additional
* characters may be allowed in the future. Therefore, you are advised to use
* an internal label representation, such as JSON, which doesn't rely upon
* specific characters being disallowed. For example, representing labels
* as the string: name + "_" + value would prove problematic if we were to
* allow "_" in a future release.
*
* Optional. Cloud Labels are a flexible and lightweight mechanism for
* organizing cloud resources into groups that reflect a customer's
* organizational needs and deployment strategies. Cloud Labels can be used to
* filter collections of resources. They can be used to control how resource
* metrics are aggregated. And they can be used as arguments to policy
* management rules (e.g. route, firewall, load balancing, etc.).
*
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z][a-z0-9_-]{0,62}`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `[a-z0-9_-]{0,63}`.
* * No more than 64 labels can be associated with a given resource.
*
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
* If you plan to use labels in your own code, please note that additional
* characters may be allowed in the future. Therefore, you are advised to use
* an internal label representation, such as JSON, which doesn't rely upon
* specific characters being disallowed. For example, representing labels
* as the string: name + "_" + value would prove problematic if we were to
* allow "_" in a future release.
*
* Optional. Cloud Labels are a flexible and lightweight mechanism for
* organizing cloud resources into groups that reflect a customer's
* organizational needs and deployment strategies. Cloud Labels can be used to
* filter collections of resources. They can be used to control how resource
* metrics are aggregated. And they can be used as arguments to policy
* management rules (e.g. route, firewall, load balancing, etc.).
*
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z][a-z0-9_-]{0,62}`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `[a-z0-9_-]{0,63}`.
* * No more than 64 labels can be associated with a given resource.
*
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
* If you plan to use labels in your own code, please note that additional
* characters may be allowed in the future. Therefore, you are advised to use
* an internal label representation, such as JSON, which doesn't rely upon
* specific characters being disallowed. For example, representing labels
* as the string: name + "_" + value would prove problematic if we were to
* allow "_" in a future release.
*
*
* map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
*/
@java.lang.Override
public java.lang.String getLabelsOrThrow(java.lang.String key) {
if (key == null) {
throw new NullPointerException("map key");
}
java.util.Map map = internalGetLabels().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public static final int CAPACITY_GIB_FIELD_NUMBER = 8;
private long capacityGib_ = 0L;
/**
*
*
*
* Required. Immutable. Storage capacity of Parallelstore instance in
* Gibibytes (GiB).
*
*
*
* int64 capacity_gib = 8 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];
*
*
* @return The capacityGib.
*/
@java.lang.Override
public long getCapacityGib() {
return capacityGib_;
}
public static final int DAOS_VERSION_FIELD_NUMBER = 9;
@SuppressWarnings("serial")
private volatile java.lang.Object daosVersion_ = "";
/**
*
*
*
* Output only. The version of DAOS software running in the instance
*
* Output only. The version of DAOS software running in the instance
*
*
* string daos_version = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for daosVersion.
*/
@java.lang.Override
public com.google.protobuf.ByteString getDaosVersionBytes() {
java.lang.Object ref = daosVersion_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
daosVersion_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ACCESS_POINTS_FIELD_NUMBER = 10;
@SuppressWarnings("serial")
private com.google.protobuf.LazyStringArrayList accessPoints_ =
com.google.protobuf.LazyStringArrayList.emptyList();
/**
*
*
*
* Output only. List of access_points.
* Contains a list of IPv4 addresses used for client side configuration.
*
*
* repeated string access_points = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return A list containing the accessPoints.
*/
public com.google.protobuf.ProtocolStringList getAccessPointsList() {
return accessPoints_;
}
/**
*
*
*
* Output only. List of access_points.
* Contains a list of IPv4 addresses used for client side configuration.
*
*
* repeated string access_points = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The count of accessPoints.
*/
public int getAccessPointsCount() {
return accessPoints_.size();
}
/**
*
*
*
* Output only. List of access_points.
* Contains a list of IPv4 addresses used for client side configuration.
*
*
* repeated string access_points = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @param index The index of the element to return.
* @return The accessPoints at the given index.
*/
public java.lang.String getAccessPoints(int index) {
return accessPoints_.get(index);
}
/**
*
*
*
* Output only. List of access_points.
* Contains a list of IPv4 addresses used for client side configuration.
*
*
* repeated string access_points = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @param index The index of the value to return.
* @return The bytes of the accessPoints at the given index.
*/
public com.google.protobuf.ByteString getAccessPointsBytes(int index) {
return accessPoints_.getByteString(index);
}
public static final int NETWORK_FIELD_NUMBER = 11;
@SuppressWarnings("serial")
private volatile java.lang.Object network_ = "";
/**
*
*
*
* Optional. Immutable. The name of the Google Compute Engine
* [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected.
*
* Optional. Immutable. The name of the Google Compute Engine
* [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected.
*
*
*
* string network = 11 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
*
*
* @return The bytes for network.
*/
@java.lang.Override
public com.google.protobuf.ByteString getNetworkBytes() {
java.lang.Object ref = network_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
network_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int RESERVED_IP_RANGE_FIELD_NUMBER = 12;
@SuppressWarnings("serial")
private volatile java.lang.Object reservedIpRange_ = "";
/**
*
*
*
* Optional. Immutable. Contains the id of the allocated IP address range
* associated with the private service access connection for example,
* "test-default" associated with IP range 10.0.0.0/29. If no range id is
* provided all ranges will be considered.
*
* Optional. Immutable. Contains the id of the allocated IP address range
* associated with the private service access connection for example,
* "test-default" associated with IP range 10.0.0.0/29. If no range id is
* provided all ranges will be considered.
*
*
*
* string reserved_ip_range = 12 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
*
*
* @return The bytes for reservedIpRange.
*/
@java.lang.Override
public com.google.protobuf.ByteString getReservedIpRangeBytes() {
java.lang.Object ref = reservedIpRange_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
reservedIpRange_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int EFFECTIVE_RESERVED_IP_RANGE_FIELD_NUMBER = 14;
@SuppressWarnings("serial")
private volatile java.lang.Object effectiveReservedIpRange_ = "";
/**
*
*
*
* Output only. Immutable. Contains the id of the allocated IP address range
* associated with the private service access connection for example,
* "test-default" associated with IP range 10.0.0.0/29. This field is
* populated by the service and and contains the value currently used by the
* service.
*
* Output only. Immutable. Contains the id of the allocated IP address range
* associated with the private service access connection for example,
* "test-default" associated with IP range 10.0.0.0/29. This field is
* populated by the service and and contains the value currently used by the
* service.
*
* Optional. The description of the instance. 2048 characters or less.
*
*
* string description = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @param value The bytes for description to set.
* @return This builder for chaining.
*/
public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
description_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private int state_ = 0;
/**
*
*
*
* Output only. The instance state.
*
*
*
* .google.cloud.parallelstore.v1beta.Instance.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The enum numeric value on the wire for state.
*/
@java.lang.Override
public int getStateValue() {
return state_;
}
/**
*
*
*
* Output only. The instance state.
*
*
*
* .google.cloud.parallelstore.v1beta.Instance.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @param value The enum numeric value on the wire for state to set.
* @return This builder for chaining.
*/
public Builder setStateValue(int value) {
state_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*
*
* Output only. The instance state.
*
*
*
* .google.cloud.parallelstore.v1beta.Instance.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The state.
*/
@java.lang.Override
public com.google.cloud.parallelstore.v1beta.Instance.State getState() {
com.google.cloud.parallelstore.v1beta.Instance.State result =
com.google.cloud.parallelstore.v1beta.Instance.State.forNumber(state_);
return result == null
? com.google.cloud.parallelstore.v1beta.Instance.State.UNRECOGNIZED
: result;
}
/**
*
*
*
* Output only. The instance state.
*
*
*
* .google.cloud.parallelstore.v1beta.Instance.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @param value The state to set.
* @return This builder for chaining.
*/
public Builder setState(com.google.cloud.parallelstore.v1beta.Instance.State value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000004;
state_ = value.getNumber();
onChanged();
return this;
}
/**
*
*
*
* Optional. Cloud Labels are a flexible and lightweight mechanism for
* organizing cloud resources into groups that reflect a customer's
* organizational needs and deployment strategies. Cloud Labels can be used to
* filter collections of resources. They can be used to control how resource
* metrics are aggregated. And they can be used as arguments to policy
* management rules (e.g. route, firewall, load balancing, etc.).
*
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z][a-z0-9_-]{0,62}`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `[a-z0-9_-]{0,63}`.
* * No more than 64 labels can be associated with a given resource.
*
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
* If you plan to use labels in your own code, please note that additional
* characters may be allowed in the future. Therefore, you are advised to use
* an internal label representation, such as JSON, which doesn't rely upon
* specific characters being disallowed. For example, representing labels
* as the string: name + "_" + value would prove problematic if we were to
* allow "_" in a future release.
*
*
* map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
*/
@java.lang.Override
public boolean containsLabels(java.lang.String key) {
if (key == null) {
throw new NullPointerException("map key");
}
return internalGetLabels().getMap().containsKey(key);
}
/** Use {@link #getLabelsMap()} instead. */
@java.lang.Override
@java.lang.Deprecated
public java.util.Map getLabels() {
return getLabelsMap();
}
/**
*
*
*
* Optional. Cloud Labels are a flexible and lightweight mechanism for
* organizing cloud resources into groups that reflect a customer's
* organizational needs and deployment strategies. Cloud Labels can be used to
* filter collections of resources. They can be used to control how resource
* metrics are aggregated. And they can be used as arguments to policy
* management rules (e.g. route, firewall, load balancing, etc.).
*
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z][a-z0-9_-]{0,62}`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `[a-z0-9_-]{0,63}`.
* * No more than 64 labels can be associated with a given resource.
*
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
* If you plan to use labels in your own code, please note that additional
* characters may be allowed in the future. Therefore, you are advised to use
* an internal label representation, such as JSON, which doesn't rely upon
* specific characters being disallowed. For example, representing labels
* as the string: name + "_" + value would prove problematic if we were to
* allow "_" in a future release.
*
* Optional. Cloud Labels are a flexible and lightweight mechanism for
* organizing cloud resources into groups that reflect a customer's
* organizational needs and deployment strategies. Cloud Labels can be used to
* filter collections of resources. They can be used to control how resource
* metrics are aggregated. And they can be used as arguments to policy
* management rules (e.g. route, firewall, load balancing, etc.).
*
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z][a-z0-9_-]{0,62}`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `[a-z0-9_-]{0,63}`.
* * No more than 64 labels can be associated with a given resource.
*
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
* If you plan to use labels in your own code, please note that additional
* characters may be allowed in the future. Therefore, you are advised to use
* an internal label representation, such as JSON, which doesn't rely upon
* specific characters being disallowed. For example, representing labels
* as the string: name + "_" + value would prove problematic if we were to
* allow "_" in a future release.
*
* Optional. Cloud Labels are a flexible and lightweight mechanism for
* organizing cloud resources into groups that reflect a customer's
* organizational needs and deployment strategies. Cloud Labels can be used to
* filter collections of resources. They can be used to control how resource
* metrics are aggregated. And they can be used as arguments to policy
* management rules (e.g. route, firewall, load balancing, etc.).
*
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z][a-z0-9_-]{0,62}`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `[a-z0-9_-]{0,63}`.
* * No more than 64 labels can be associated with a given resource.
*
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
* If you plan to use labels in your own code, please note that additional
* characters may be allowed in the future. Therefore, you are advised to use
* an internal label representation, such as JSON, which doesn't rely upon
* specific characters being disallowed. For example, representing labels
* as the string: name + "_" + value would prove problematic if we were to
* allow "_" in a future release.
*
*
* map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
*/
@java.lang.Override
public java.lang.String getLabelsOrThrow(java.lang.String key) {
if (key == null) {
throw new NullPointerException("map key");
}
java.util.Map map = internalGetLabels().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public Builder clearLabels() {
bitField0_ = (bitField0_ & ~0x00000020);
internalGetMutableLabels().getMutableMap().clear();
return this;
}
/**
*
*
*
* Optional. Cloud Labels are a flexible and lightweight mechanism for
* organizing cloud resources into groups that reflect a customer's
* organizational needs and deployment strategies. Cloud Labels can be used to
* filter collections of resources. They can be used to control how resource
* metrics are aggregated. And they can be used as arguments to policy
* management rules (e.g. route, firewall, load balancing, etc.).
*
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z][a-z0-9_-]{0,62}`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `[a-z0-9_-]{0,63}`.
* * No more than 64 labels can be associated with a given resource.
*
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
* If you plan to use labels in your own code, please note that additional
* characters may be allowed in the future. Therefore, you are advised to use
* an internal label representation, such as JSON, which doesn't rely upon
* specific characters being disallowed. For example, representing labels
* as the string: name + "_" + value would prove problematic if we were to
* allow "_" in a future release.
*
* Optional. Cloud Labels are a flexible and lightweight mechanism for
* organizing cloud resources into groups that reflect a customer's
* organizational needs and deployment strategies. Cloud Labels can be used to
* filter collections of resources. They can be used to control how resource
* metrics are aggregated. And they can be used as arguments to policy
* management rules (e.g. route, firewall, load balancing, etc.).
*
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z][a-z0-9_-]{0,62}`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `[a-z0-9_-]{0,63}`.
* * No more than 64 labels can be associated with a given resource.
*
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
* If you plan to use labels in your own code, please note that additional
* characters may be allowed in the future. Therefore, you are advised to use
* an internal label representation, such as JSON, which doesn't rely upon
* specific characters being disallowed. For example, representing labels
* as the string: name + "_" + value would prove problematic if we were to
* allow "_" in a future release.
*
*
* map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
*/
public Builder putLabels(java.lang.String key, java.lang.String value) {
if (key == null) {
throw new NullPointerException("map key");
}
if (value == null) {
throw new NullPointerException("map value");
}
internalGetMutableLabels().getMutableMap().put(key, value);
bitField0_ |= 0x00000020;
return this;
}
/**
*
*
*
* Optional. Cloud Labels are a flexible and lightweight mechanism for
* organizing cloud resources into groups that reflect a customer's
* organizational needs and deployment strategies. Cloud Labels can be used to
* filter collections of resources. They can be used to control how resource
* metrics are aggregated. And they can be used as arguments to policy
* management rules (e.g. route, firewall, load balancing, etc.).
*
* * Label keys must be between 1 and 63 characters long and must conform to
* the following regular expression: `[a-z][a-z0-9_-]{0,62}`.
* * Label values must be between 0 and 63 characters long and must conform
* to the regular expression `[a-z0-9_-]{0,63}`.
* * No more than 64 labels can be associated with a given resource.
*
* See https://goo.gl/xmQnxf for more information on and examples of labels.
*
* If you plan to use labels in your own code, please note that additional
* characters may be allowed in the future. Therefore, you are advised to use
* an internal label representation, such as JSON, which doesn't rely upon
* specific characters being disallowed. For example, representing labels
* as the string: name + "_" + value would prove problematic if we were to
* allow "_" in a future release.
*
* Output only. The version of DAOS software running in the instance
*
*
* string daos_version = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @param value The bytes for daosVersion to set.
* @return This builder for chaining.
*/
public Builder setDaosVersionBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
daosVersion_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
private com.google.protobuf.LazyStringArrayList accessPoints_ =
com.google.protobuf.LazyStringArrayList.emptyList();
private void ensureAccessPointsIsMutable() {
if (!accessPoints_.isModifiable()) {
accessPoints_ = new com.google.protobuf.LazyStringArrayList(accessPoints_);
}
bitField0_ |= 0x00000100;
}
/**
*
*
*
* Output only. List of access_points.
* Contains a list of IPv4 addresses used for client side configuration.
*
*
* repeated string access_points = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return A list containing the accessPoints.
*/
public com.google.protobuf.ProtocolStringList getAccessPointsList() {
accessPoints_.makeImmutable();
return accessPoints_;
}
/**
*
*
*
* Output only. List of access_points.
* Contains a list of IPv4 addresses used for client side configuration.
*
*
* repeated string access_points = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The count of accessPoints.
*/
public int getAccessPointsCount() {
return accessPoints_.size();
}
/**
*
*
*
* Output only. List of access_points.
* Contains a list of IPv4 addresses used for client side configuration.
*
*
* repeated string access_points = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @param index The index of the element to return.
* @return The accessPoints at the given index.
*/
public java.lang.String getAccessPoints(int index) {
return accessPoints_.get(index);
}
/**
*
*
*
* Output only. List of access_points.
* Contains a list of IPv4 addresses used for client side configuration.
*
*
* repeated string access_points = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @param index The index of the value to return.
* @return The bytes of the accessPoints at the given index.
*/
public com.google.protobuf.ByteString getAccessPointsBytes(int index) {
return accessPoints_.getByteString(index);
}
/**
*
*
*
* Output only. List of access_points.
* Contains a list of IPv4 addresses used for client side configuration.
*
*
* repeated string access_points = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @param index The index to set the value at.
* @param value The accessPoints to set.
* @return This builder for chaining.
*/
public Builder setAccessPoints(int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureAccessPointsIsMutable();
accessPoints_.set(index, value);
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
*
*
*
* Output only. List of access_points.
* Contains a list of IPv4 addresses used for client side configuration.
*
*
* repeated string access_points = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @param value The accessPoints to add.
* @return This builder for chaining.
*/
public Builder addAccessPoints(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureAccessPointsIsMutable();
accessPoints_.add(value);
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
*
*
*
* Output only. List of access_points.
* Contains a list of IPv4 addresses used for client side configuration.
*
*
* repeated string access_points = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @param values The accessPoints to add.
* @return This builder for chaining.
*/
public Builder addAllAccessPoints(java.lang.Iterable values) {
ensureAccessPointsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, accessPoints_);
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
*
*
*
* Output only. List of access_points.
* Contains a list of IPv4 addresses used for client side configuration.
*
* Output only. List of access_points.
* Contains a list of IPv4 addresses used for client side configuration.
*
*
* repeated string access_points = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @param value The bytes of the accessPoints to add.
* @return This builder for chaining.
*/
public Builder addAccessPointsBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureAccessPointsIsMutable();
accessPoints_.add(value);
bitField0_ |= 0x00000100;
onChanged();
return this;
}
private java.lang.Object network_ = "";
/**
*
*
*
* Optional. Immutable. The name of the Google Compute Engine
* [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected.
*
* Optional. Immutable. The name of the Google Compute Engine
* [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected.
*
* Optional. Immutable. The name of the Google Compute Engine
* [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected.
*
*
*
* string network = 11 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
*
*
* @param value The network to set.
* @return This builder for chaining.
*/
public Builder setNetwork(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
network_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
/**
*
*
*
* Optional. Immutable. The name of the Google Compute Engine
* [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected.
*
* Optional. Immutable. The name of the Google Compute Engine
* [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
* instance is connected.
*
*
*
* string network = 11 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
*
*
* @param value The bytes for network to set.
* @return This builder for chaining.
*/
public Builder setNetworkBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
network_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
private java.lang.Object reservedIpRange_ = "";
/**
*
*
*
* Optional. Immutable. Contains the id of the allocated IP address range
* associated with the private service access connection for example,
* "test-default" associated with IP range 10.0.0.0/29. If no range id is
* provided all ranges will be considered.
*
* Optional. Immutable. Contains the id of the allocated IP address range
* associated with the private service access connection for example,
* "test-default" associated with IP range 10.0.0.0/29. If no range id is
* provided all ranges will be considered.
*
* Optional. Immutable. Contains the id of the allocated IP address range
* associated with the private service access connection for example,
* "test-default" associated with IP range 10.0.0.0/29. If no range id is
* provided all ranges will be considered.
*
*
*
* string reserved_ip_range = 12 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
*
*
* @param value The reservedIpRange to set.
* @return This builder for chaining.
*/
public Builder setReservedIpRange(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
reservedIpRange_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
/**
*
*
*
* Optional. Immutable. Contains the id of the allocated IP address range
* associated with the private service access connection for example,
* "test-default" associated with IP range 10.0.0.0/29. If no range id is
* provided all ranges will be considered.
*
* Optional. Immutable. Contains the id of the allocated IP address range
* associated with the private service access connection for example,
* "test-default" associated with IP range 10.0.0.0/29. If no range id is
* provided all ranges will be considered.
*
*
*
* string reserved_ip_range = 12 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
*
*
* @param value The bytes for reservedIpRange to set.
* @return This builder for chaining.
*/
public Builder setReservedIpRangeBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
reservedIpRange_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
private java.lang.Object effectiveReservedIpRange_ = "";
/**
*
*
*
* Output only. Immutable. Contains the id of the allocated IP address range
* associated with the private service access connection for example,
* "test-default" associated with IP range 10.0.0.0/29. This field is
* populated by the service and and contains the value currently used by the
* service.
*
* Output only. Immutable. Contains the id of the allocated IP address range
* associated with the private service access connection for example,
* "test-default" associated with IP range 10.0.0.0/29. This field is
* populated by the service and and contains the value currently used by the
* service.
*
* Output only. Immutable. Contains the id of the allocated IP address range
* associated with the private service access connection for example,
* "test-default" associated with IP range 10.0.0.0/29. This field is
* populated by the service and and contains the value currently used by the
* service.
*
*
*
* string effective_reserved_ip_range = 14 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
*
*
* @param value The effectiveReservedIpRange to set.
* @return This builder for chaining.
*/
public Builder setEffectiveReservedIpRange(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
effectiveReservedIpRange_ = value;
bitField0_ |= 0x00000800;
onChanged();
return this;
}
/**
*
*
*
* Output only. Immutable. Contains the id of the allocated IP address range
* associated with the private service access connection for example,
* "test-default" associated with IP range 10.0.0.0/29. This field is
* populated by the service and and contains the value currently used by the
* service.
*
* Output only. Immutable. Contains the id of the allocated IP address range
* associated with the private service access connection for example,
* "test-default" associated with IP range 10.0.0.0/29. This field is
* populated by the service and and contains the value currently used by the
* service.
*
*
*
* string effective_reserved_ip_range = 14 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
*
*
* @param value The bytes for effectiveReservedIpRange to set.
* @return This builder for chaining.
*/
public Builder setEffectiveReservedIpRangeBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
effectiveReservedIpRange_ = value;
bitField0_ |= 0x00000800;
onChanged();
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.parallelstore.v1beta.Instance)
}
// @@protoc_insertion_point(class_scope:google.cloud.parallelstore.v1beta.Instance)
private static final com.google.cloud.parallelstore.v1beta.Instance DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.cloud.parallelstore.v1beta.Instance();
}
public static com.google.cloud.parallelstore.v1beta.Instance getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public Instance 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.parallelstore.v1beta.Instance getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}