public static final class V1Authentication.BoundObjectReference.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1Authentication.BoundObjectReference.Builder> implements V1Authentication.BoundObjectReferenceOrBuilder
BoundObjectReference is a reference to an object that a token is bound to.Protobuf type
k8s.io.api.authentication.v1.BoundObjectReference
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Authentication.BoundObjectReference.Builder>
public V1Authentication.BoundObjectReference.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Authentication.BoundObjectReference.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Authentication.BoundObjectReference.Builder>
public V1Authentication.BoundObjectReference getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public V1Authentication.BoundObjectReference build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public V1Authentication.BoundObjectReference buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public V1Authentication.BoundObjectReference.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Authentication.BoundObjectReference.Builder>
public V1Authentication.BoundObjectReference.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Authentication.BoundObjectReference.Builder>
public V1Authentication.BoundObjectReference.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Authentication.BoundObjectReference.Builder>
public V1Authentication.BoundObjectReference.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Authentication.BoundObjectReference.Builder>
public V1Authentication.BoundObjectReference.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Authentication.BoundObjectReference.Builder>
public V1Authentication.BoundObjectReference.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Authentication.BoundObjectReference.Builder>
public V1Authentication.BoundObjectReference.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<V1Authentication.BoundObjectReference.Builder>
public V1Authentication.BoundObjectReference.Builder mergeFrom(V1Authentication.BoundObjectReference other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Authentication.BoundObjectReference.Builder>
public V1Authentication.BoundObjectReference.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<V1Authentication.BoundObjectReference.Builder>
IOException
public boolean hasKind()
Kind of the referent. Valid kinds are 'Pod' and 'Secret'. +optional
optional string kind = 1;
hasKind
in interface V1Authentication.BoundObjectReferenceOrBuilder
public String getKind()
Kind of the referent. Valid kinds are 'Pod' and 'Secret'. +optional
optional string kind = 1;
getKind
in interface V1Authentication.BoundObjectReferenceOrBuilder
public com.google.protobuf.ByteString getKindBytes()
Kind of the referent. Valid kinds are 'Pod' and 'Secret'. +optional
optional string kind = 1;
getKindBytes
in interface V1Authentication.BoundObjectReferenceOrBuilder
public V1Authentication.BoundObjectReference.Builder setKind(String value)
Kind of the referent. Valid kinds are 'Pod' and 'Secret'. +optional
optional string kind = 1;
public V1Authentication.BoundObjectReference.Builder clearKind()
Kind of the referent. Valid kinds are 'Pod' and 'Secret'. +optional
optional string kind = 1;
public V1Authentication.BoundObjectReference.Builder setKindBytes(com.google.protobuf.ByteString value)
Kind of the referent. Valid kinds are 'Pod' and 'Secret'. +optional
optional string kind = 1;
public boolean hasAPIVersion()
API version of the referent. +optional
optional string aPIVersion = 2;
hasAPIVersion
in interface V1Authentication.BoundObjectReferenceOrBuilder
public String getAPIVersion()
API version of the referent. +optional
optional string aPIVersion = 2;
getAPIVersion
in interface V1Authentication.BoundObjectReferenceOrBuilder
public com.google.protobuf.ByteString getAPIVersionBytes()
API version of the referent. +optional
optional string aPIVersion = 2;
getAPIVersionBytes
in interface V1Authentication.BoundObjectReferenceOrBuilder
public V1Authentication.BoundObjectReference.Builder setAPIVersion(String value)
API version of the referent. +optional
optional string aPIVersion = 2;
public V1Authentication.BoundObjectReference.Builder clearAPIVersion()
API version of the referent. +optional
optional string aPIVersion = 2;
public V1Authentication.BoundObjectReference.Builder setAPIVersionBytes(com.google.protobuf.ByteString value)
API version of the referent. +optional
optional string aPIVersion = 2;
public boolean hasName()
Name of the referent. +optional
optional string name = 3;
hasName
in interface V1Authentication.BoundObjectReferenceOrBuilder
public String getName()
Name of the referent. +optional
optional string name = 3;
getName
in interface V1Authentication.BoundObjectReferenceOrBuilder
public com.google.protobuf.ByteString getNameBytes()
Name of the referent. +optional
optional string name = 3;
getNameBytes
in interface V1Authentication.BoundObjectReferenceOrBuilder
public V1Authentication.BoundObjectReference.Builder setName(String value)
Name of the referent. +optional
optional string name = 3;
public V1Authentication.BoundObjectReference.Builder clearName()
Name of the referent. +optional
optional string name = 3;
public V1Authentication.BoundObjectReference.Builder setNameBytes(com.google.protobuf.ByteString value)
Name of the referent. +optional
optional string name = 3;
public boolean hasUID()
UID of the referent. +optional
optional string uID = 4;
hasUID
in interface V1Authentication.BoundObjectReferenceOrBuilder
public String getUID()
UID of the referent. +optional
optional string uID = 4;
getUID
in interface V1Authentication.BoundObjectReferenceOrBuilder
public com.google.protobuf.ByteString getUIDBytes()
UID of the referent. +optional
optional string uID = 4;
getUIDBytes
in interface V1Authentication.BoundObjectReferenceOrBuilder
public V1Authentication.BoundObjectReference.Builder setUID(String value)
UID of the referent. +optional
optional string uID = 4;
public V1Authentication.BoundObjectReference.Builder clearUID()
UID of the referent. +optional
optional string uID = 4;
public V1Authentication.BoundObjectReference.Builder setUIDBytes(com.google.protobuf.ByteString value)
UID of the referent. +optional
optional string uID = 4;
public final V1Authentication.BoundObjectReference.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Authentication.BoundObjectReference.Builder>
public final V1Authentication.BoundObjectReference.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<V1Authentication.BoundObjectReference.Builder>
Copyright © 2019. All rights reserved.