Interface Schema.ReadSchemaRequestOrBuilder

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

public static interface Schema.ReadSchemaRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The list of names of the Object Definitions that are being requested.
    com.google.protobuf.ByteString
    The list of names of the Object Definitions that are being requested.
    int
    The list of names of the Object Definitions that are being requested.
    The list of names of the Object Definitions that are being requested.

    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

    • getObjectDefinitionsNamesList

      List<String> getObjectDefinitionsNamesList()
       The list of names of the Object Definitions that are being requested.
      
       These names must be fully qualified with their namespace (e.g.
       myblog/post).
       
      repeated string object_definitions_names = 1 [(.validate.rules) = { ... }
      Returns:
      A list containing the objectDefinitionsNames.
    • getObjectDefinitionsNamesCount

      int getObjectDefinitionsNamesCount()
       The list of names of the Object Definitions that are being requested.
      
       These names must be fully qualified with their namespace (e.g.
       myblog/post).
       
      repeated string object_definitions_names = 1 [(.validate.rules) = { ... }
      Returns:
      The count of objectDefinitionsNames.
    • getObjectDefinitionsNames

      String getObjectDefinitionsNames(int index)
       The list of names of the Object Definitions that are being requested.
      
       These names must be fully qualified with their namespace (e.g.
       myblog/post).
       
      repeated string object_definitions_names = 1 [(.validate.rules) = { ... }
      Parameters:
      index - The index of the element to return.
      Returns:
      The objectDefinitionsNames at the given index.
    • getObjectDefinitionsNamesBytes

      com.google.protobuf.ByteString getObjectDefinitionsNamesBytes(int index)
       The list of names of the Object Definitions that are being requested.
      
       These names must be fully qualified with their namespace (e.g.
       myblog/post).
       
      repeated string object_definitions_names = 1 [(.validate.rules) = { ... }
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the objectDefinitionsNames at the given index.