Package viam.app.v1

Class App.ListAuthorizationsRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.ListAuthorizationsRequest,App.ListAuthorizationsRequest.Builder>
viam.app.v1.App.ListAuthorizationsRequest.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, App.ListAuthorizationsRequestOrBuilder
Enclosing class:
App.ListAuthorizationsRequest

public static final class App.ListAuthorizationsRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<App.ListAuthorizationsRequest,App.ListAuthorizationsRequest.Builder> implements App.ListAuthorizationsRequestOrBuilder
Protobuf type viam.app.v1.ListAuthorizationsRequest
  • Method Details

    • getOrganizationId

      public String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      Specified by:
      getOrganizationId in interface App.ListAuthorizationsRequestOrBuilder
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      public com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      Specified by:
      getOrganizationIdBytes in interface App.ListAuthorizationsRequestOrBuilder
      Returns:
      The bytes for organizationId.
    • setOrganizationId

      public App.ListAuthorizationsRequest.Builder setOrganizationId(String value)
      string organization_id = 1 [json_name = "organizationId"];
      Parameters:
      value - The organizationId to set.
      Returns:
      This builder for chaining.
    • clearOrganizationId

      public App.ListAuthorizationsRequest.Builder clearOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      This builder for chaining.
    • setOrganizationIdBytes

      public App.ListAuthorizationsRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value)
      string organization_id = 1 [json_name = "organizationId"];
      Parameters:
      value - The bytes for organizationId to set.
      Returns:
      This builder for chaining.
    • getResourceIdsList

      public List<String> getResourceIdsList()
       optional filter
       
      repeated string resource_ids = 2 [json_name = "resourceIds"];
      Specified by:
      getResourceIdsList in interface App.ListAuthorizationsRequestOrBuilder
      Returns:
      A list containing the resourceIds.
    • getResourceIdsCount

      public int getResourceIdsCount()
       optional filter
       
      repeated string resource_ids = 2 [json_name = "resourceIds"];
      Specified by:
      getResourceIdsCount in interface App.ListAuthorizationsRequestOrBuilder
      Returns:
      The count of resourceIds.
    • getResourceIds

      public String getResourceIds(int index)
       optional filter
       
      repeated string resource_ids = 2 [json_name = "resourceIds"];
      Specified by:
      getResourceIds in interface App.ListAuthorizationsRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The resourceIds at the given index.
    • getResourceIdsBytes

      public com.google.protobuf.ByteString getResourceIdsBytes(int index)
       optional filter
       
      repeated string resource_ids = 2 [json_name = "resourceIds"];
      Specified by:
      getResourceIdsBytes in interface App.ListAuthorizationsRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the resourceIds at the given index.
    • setResourceIds

      public App.ListAuthorizationsRequest.Builder setResourceIds(int index, String value)
       optional filter
       
      repeated string resource_ids = 2 [json_name = "resourceIds"];
      Parameters:
      index - The index to set the value at.
      value - The resourceIds to set.
      Returns:
      This builder for chaining.
    • addResourceIds

      public App.ListAuthorizationsRequest.Builder addResourceIds(String value)
       optional filter
       
      repeated string resource_ids = 2 [json_name = "resourceIds"];
      Parameters:
      value - The resourceIds to add.
      Returns:
      This builder for chaining.
    • addAllResourceIds

      public App.ListAuthorizationsRequest.Builder addAllResourceIds(Iterable<String> values)
       optional filter
       
      repeated string resource_ids = 2 [json_name = "resourceIds"];
      Parameters:
      values - The resourceIds to add.
      Returns:
      This builder for chaining.
    • clearResourceIds

      public App.ListAuthorizationsRequest.Builder clearResourceIds()
       optional filter
       
      repeated string resource_ids = 2 [json_name = "resourceIds"];
      Returns:
      This builder for chaining.
    • addResourceIdsBytes

      public App.ListAuthorizationsRequest.Builder addResourceIdsBytes(com.google.protobuf.ByteString value)
       optional filter
       
      repeated string resource_ids = 2 [json_name = "resourceIds"];
      Parameters:
      value - The bytes of the resourceIds to add.
      Returns:
      This builder for chaining.