Interface ListProjectsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListProjectsRequest, ListProjectsRequest.Builder

public interface ListProjectsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Supplies an expression-based filter, using CEL (Common Expression Language).
    Supplies an expression-based filter, using CEL (Common Expression Language).
    Specifies query options for the list request.
    Specifies query options for the list request.
    getScope(int index)
    Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user.
    com.google.protobuf.ByteString
    getScopeBytes(int index)
    Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user.
    int
    Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user.
    Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user.
    boolean
    Supplies an expression-based filter, using CEL (Common Expression Language).
    boolean
    Specifies query options for the list request.

    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

    • getScopeList

      List<String> getScopeList()
       Specifies the account scopes that should be included; the special string `self` can be used to include projects
       owned by the current user. Other strings are expected to be tenant short names which the user has access to.
       
      repeated string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST, (.validate.rules) = { ... }
      Returns:
      A list containing the scope.
    • getScopeCount

      int getScopeCount()
       Specifies the account scopes that should be included; the special string `self` can be used to include projects
       owned by the current user. Other strings are expected to be tenant short names which the user has access to.
       
      repeated string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST, (.validate.rules) = { ... }
      Returns:
      The count of scope.
    • getScope

      String getScope(int index)
       Specifies the account scopes that should be included; the special string `self` can be used to include projects
       owned by the current user. Other strings are expected to be tenant short names which the user has access to.
       
      repeated string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST, (.validate.rules) = { ... }
      Parameters:
      index - The index of the element to return.
      Returns:
      The scope at the given index.
    • getScopeBytes

      com.google.protobuf.ByteString getScopeBytes(int index)
       Specifies the account scopes that should be included; the special string `self` can be used to include projects
       owned by the current user. Other strings are expected to be tenant short names which the user has access to.
       
      repeated string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST, (.validate.rules) = { ... }
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the scope at the given index.
    • hasQuery

      boolean hasQuery()
       Specifies query options for the list request. This field is optional.
       
      .buildless.service.v1.QueryOptions query = 2 [json_name = "query", (.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the query field is set.
    • getQuery

      QueryOptions getQuery()
       Specifies query options for the list request. This field is optional.
       
      .buildless.service.v1.QueryOptions query = 2 [json_name = "query", (.google.api.field_behavior) = OPTIONAL];
      Returns:
      The query.
    • getQueryOrBuilder

      QueryOptionsOrBuilder getQueryOrBuilder()
       Specifies query options for the list request. This field is optional.
       
      .buildless.service.v1.QueryOptions query = 2 [json_name = "query", (.google.api.field_behavior) = OPTIONAL];
    • hasExpr

      boolean hasExpr()
       Supplies an expression-based filter, using CEL (Common Expression Language).
       
      .buildless.service.v1.Expression expr = 3 [json_name = "expr", (.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the expr field is set.
    • getExpr

      Expression getExpr()
       Supplies an expression-based filter, using CEL (Common Expression Language).
       
      .buildless.service.v1.Expression expr = 3 [json_name = "expr", (.google.api.field_behavior) = OPTIONAL];
      Returns:
      The expr.
    • getExprOrBuilder

      ExpressionOrBuilder getExprOrBuilder()
       Supplies an expression-based filter, using CEL (Common Expression Language).
       
      .buildless.service.v1.Expression expr = 3 [json_name = "expr", (.google.api.field_behavior) = OPTIONAL];