public static final class V1beta1Apiextensions.CustomResourceDefinitionVersion extends com.google.protobuf.GeneratedMessageV3 implements V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilder
CustomResourceDefinitionVersion describes a version for CRD.Protobuf type
k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionVersion| Modifier and Type | Class and Description |
|---|---|
static class |
V1beta1Apiextensions.CustomResourceDefinitionVersion.Builder
CustomResourceDefinitionVersion describes a version for CRD.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ADDITIONALPRINTERCOLUMNS_FIELD_NUMBER |
static int |
DEPRECATED_FIELD_NUMBER |
static int |
DEPRECATIONWARNING_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<V1beta1Apiextensions.CustomResourceDefinitionVersion> |
PARSER
Deprecated.
|
static int |
SCHEMA_FIELD_NUMBER |
static int |
SERVED_FIELD_NUMBER |
static int |
STORAGE_FIELD_NUMBER |
static int |
SUBRESOURCES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
V1beta1Apiextensions.CustomResourceColumnDefinition |
getAdditionalPrinterColumns(int index)
additionalPrinterColumns specifies additional columns returned in Table output.
|
int |
getAdditionalPrinterColumnsCount()
additionalPrinterColumns specifies additional columns returned in Table output.
|
List<V1beta1Apiextensions.CustomResourceColumnDefinition> |
getAdditionalPrinterColumnsList()
additionalPrinterColumns specifies additional columns returned in Table output.
|
V1beta1Apiextensions.CustomResourceColumnDefinitionOrBuilder |
getAdditionalPrinterColumnsOrBuilder(int index)
additionalPrinterColumns specifies additional columns returned in Table output.
|
List<? extends V1beta1Apiextensions.CustomResourceColumnDefinitionOrBuilder> |
getAdditionalPrinterColumnsOrBuilderList()
additionalPrinterColumns specifies additional columns returned in Table output.
|
static V1beta1Apiextensions.CustomResourceDefinitionVersion |
getDefaultInstance() |
V1beta1Apiextensions.CustomResourceDefinitionVersion |
getDefaultInstanceForType() |
boolean |
getDeprecated()
deprecated indicates this version of the custom resource API is deprecated.
|
String |
getDeprecationWarning()
deprecationWarning overrides the default warning returned to API clients.
|
com.google.protobuf.ByteString |
getDeprecationWarningBytes()
deprecationWarning overrides the default warning returned to API clients.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getName()
name is the version name, e.g.
|
com.google.protobuf.ByteString |
getNameBytes()
name is the version name, e.g.
|
com.google.protobuf.Parser<V1beta1Apiextensions.CustomResourceDefinitionVersion> |
getParserForType() |
V1beta1Apiextensions.CustomResourceValidation |
getSchema()
schema describes the schema used for validation and pruning of this version of the custom resource.
|
V1beta1Apiextensions.CustomResourceValidationOrBuilder |
getSchemaOrBuilder()
schema describes the schema used for validation and pruning of this version of the custom resource.
|
int |
getSerializedSize() |
boolean |
getServed()
served is a flag enabling/disabling this version from being served via REST APIs
|
boolean |
getStorage()
storage indicates this version should be used when persisting custom resources to storage.
|
V1beta1Apiextensions.CustomResourceSubresources |
getSubresources()
subresources specify what subresources this version of the defined custom resource have.
|
V1beta1Apiextensions.CustomResourceSubresourcesOrBuilder |
getSubresourcesOrBuilder()
subresources specify what subresources this version of the defined custom resource have.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDeprecated()
deprecated indicates this version of the custom resource API is deprecated.
|
boolean |
hasDeprecationWarning()
deprecationWarning overrides the default warning returned to API clients.
|
int |
hashCode() |
boolean |
hasName()
name is the version name, e.g.
|
boolean |
hasSchema()
schema describes the schema used for validation and pruning of this version of the custom resource.
|
boolean |
hasServed()
served is a flag enabling/disabling this version from being served via REST APIs
|
boolean |
hasStorage()
storage indicates this version should be used when persisting custom resources to storage.
|
boolean |
hasSubresources()
subresources specify what subresources this version of the defined custom resource have.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static V1beta1Apiextensions.CustomResourceDefinitionVersion.Builder |
newBuilder() |
static V1beta1Apiextensions.CustomResourceDefinitionVersion.Builder |
newBuilder(V1beta1Apiextensions.CustomResourceDefinitionVersion prototype) |
V1beta1Apiextensions.CustomResourceDefinitionVersion.Builder |
newBuilderForType() |
protected V1beta1Apiextensions.CustomResourceDefinitionVersion.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1beta1Apiextensions.CustomResourceDefinitionVersion |
parseDelimitedFrom(InputStream input) |
static V1beta1Apiextensions.CustomResourceDefinitionVersion |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta1Apiextensions.CustomResourceDefinitionVersion |
parseFrom(byte[] data) |
static V1beta1Apiextensions.CustomResourceDefinitionVersion |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta1Apiextensions.CustomResourceDefinitionVersion |
parseFrom(ByteBuffer data) |
static V1beta1Apiextensions.CustomResourceDefinitionVersion |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta1Apiextensions.CustomResourceDefinitionVersion |
parseFrom(com.google.protobuf.ByteString data) |
static V1beta1Apiextensions.CustomResourceDefinitionVersion |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta1Apiextensions.CustomResourceDefinitionVersion |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1beta1Apiextensions.CustomResourceDefinitionVersion |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1beta1Apiextensions.CustomResourceDefinitionVersion |
parseFrom(InputStream input) |
static V1beta1Apiextensions.CustomResourceDefinitionVersion |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1beta1Apiextensions.CustomResourceDefinitionVersion> |
parser() |
V1beta1Apiextensions.CustomResourceDefinitionVersion.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int SERVED_FIELD_NUMBER
public static final int STORAGE_FIELD_NUMBER
public static final int DEPRECATED_FIELD_NUMBER
public static final int DEPRECATIONWARNING_FIELD_NUMBER
public static final int SCHEMA_FIELD_NUMBER
public static final int SUBRESOURCES_FIELD_NUMBER
public static final int ADDITIONALPRINTERCOLUMNS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1beta1Apiextensions.CustomResourceDefinitionVersion> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasName()
name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
optional string name = 1;hasName in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic String getName()
name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
optional string name = 1;getName in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
optional string name = 1;getNameBytes in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic boolean hasServed()
served is a flag enabling/disabling this version from being served via REST APIs
optional bool served = 2;hasServed in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic boolean getServed()
served is a flag enabling/disabling this version from being served via REST APIs
optional bool served = 2;getServed in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic boolean hasStorage()
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
optional bool storage = 3;hasStorage in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic boolean getStorage()
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
optional bool storage = 3;getStorage in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic boolean hasDeprecated()
deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false. +optional
optional bool deprecated = 7;hasDeprecated in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic boolean getDeprecated()
deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false. +optional
optional bool deprecated = 7;getDeprecated in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic boolean hasDeprecationWarning()
deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists. +optional
optional string deprecationWarning = 8;hasDeprecationWarning in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic String getDeprecationWarning()
deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists. +optional
optional string deprecationWarning = 8;getDeprecationWarning in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic com.google.protobuf.ByteString getDeprecationWarningBytes()
deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists. +optional
optional string deprecationWarning = 8;getDeprecationWarningBytes in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic boolean hasSchema()
schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead). +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceValidation schema = 4;
hasSchema in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic V1beta1Apiextensions.CustomResourceValidation getSchema()
schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead). +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceValidation schema = 4;
getSchema in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic V1beta1Apiextensions.CustomResourceValidationOrBuilder getSchemaOrBuilder()
schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead). +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceValidation schema = 4;
getSchemaOrBuilder in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic boolean hasSubresources()
subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead). +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresources subresources = 5;
hasSubresources in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic V1beta1Apiextensions.CustomResourceSubresources getSubresources()
subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead). +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresources subresources = 5;
getSubresources in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic V1beta1Apiextensions.CustomResourceSubresourcesOrBuilder getSubresourcesOrBuilder()
subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead). +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresources subresources = 5;
getSubresourcesOrBuilder in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic List<V1beta1Apiextensions.CustomResourceColumnDefinition> getAdditionalPrinterColumnsList()
additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used. +optional
repeated .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceColumnDefinition additionalPrinterColumns = 6;
getAdditionalPrinterColumnsList in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic List<? extends V1beta1Apiextensions.CustomResourceColumnDefinitionOrBuilder> getAdditionalPrinterColumnsOrBuilderList()
additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used. +optional
repeated .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceColumnDefinition additionalPrinterColumns = 6;
getAdditionalPrinterColumnsOrBuilderList in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic int getAdditionalPrinterColumnsCount()
additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used. +optional
repeated .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceColumnDefinition additionalPrinterColumns = 6;
getAdditionalPrinterColumnsCount in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic V1beta1Apiextensions.CustomResourceColumnDefinition getAdditionalPrinterColumns(int index)
additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used. +optional
repeated .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceColumnDefinition additionalPrinterColumns = 6;
getAdditionalPrinterColumns in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic V1beta1Apiextensions.CustomResourceColumnDefinitionOrBuilder getAdditionalPrinterColumnsOrBuilder(int index)
additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used. +optional
repeated .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceColumnDefinition additionalPrinterColumns = 6;
getAdditionalPrinterColumnsOrBuilder in interface V1beta1Apiextensions.CustomResourceDefinitionVersionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static V1beta1Apiextensions.CustomResourceDefinitionVersion parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta1Apiextensions.CustomResourceDefinitionVersion parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta1Apiextensions.CustomResourceDefinitionVersion parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta1Apiextensions.CustomResourceDefinitionVersion parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta1Apiextensions.CustomResourceDefinitionVersion parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta1Apiextensions.CustomResourceDefinitionVersion parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1beta1Apiextensions.CustomResourceDefinitionVersion parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1beta1Apiextensions.CustomResourceDefinitionVersion parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1beta1Apiextensions.CustomResourceDefinitionVersion parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1beta1Apiextensions.CustomResourceDefinitionVersion parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1beta1Apiextensions.CustomResourceDefinitionVersion parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1beta1Apiextensions.CustomResourceDefinitionVersion parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1beta1Apiextensions.CustomResourceDefinitionVersion.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1beta1Apiextensions.CustomResourceDefinitionVersion.Builder newBuilder()
public static V1beta1Apiextensions.CustomResourceDefinitionVersion.Builder newBuilder(V1beta1Apiextensions.CustomResourceDefinitionVersion prototype)
public V1beta1Apiextensions.CustomResourceDefinitionVersion.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1beta1Apiextensions.CustomResourceDefinitionVersion.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1beta1Apiextensions.CustomResourceDefinitionVersion getDefaultInstance()
public static com.google.protobuf.Parser<V1beta1Apiextensions.CustomResourceDefinitionVersion> parser()
public com.google.protobuf.Parser<V1beta1Apiextensions.CustomResourceDefinitionVersion> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1beta1Apiextensions.CustomResourceDefinitionVersion getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023. All rights reserved.