Interface Openapiv2.SecurityRequirement.SecurityRequirementValueOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getScope​(int index)
      repeated string scope = 1;
      com.google.protobuf.ByteString getScopeBytes​(int index)
      repeated string scope = 1;
      int getScopeCount()
      repeated string scope = 1;
      java.util.List<java.lang.String> getScopeList()
      repeated string scope = 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 Detail

      • getScopeList

        java.util.List<java.lang.String> getScopeList()
        repeated string scope = 1;
        Returns:
        A list containing the scope.
      • getScopeCount

        int getScopeCount()
        repeated string scope = 1;
        Returns:
        The count of scope.
      • getScope

        java.lang.String getScope​(int index)
        repeated string scope = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The scope at the given index.
      • getScopeBytes

        com.google.protobuf.ByteString getScopeBytes​(int index)
        repeated string scope = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the scope at the given index.