istio.v1.auth.IstioCertificateRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dubbo Show documentation
Show all versions of dubbo Show documentation
The all in one project of dubbo
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ca.proto
package istio.v1.auth;
/**
*
* Certificate request message. The authentication should be based on:
* 1. Bearer tokens carried in the side channel;
* 2. Client-side certificate via Mutual TLS handshake.
* Note: the service implementation is REQUIRED to verify the authenticated caller is authorize to
* all SANs in the CSR. The server side may overwrite any requested certificate field based on its
* policies.
*
*
* Protobuf type {@code istio.v1.auth.IstioCertificateRequest}
*/
public final class IstioCertificateRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:istio.v1.auth.IstioCertificateRequest)
IstioCertificateRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use IstioCertificateRequest.newBuilder() to construct.
private IstioCertificateRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private IstioCertificateRequest() {
csr_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new IstioCertificateRequest();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return istio.v1.auth.Ca.internal_static_istio_v1_auth_IstioCertificateRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return istio.v1.auth.Ca.internal_static_istio_v1_auth_IstioCertificateRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
istio.v1.auth.IstioCertificateRequest.class, istio.v1.auth.IstioCertificateRequest.Builder.class);
}
public static final int CSR_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object csr_ = "";
/**
*
* PEM-encoded certificate request.
* The public key in the CSR is used to generate the certificate,
* and other fields in the generated certificate may be overwritten by the CA.
*
*
* string csr = 1;
* @return The csr.
*/
@java.lang.Override
public java.lang.String getCsr() {
java.lang.Object ref = csr_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
csr_ = s;
return s;
}
}
/**
*
* PEM-encoded certificate request.
* The public key in the CSR is used to generate the certificate,
* and other fields in the generated certificate may be overwritten by the CA.
*
*
* string csr = 1;
* @return The bytes for csr.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCsrBytes() {
java.lang.Object ref = csr_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
csr_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int VALIDITY_DURATION_FIELD_NUMBER = 3;
private long validityDuration_ = 0L;
/**
*
* Optional: requested certificate validity period, in seconds.
*
*
* int64 validity_duration = 3;
* @return The validityDuration.
*/
@java.lang.Override
public long getValidityDuration() {
return validityDuration_;
}
public static final int METADATA_FIELD_NUMBER = 4;
private com.google.protobuf.Struct metadata_;
/**
*
* $hide_from_docs
* Optional: Opaque metadata provided by the XDS node to Istio.
* Supported metadata: WorkloadName, WorkloadIP, ClusterID
*
*
* .google.protobuf.Struct metadata = 4;
* @return Whether the metadata field is set.
*/
@java.lang.Override
public boolean hasMetadata() {
return metadata_ != null;
}
/**
*
* $hide_from_docs
* Optional: Opaque metadata provided by the XDS node to Istio.
* Supported metadata: WorkloadName, WorkloadIP, ClusterID
*
*
* .google.protobuf.Struct metadata = 4;
* @return The metadata.
*/
@java.lang.Override
public com.google.protobuf.Struct getMetadata() {
return metadata_ == null ? com.google.protobuf.Struct.getDefaultInstance() : metadata_;
}
/**
*
* $hide_from_docs
* Optional: Opaque metadata provided by the XDS node to Istio.
* Supported metadata: WorkloadName, WorkloadIP, ClusterID
*
*
* .google.protobuf.Struct metadata = 4;
*/
@java.lang.Override
public com.google.protobuf.StructOrBuilder getMetadataOrBuilder() {
return metadata_ == null ? com.google.protobuf.Struct.getDefaultInstance() : metadata_;
}
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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(csr_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, csr_);
}
if (validityDuration_ != 0L) {
output.writeInt64(3, validityDuration_);
}
if (metadata_ != null) {
output.writeMessage(4, getMetadata());
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(csr_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, csr_);
}
if (validityDuration_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(3, validityDuration_);
}
if (metadata_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getMetadata());
}
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 istio.v1.auth.IstioCertificateRequest)) {
return super.equals(obj);
}
istio.v1.auth.IstioCertificateRequest other = (istio.v1.auth.IstioCertificateRequest) obj;
if (!getCsr()
.equals(other.getCsr())) return false;
if (getValidityDuration()
!= other.getValidityDuration()) return false;
if (hasMetadata() != other.hasMetadata()) return false;
if (hasMetadata()) {
if (!getMetadata()
.equals(other.getMetadata())) 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) + CSR_FIELD_NUMBER;
hash = (53 * hash) + getCsr().hashCode();
hash = (37 * hash) + VALIDITY_DURATION_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getValidityDuration());
if (hasMetadata()) {
hash = (37 * hash) + METADATA_FIELD_NUMBER;
hash = (53 * hash) + getMetadata().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static istio.v1.auth.IstioCertificateRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static istio.v1.auth.IstioCertificateRequest parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static istio.v1.auth.IstioCertificateRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static istio.v1.auth.IstioCertificateRequest parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static istio.v1.auth.IstioCertificateRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static istio.v1.auth.IstioCertificateRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static istio.v1.auth.IstioCertificateRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static istio.v1.auth.IstioCertificateRequest 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 istio.v1.auth.IstioCertificateRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static istio.v1.auth.IstioCertificateRequest 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 istio.v1.auth.IstioCertificateRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static istio.v1.auth.IstioCertificateRequest 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(istio.v1.auth.IstioCertificateRequest 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;
}
/**
*
* Certificate request message. The authentication should be based on:
* 1. Bearer tokens carried in the side channel;
* 2. Client-side certificate via Mutual TLS handshake.
* Note: the service implementation is REQUIRED to verify the authenticated caller is authorize to
* all SANs in the CSR. The server side may overwrite any requested certificate field based on its
* policies.
*
*
* Protobuf type {@code istio.v1.auth.IstioCertificateRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:istio.v1.auth.IstioCertificateRequest)
istio.v1.auth.IstioCertificateRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return istio.v1.auth.Ca.internal_static_istio_v1_auth_IstioCertificateRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return istio.v1.auth.Ca.internal_static_istio_v1_auth_IstioCertificateRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
istio.v1.auth.IstioCertificateRequest.class, istio.v1.auth.IstioCertificateRequest.Builder.class);
}
// Construct using istio.v1.auth.IstioCertificateRequest.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
csr_ = "";
validityDuration_ = 0L;
metadata_ = null;
if (metadataBuilder_ != null) {
metadataBuilder_.dispose();
metadataBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return istio.v1.auth.Ca.internal_static_istio_v1_auth_IstioCertificateRequest_descriptor;
}
@java.lang.Override
public istio.v1.auth.IstioCertificateRequest getDefaultInstanceForType() {
return istio.v1.auth.IstioCertificateRequest.getDefaultInstance();
}
@java.lang.Override
public istio.v1.auth.IstioCertificateRequest build() {
istio.v1.auth.IstioCertificateRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public istio.v1.auth.IstioCertificateRequest buildPartial() {
istio.v1.auth.IstioCertificateRequest result = new istio.v1.auth.IstioCertificateRequest(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(istio.v1.auth.IstioCertificateRequest result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.csr_ = csr_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.validityDuration_ = validityDuration_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.metadata_ = metadataBuilder_ == null
? metadata_
: metadataBuilder_.build();
}
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof istio.v1.auth.IstioCertificateRequest) {
return mergeFrom((istio.v1.auth.IstioCertificateRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(istio.v1.auth.IstioCertificateRequest other) {
if (other == istio.v1.auth.IstioCertificateRequest.getDefaultInstance()) return this;
if (!other.getCsr().isEmpty()) {
csr_ = other.csr_;
bitField0_ |= 0x00000001;
onChanged();
}
if (other.getValidityDuration() != 0L) {
setValidityDuration(other.getValidityDuration());
}
if (other.hasMetadata()) {
mergeMetadata(other.getMetadata());
}
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 10: {
csr_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 10
case 24: {
validityDuration_ = input.readInt64();
bitField0_ |= 0x00000002;
break;
} // case 24
case 34: {
input.readMessage(
getMetadataFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000004;
break;
} // case 34
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 java.lang.Object csr_ = "";
/**
*
* PEM-encoded certificate request.
* The public key in the CSR is used to generate the certificate,
* and other fields in the generated certificate may be overwritten by the CA.
*
*
* string csr = 1;
* @return The csr.
*/
public java.lang.String getCsr() {
java.lang.Object ref = csr_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
csr_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* PEM-encoded certificate request.
* The public key in the CSR is used to generate the certificate,
* and other fields in the generated certificate may be overwritten by the CA.
*
*
* string csr = 1;
* @return The bytes for csr.
*/
public com.google.protobuf.ByteString
getCsrBytes() {
java.lang.Object ref = csr_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
csr_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* PEM-encoded certificate request.
* The public key in the CSR is used to generate the certificate,
* and other fields in the generated certificate may be overwritten by the CA.
*
*
* string csr = 1;
* @param value The csr to set.
* @return This builder for chaining.
*/
public Builder setCsr(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
csr_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
* PEM-encoded certificate request.
* The public key in the CSR is used to generate the certificate,
* and other fields in the generated certificate may be overwritten by the CA.
*
*
* string csr = 1;
* @return This builder for chaining.
*/
public Builder clearCsr() {
csr_ = getDefaultInstance().getCsr();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
*
* PEM-encoded certificate request.
* The public key in the CSR is used to generate the certificate,
* and other fields in the generated certificate may be overwritten by the CA.
*
*
* string csr = 1;
* @param value The bytes for csr to set.
* @return This builder for chaining.
*/
public Builder setCsrBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
csr_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private long validityDuration_ ;
/**
*
* Optional: requested certificate validity period, in seconds.
*
*
* int64 validity_duration = 3;
* @return The validityDuration.
*/
@java.lang.Override
public long getValidityDuration() {
return validityDuration_;
}
/**
*
* Optional: requested certificate validity period, in seconds.
*
*
* int64 validity_duration = 3;
* @param value The validityDuration to set.
* @return This builder for chaining.
*/
public Builder setValidityDuration(long value) {
validityDuration_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
* Optional: requested certificate validity period, in seconds.
*
*
* int64 validity_duration = 3;
* @return This builder for chaining.
*/
public Builder clearValidityDuration() {
bitField0_ = (bitField0_ & ~0x00000002);
validityDuration_ = 0L;
onChanged();
return this;
}
private com.google.protobuf.Struct metadata_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> metadataBuilder_;
/**
*
* $hide_from_docs
* Optional: Opaque metadata provided by the XDS node to Istio.
* Supported metadata: WorkloadName, WorkloadIP, ClusterID
*
*
* .google.protobuf.Struct metadata = 4;
* @return Whether the metadata field is set.
*/
public boolean hasMetadata() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
* $hide_from_docs
* Optional: Opaque metadata provided by the XDS node to Istio.
* Supported metadata: WorkloadName, WorkloadIP, ClusterID
*
*
* .google.protobuf.Struct metadata = 4;
* @return The metadata.
*/
public com.google.protobuf.Struct getMetadata() {
if (metadataBuilder_ == null) {
return metadata_ == null ? com.google.protobuf.Struct.getDefaultInstance() : metadata_;
} else {
return metadataBuilder_.getMessage();
}
}
/**
*
* $hide_from_docs
* Optional: Opaque metadata provided by the XDS node to Istio.
* Supported metadata: WorkloadName, WorkloadIP, ClusterID
*
*
* .google.protobuf.Struct metadata = 4;
*/
public Builder setMetadata(com.google.protobuf.Struct value) {
if (metadataBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
metadata_ = value;
} else {
metadataBuilder_.setMessage(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
* $hide_from_docs
* Optional: Opaque metadata provided by the XDS node to Istio.
* Supported metadata: WorkloadName, WorkloadIP, ClusterID
*
*
* .google.protobuf.Struct metadata = 4;
*/
public Builder setMetadata(
com.google.protobuf.Struct.Builder builderForValue) {
if (metadataBuilder_ == null) {
metadata_ = builderForValue.build();
} else {
metadataBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
* $hide_from_docs
* Optional: Opaque metadata provided by the XDS node to Istio.
* Supported metadata: WorkloadName, WorkloadIP, ClusterID
*
*
* .google.protobuf.Struct metadata = 4;
*/
public Builder mergeMetadata(com.google.protobuf.Struct value) {
if (metadataBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0) &&
metadata_ != null &&
metadata_ != com.google.protobuf.Struct.getDefaultInstance()) {
getMetadataBuilder().mergeFrom(value);
} else {
metadata_ = value;
}
} else {
metadataBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
* $hide_from_docs
* Optional: Opaque metadata provided by the XDS node to Istio.
* Supported metadata: WorkloadName, WorkloadIP, ClusterID
*
*
* .google.protobuf.Struct metadata = 4;
*/
public Builder clearMetadata() {
bitField0_ = (bitField0_ & ~0x00000004);
metadata_ = null;
if (metadataBuilder_ != null) {
metadataBuilder_.dispose();
metadataBuilder_ = null;
}
onChanged();
return this;
}
/**
*
* $hide_from_docs
* Optional: Opaque metadata provided by the XDS node to Istio.
* Supported metadata: WorkloadName, WorkloadIP, ClusterID
*
*
* .google.protobuf.Struct metadata = 4;
*/
public com.google.protobuf.Struct.Builder getMetadataBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getMetadataFieldBuilder().getBuilder();
}
/**
*
* $hide_from_docs
* Optional: Opaque metadata provided by the XDS node to Istio.
* Supported metadata: WorkloadName, WorkloadIP, ClusterID
*
*
* .google.protobuf.Struct metadata = 4;
*/
public com.google.protobuf.StructOrBuilder getMetadataOrBuilder() {
if (metadataBuilder_ != null) {
return metadataBuilder_.getMessageOrBuilder();
} else {
return metadata_ == null ?
com.google.protobuf.Struct.getDefaultInstance() : metadata_;
}
}
/**
*
* $hide_from_docs
* Optional: Opaque metadata provided by the XDS node to Istio.
* Supported metadata: WorkloadName, WorkloadIP, ClusterID
*
*
* .google.protobuf.Struct metadata = 4;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder>
getMetadataFieldBuilder() {
if (metadataBuilder_ == null) {
metadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder>(
getMetadata(),
getParentForChildren(),
isClean());
metadata_ = null;
}
return metadataBuilder_;
}
@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:istio.v1.auth.IstioCertificateRequest)
}
// @@protoc_insertion_point(class_scope:istio.v1.auth.IstioCertificateRequest)
private static final istio.v1.auth.IstioCertificateRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new istio.v1.auth.IstioCertificateRequest();
}
public static istio.v1.auth.IstioCertificateRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public IstioCertificateRequest 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 istio.v1.auth.IstioCertificateRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}