Interface ValidationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Validation, Validation.Builder

@Generated public interface ValidationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string error = 2;
    com.google.protobuf.ByteString
    string error = 2;
    As in https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/field_mask.proto
    com.google.protobuf.ByteString
    As in https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/field_mask.proto

    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

    • getPath

       As in
       https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/field_mask.proto
       
      string path = 1;
      Returns:
      The path.
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
       As in
       https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/field_mask.proto
       
      string path = 1;
      Returns:
      The bytes for path.
    • getError

      string error = 2;
      Returns:
      The error.
    • getErrorBytes

      com.google.protobuf.ByteString getErrorBytes()
      string error = 2;
      Returns:
      The bytes for error.