Interface Request.EnablePolicyRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId​(int index)
      repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getIdBytes​(int index)
      repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      int getIdCount()
      repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.util.List<java.lang.String> getIdList()
      repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      • 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

      • getIdList

        java.util.List<java.lang.String> getIdList()
        repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        A list containing the id.
      • getIdCount

        int getIdCount()
        repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The count of id.
      • getId

        java.lang.String getId​(int index)
        repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Parameters:
        index - The index of the element to return.
        Returns:
        The id at the given index.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes​(int index)
        repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the id at the given index.