Package viam.app.v1

Class App.ListOAuthAppsResponse.Builder

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

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

    • getClientIdsList

      public List<String> getClientIdsList()
      repeated string client_ids = 1 [json_name = "clientIds"];
      Specified by:
      getClientIdsList in interface App.ListOAuthAppsResponseOrBuilder
      Returns:
      A list containing the clientIds.
    • getClientIdsCount

      public int getClientIdsCount()
      repeated string client_ids = 1 [json_name = "clientIds"];
      Specified by:
      getClientIdsCount in interface App.ListOAuthAppsResponseOrBuilder
      Returns:
      The count of clientIds.
    • getClientIds

      public String getClientIds(int index)
      repeated string client_ids = 1 [json_name = "clientIds"];
      Specified by:
      getClientIds in interface App.ListOAuthAppsResponseOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The clientIds at the given index.
    • getClientIdsBytes

      public com.google.protobuf.ByteString getClientIdsBytes(int index)
      repeated string client_ids = 1 [json_name = "clientIds"];
      Specified by:
      getClientIdsBytes in interface App.ListOAuthAppsResponseOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the clientIds at the given index.
    • setClientIds

      public App.ListOAuthAppsResponse.Builder setClientIds(int index, String value)
      repeated string client_ids = 1 [json_name = "clientIds"];
      Parameters:
      index - The index to set the value at.
      value - The clientIds to set.
      Returns:
      This builder for chaining.
    • addClientIds

      public App.ListOAuthAppsResponse.Builder addClientIds(String value)
      repeated string client_ids = 1 [json_name = "clientIds"];
      Parameters:
      value - The clientIds to add.
      Returns:
      This builder for chaining.
    • addAllClientIds

      public App.ListOAuthAppsResponse.Builder addAllClientIds(Iterable<String> values)
      repeated string client_ids = 1 [json_name = "clientIds"];
      Parameters:
      values - The clientIds to add.
      Returns:
      This builder for chaining.
    • clearClientIds

      public App.ListOAuthAppsResponse.Builder clearClientIds()
      repeated string client_ids = 1 [json_name = "clientIds"];
      Returns:
      This builder for chaining.
    • addClientIdsBytes

      public App.ListOAuthAppsResponse.Builder addClientIdsBytes(com.google.protobuf.ByteString value)
      repeated string client_ids = 1 [json_name = "clientIds"];
      Parameters:
      value - The bytes of the clientIds to add.
      Returns:
      This builder for chaining.