Interface Meta.ManagedFieldsEntryOrBuilder

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

public static interface Meta.ManagedFieldsEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    APIVersion defines the version of this resource that this field set applies to.
    com.google.protobuf.ByteString
    APIVersion defines the version of this resource that this field set applies to.
    FieldsType is the discriminator for the different fields format and version.
    com.google.protobuf.ByteString
    FieldsType is the discriminator for the different fields format and version.
    FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
    FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
    Manager is an identifier of the workflow managing these fields.
    com.google.protobuf.ByteString
    Manager is an identifier of the workflow managing these fields.
    Operation is the type of operation which lead to this ManagedFieldsEntry being created.
    com.google.protobuf.ByteString
    Operation is the type of operation which lead to this ManagedFieldsEntry being created.
    Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource.
    com.google.protobuf.ByteString
    Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource.
    Time is timestamp of when these fields were set.
    Time is timestamp of when these fields were set.
    boolean
    APIVersion defines the version of this resource that this field set applies to.
    boolean
    FieldsType is the discriminator for the different fields format and version.
    boolean
    FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
    boolean
    Manager is an identifier of the workflow managing these fields.
    boolean
    Operation is the type of operation which lead to this ManagedFieldsEntry being created.
    boolean
    Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource.
    boolean
    Time is timestamp of when these fields were set.

    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

    • hasManager

      boolean hasManager()
       Manager is an identifier of the workflow managing these fields.
       
      optional string manager = 1;
    • getManager

      String getManager()
       Manager is an identifier of the workflow managing these fields.
       
      optional string manager = 1;
    • getManagerBytes

      com.google.protobuf.ByteString getManagerBytes()
       Manager is an identifier of the workflow managing these fields.
       
      optional string manager = 1;
    • hasOperation

      boolean hasOperation()
       Operation is the type of operation which lead to this ManagedFieldsEntry being created.
       The only valid values for this field are 'Apply' and 'Update'.
       
      optional string operation = 2;
    • getOperation

      String getOperation()
       Operation is the type of operation which lead to this ManagedFieldsEntry being created.
       The only valid values for this field are 'Apply' and 'Update'.
       
      optional string operation = 2;
    • getOperationBytes

      com.google.protobuf.ByteString getOperationBytes()
       Operation is the type of operation which lead to this ManagedFieldsEntry being created.
       The only valid values for this field are 'Apply' and 'Update'.
       
      optional string operation = 2;
    • hasApiVersion

      boolean hasApiVersion()
       APIVersion defines the version of this resource that this field set
       applies to. The format is "group/version" just like the top-level
       APIVersion field. It is necessary to track the version of a field
       set because it cannot be automatically converted.
       
      optional string apiVersion = 3;
    • getApiVersion

      String getApiVersion()
       APIVersion defines the version of this resource that this field set
       applies to. The format is "group/version" just like the top-level
       APIVersion field. It is necessary to track the version of a field
       set because it cannot be automatically converted.
       
      optional string apiVersion = 3;
    • getApiVersionBytes

      com.google.protobuf.ByteString getApiVersionBytes()
       APIVersion defines the version of this resource that this field set
       applies to. The format is "group/version" just like the top-level
       APIVersion field. It is necessary to track the version of a field
       set because it cannot be automatically converted.
       
      optional string apiVersion = 3;
    • hasTime

      boolean hasTime()
       Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time time = 4;
    • getTime

      Meta.Time getTime()
       Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time time = 4;
    • getTimeOrBuilder

      Meta.TimeOrBuilder getTimeOrBuilder()
       Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time time = 4;
    • hasFieldsType

      boolean hasFieldsType()
       FieldsType is the discriminator for the different fields format and version.
       There is currently only one possible value: "FieldsV1"
       
      optional string fieldsType = 6;
    • getFieldsType

      String getFieldsType()
       FieldsType is the discriminator for the different fields format and version.
       There is currently only one possible value: "FieldsV1"
       
      optional string fieldsType = 6;
    • getFieldsTypeBytes

      com.google.protobuf.ByteString getFieldsTypeBytes()
       FieldsType is the discriminator for the different fields format and version.
       There is currently only one possible value: "FieldsV1"
       
      optional string fieldsType = 6;
    • hasFieldsV1

      boolean hasFieldsV1()
       FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.FieldsV1 fieldsV1 = 7;
    • getFieldsV1

      Meta.FieldsV1 getFieldsV1()
       FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.FieldsV1 fieldsV1 = 7;
    • getFieldsV1OrBuilder

      Meta.FieldsV1OrBuilder getFieldsV1OrBuilder()
       FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.FieldsV1 fieldsV1 = 7;
    • hasSubresource

      boolean hasSubresource()
       Subresource is the name of the subresource used to update that object, or
       empty string if the object was updated through the main resource. The
       value of this field is used to distinguish between managers, even if they
       share the same name. For example, a status update will be distinct from a
       regular update using the same manager name.
       Note that the APIVersion field is not related to the Subresource field and
       it always corresponds to the version of the main resource.
       
      optional string subresource = 8;
    • getSubresource

      String getSubresource()
       Subresource is the name of the subresource used to update that object, or
       empty string if the object was updated through the main resource. The
       value of this field is used to distinguish between managers, even if they
       share the same name. For example, a status update will be distinct from a
       regular update using the same manager name.
       Note that the APIVersion field is not related to the Subresource field and
       it always corresponds to the version of the main resource.
       
      optional string subresource = 8;
    • getSubresourceBytes

      com.google.protobuf.ByteString getSubresourceBytes()
       Subresource is the name of the subresource used to update that object, or
       empty string if the object was updated through the main resource. The
       value of this field is used to distinguish between managers, even if they
       share the same name. For example, a status update will be distinct from a
       regular update using the same manager name.
       Note that the APIVersion field is not related to the Subresource field and
       it always corresponds to the version of the main resource.
       
      optional string subresource = 8;