Interface V1beta1Apiextensions.JSONSchemaPropsOrStringArrayOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1beta1Apiextensions.JSONSchemaPropsOrStringArray, V1beta1Apiextensions.JSONSchemaPropsOrStringArray.Builder
Enclosing class:
V1beta1Apiextensions

public static interface V1beta1Apiextensions.JSONSchemaPropsOrStringArrayOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getProperty(int index)
    repeated string property = 2;
    com.google.protobuf.ByteString
    getPropertyBytes(int index)
    repeated string property = 2;
    int
    repeated string property = 2;
    repeated string property = 2;
    optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps schema = 1;
    optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps schema = 1;
    boolean
    optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps schema = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasSchema

      boolean hasSchema()
      optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps schema = 1;
    • getSchema

      optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps schema = 1;
    • getSchemaOrBuilder

      optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps schema = 1;
    • getPropertyList

      List<String> getPropertyList()
      repeated string property = 2;
    • getPropertyCount

      int getPropertyCount()
      repeated string property = 2;
    • getProperty

      String getProperty(int index)
      repeated string property = 2;
    • getPropertyBytes

      com.google.protobuf.ByteString getPropertyBytes(int index)
      repeated string property = 2;