Interface Generated.CreateOptionsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Generated.CreateOptions, Generated.CreateOptions.Builder
    Enclosing class:
    Generated

    public static interface Generated.CreateOptionsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDryRun​(int index)
      When present, indicates that modifications should not be persisted.
      com.google.protobuf.ByteString getDryRunBytes​(int index)
      When present, indicates that modifications should not be persisted.
      int getDryRunCount()
      When present, indicates that modifications should not be persisted.
      List<String> getDryRunList()
      When present, indicates that modifications should not be persisted.
      String getFieldManager()
      fieldManager is a name associated with the actor or entity that is making these changes.
      com.google.protobuf.ByteString getFieldManagerBytes()
      fieldManager is a name associated with the actor or entity that is making these changes.
      String getFieldValidation()
      fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields.
      com.google.protobuf.ByteString getFieldValidationBytes()
      fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields.
      boolean hasFieldManager()
      fieldManager is a name associated with the actor or entity that is making these changes.
      boolean hasFieldValidation()
      fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields.
      • 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 Detail

      • getDryRunList

        List<String> getDryRunList()
         When present, indicates that modifications should not be
         persisted. An invalid or unrecognized dryRun directive will
         result in an error response and no further processing of the
         request. Valid values are:
         - All: all dry run stages will be processed
         +optional
         +listType=atomic
         
        repeated string dryRun = 1;
        Returns:
        A list containing the dryRun.
      • getDryRunCount

        int getDryRunCount()
         When present, indicates that modifications should not be
         persisted. An invalid or unrecognized dryRun directive will
         result in an error response and no further processing of the
         request. Valid values are:
         - All: all dry run stages will be processed
         +optional
         +listType=atomic
         
        repeated string dryRun = 1;
        Returns:
        The count of dryRun.
      • getDryRun

        String getDryRun​(int index)
         When present, indicates that modifications should not be
         persisted. An invalid or unrecognized dryRun directive will
         result in an error response and no further processing of the
         request. Valid values are:
         - All: all dry run stages will be processed
         +optional
         +listType=atomic
         
        repeated string dryRun = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The dryRun at the given index.
      • getDryRunBytes

        com.google.protobuf.ByteString getDryRunBytes​(int index)
         When present, indicates that modifications should not be
         persisted. An invalid or unrecognized dryRun directive will
         result in an error response and no further processing of the
         request. Valid values are:
         - All: all dry run stages will be processed
         +optional
         +listType=atomic
         
        repeated string dryRun = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the dryRun at the given index.
      • hasFieldManager

        boolean hasFieldManager()
         fieldManager is a name associated with the actor or entity
         that is making these changes. The value must be less than or
         128 characters long, and only contain printable characters,
         as defined by https://golang.org/pkg/unicode/#IsPrint.
         +optional
         
        optional string fieldManager = 3;
        Returns:
        Whether the fieldManager field is set.
      • getFieldManager

        String getFieldManager()
         fieldManager is a name associated with the actor or entity
         that is making these changes. The value must be less than or
         128 characters long, and only contain printable characters,
         as defined by https://golang.org/pkg/unicode/#IsPrint.
         +optional
         
        optional string fieldManager = 3;
        Returns:
        The fieldManager.
      • getFieldManagerBytes

        com.google.protobuf.ByteString getFieldManagerBytes()
         fieldManager is a name associated with the actor or entity
         that is making these changes. The value must be less than or
         128 characters long, and only contain printable characters,
         as defined by https://golang.org/pkg/unicode/#IsPrint.
         +optional
         
        optional string fieldManager = 3;
        Returns:
        The bytes for fieldManager.
      • hasFieldValidation

        boolean hasFieldValidation()
         fieldValidation instructs the server on how to handle
         objects in the request (POST/PUT/PATCH) containing unknown
         or duplicate fields. Valid values are:
         - Ignore: This will ignore any unknown fields that are silently
         dropped from the object, and will ignore all but the last duplicate
         field that the decoder encounters. This is the default behavior
         prior to v1.23.
         - Warn: This will send a warning via the standard warning response
         header for each unknown field that is dropped from the object, and
         for each duplicate field that is encountered. The request will
         still succeed if there are no other errors, and will only persist
         the last of any duplicate fields. This is the default in v1.23+
         - Strict: This will fail the request with a BadRequest error if
         any unknown fields would be dropped from the object, or if any
         duplicate fields are present. The error returned from the server
         will contain all unknown and duplicate fields encountered.
         +optional
         
        optional string fieldValidation = 4;
        Returns:
        Whether the fieldValidation field is set.
      • getFieldValidation

        String getFieldValidation()
         fieldValidation instructs the server on how to handle
         objects in the request (POST/PUT/PATCH) containing unknown
         or duplicate fields. Valid values are:
         - Ignore: This will ignore any unknown fields that are silently
         dropped from the object, and will ignore all but the last duplicate
         field that the decoder encounters. This is the default behavior
         prior to v1.23.
         - Warn: This will send a warning via the standard warning response
         header for each unknown field that is dropped from the object, and
         for each duplicate field that is encountered. The request will
         still succeed if there are no other errors, and will only persist
         the last of any duplicate fields. This is the default in v1.23+
         - Strict: This will fail the request with a BadRequest error if
         any unknown fields would be dropped from the object, or if any
         duplicate fields are present. The error returned from the server
         will contain all unknown and duplicate fields encountered.
         +optional
         
        optional string fieldValidation = 4;
        Returns:
        The fieldValidation.
      • getFieldValidationBytes

        com.google.protobuf.ByteString getFieldValidationBytes()
         fieldValidation instructs the server on how to handle
         objects in the request (POST/PUT/PATCH) containing unknown
         or duplicate fields. Valid values are:
         - Ignore: This will ignore any unknown fields that are silently
         dropped from the object, and will ignore all but the last duplicate
         field that the decoder encounters. This is the default behavior
         prior to v1.23.
         - Warn: This will send a warning via the standard warning response
         header for each unknown field that is dropped from the object, and
         for each duplicate field that is encountered. The request will
         still succeed if there are no other errors, and will only persist
         the last of any duplicate fields. This is the default in v1.23+
         - Strict: This will fail the request with a BadRequest error if
         any unknown fields would be dropped from the object, or if any
         duplicate fields are present. The error returned from the server
         will contain all unknown and duplicate fields encountered.
         +optional
         
        optional string fieldValidation = 4;
        Returns:
        The bytes for fieldValidation.