public static interface V1beta1Apiextensions.CustomResourceColumnDefinitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
description is a human readable description of this column.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
description is a human readable description of this column.
|
String |
getFormat()
format is an optional OpenAPI type definition for this column.
|
com.google.protobuf.ByteString |
getFormatBytes()
format is an optional OpenAPI type definition for this column.
|
String |
getJSONPath()
JSONPath is a simple JSON path (i.e.
|
com.google.protobuf.ByteString |
getJSONPathBytes()
JSONPath is a simple JSON path (i.e.
|
String |
getName()
name is a human readable name for the column.
|
com.google.protobuf.ByteString |
getNameBytes()
name is a human readable name for the column.
|
int |
getPriority()
priority is an integer defining the relative importance of this column compared to others.
|
String |
getType()
type is an OpenAPI type definition for this column.
|
com.google.protobuf.ByteString |
getTypeBytes()
type is an OpenAPI type definition for this column.
|
boolean |
hasDescription()
description is a human readable description of this column.
|
boolean |
hasFormat()
format is an optional OpenAPI type definition for this column.
|
boolean |
hasJSONPath()
JSONPath is a simple JSON path (i.e.
|
boolean |
hasName()
name is a human readable name for the column.
|
boolean |
hasPriority()
priority is an integer defining the relative importance of this column compared to others.
|
boolean |
hasType()
type is an OpenAPI type definition for this column.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
name is a human readable name for the column.
optional string name = 1;String getName()
name is a human readable name for the column.
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
name is a human readable name for the column.
optional string name = 1;boolean hasType()
type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
optional string type = 2;String getType()
type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
optional string type = 2;com.google.protobuf.ByteString getTypeBytes()
type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
optional string type = 2;boolean hasFormat()
format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details. +optional
optional string format = 3;String getFormat()
format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details. +optional
optional string format = 3;com.google.protobuf.ByteString getFormatBytes()
format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details. +optional
optional string format = 3;boolean hasDescription()
description is a human readable description of this column. +optional
optional string description = 4;String getDescription()
description is a human readable description of this column. +optional
optional string description = 4;com.google.protobuf.ByteString getDescriptionBytes()
description is a human readable description of this column. +optional
optional string description = 4;boolean hasPriority()
priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0. +optional
optional int32 priority = 5;int getPriority()
priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0. +optional
optional int32 priority = 5;boolean hasJSONPath()
JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
optional string JSONPath = 6;String getJSONPath()
JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
optional string JSONPath = 6;com.google.protobuf.ByteString getJSONPathBytes()
JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
optional string JSONPath = 6;Copyright © 2023. All rights reserved.