Class ListOnlineEvaluatorsRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ListOnlineEvaluatorsRequest.Builder>
com.google.cloud.aiplatform.v1beta1.ListOnlineEvaluatorsRequest.Builder
All Implemented Interfaces:
ListOnlineEvaluatorsRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ListOnlineEvaluatorsRequest

public static final class ListOnlineEvaluatorsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListOnlineEvaluatorsRequest.Builder> implements ListOnlineEvaluatorsRequestOrBuilder
 Request message for ListOnlineEvaluators.
 
Protobuf type google.cloud.aiplatform.v1beta1.ListOnlineEvaluatorsRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ListOnlineEvaluatorsRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ListOnlineEvaluatorsRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ListOnlineEvaluatorsRequest.Builder>
    • getDefaultInstanceForType

      public ListOnlineEvaluatorsRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ListOnlineEvaluatorsRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ListOnlineEvaluatorsRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListOnlineEvaluatorsRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ListOnlineEvaluatorsRequest.Builder>
    • mergeFrom

      public ListOnlineEvaluatorsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListOnlineEvaluatorsRequest.Builder>
      Throws:
      IOException
    • getParent

      public String getParent()
       Required. The parent resource of the OnlineEvaluators to list.
       Format: projects/{project}/locations/{location}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParent in interface ListOnlineEvaluatorsRequestOrBuilder
      Returns:
      The parent.
    • getParentBytes

      public com.google.protobuf.ByteString getParentBytes()
       Required. The parent resource of the OnlineEvaluators to list.
       Format: projects/{project}/locations/{location}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParentBytes in interface ListOnlineEvaluatorsRequestOrBuilder
      Returns:
      The bytes for parent.
    • setParent

      public ListOnlineEvaluatorsRequest.Builder setParent(String value)
       Required. The parent resource of the OnlineEvaluators to list.
       Format: projects/{project}/locations/{location}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The parent to set.
      Returns:
      This builder for chaining.
    • clearParent

       Required. The parent resource of the OnlineEvaluators to list.
       Format: projects/{project}/locations/{location}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setParentBytes

      public ListOnlineEvaluatorsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
       Required. The parent resource of the OnlineEvaluators to list.
       Format: projects/{project}/locations/{location}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for parent to set.
      Returns:
      This builder for chaining.
    • getPageSize

      public int getPageSize()
       Optional. The maximum number of OnlineEvaluators to return. The service may
       return fewer than this value. If unspecified, at most 50 OnlineEvaluators
       will be returned. The maximum value is 100; values above 100 will be
       coerced to 100. Based on aip.dev/158.
       
      int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPageSize in interface ListOnlineEvaluatorsRequestOrBuilder
      Returns:
      The pageSize.
    • setPageSize

      public ListOnlineEvaluatorsRequest.Builder setPageSize(int value)
       Optional. The maximum number of OnlineEvaluators to return. The service may
       return fewer than this value. If unspecified, at most 50 OnlineEvaluators
       will be returned. The maximum value is 100; values above 100 will be
       coerced to 100. Based on aip.dev/158.
       
      int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The pageSize to set.
      Returns:
      This builder for chaining.
    • clearPageSize

      public ListOnlineEvaluatorsRequest.Builder clearPageSize()
       Optional. The maximum number of OnlineEvaluators to return. The service may
       return fewer than this value. If unspecified, at most 50 OnlineEvaluators
       will be returned. The maximum value is 100; values above 100 will be
       coerced to 100. Based on aip.dev/158.
       
      int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • getPageToken

      public String getPageToken()
       Optional. A token identifying a page of results the server should return.
       Based on aip.dev/158.
       
      string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPageToken in interface ListOnlineEvaluatorsRequestOrBuilder
      Returns:
      The pageToken.
    • getPageTokenBytes

      public com.google.protobuf.ByteString getPageTokenBytes()
       Optional. A token identifying a page of results the server should return.
       Based on aip.dev/158.
       
      string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getPageTokenBytes in interface ListOnlineEvaluatorsRequestOrBuilder
      Returns:
      The bytes for pageToken.
    • setPageToken

      public ListOnlineEvaluatorsRequest.Builder setPageToken(String value)
       Optional. A token identifying a page of results the server should return.
       Based on aip.dev/158.
       
      string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The pageToken to set.
      Returns:
      This builder for chaining.
    • clearPageToken

      public ListOnlineEvaluatorsRequest.Builder clearPageToken()
       Optional. A token identifying a page of results the server should return.
       Based on aip.dev/158.
       
      string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setPageTokenBytes

      public ListOnlineEvaluatorsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
       Optional. A token identifying a page of results the server should return.
       Based on aip.dev/158.
       
      string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for pageToken to set.
      Returns:
      This builder for chaining.
    • getFilter

      public String getFilter()
       Optional. Standard list filter.
       Supported fields:
       * `create_time`
       * `update_time`
       * `agent_resource`
       Example: `create_time>"2026-01-01T00:00:00-04:00"`
       where the timestamp is in RFC 3339 format)
       Based on aip.dev/160.
       
      string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getFilter in interface ListOnlineEvaluatorsRequestOrBuilder
      Returns:
      The filter.
    • getFilterBytes

      public com.google.protobuf.ByteString getFilterBytes()
       Optional. Standard list filter.
       Supported fields:
       * `create_time`
       * `update_time`
       * `agent_resource`
       Example: `create_time>"2026-01-01T00:00:00-04:00"`
       where the timestamp is in RFC 3339 format)
       Based on aip.dev/160.
       
      string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getFilterBytes in interface ListOnlineEvaluatorsRequestOrBuilder
      Returns:
      The bytes for filter.
    • setFilter

      public ListOnlineEvaluatorsRequest.Builder setFilter(String value)
       Optional. Standard list filter.
       Supported fields:
       * `create_time`
       * `update_time`
       * `agent_resource`
       Example: `create_time>"2026-01-01T00:00:00-04:00"`
       where the timestamp is in RFC 3339 format)
       Based on aip.dev/160.
       
      string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The filter to set.
      Returns:
      This builder for chaining.
    • clearFilter

       Optional. Standard list filter.
       Supported fields:
       * `create_time`
       * `update_time`
       * `agent_resource`
       Example: `create_time>"2026-01-01T00:00:00-04:00"`
       where the timestamp is in RFC 3339 format)
       Based on aip.dev/160.
       
      string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setFilterBytes

      public ListOnlineEvaluatorsRequest.Builder setFilterBytes(com.google.protobuf.ByteString value)
       Optional. Standard list filter.
       Supported fields:
       * `create_time`
       * `update_time`
       * `agent_resource`
       Example: `create_time>"2026-01-01T00:00:00-04:00"`
       where the timestamp is in RFC 3339 format)
       Based on aip.dev/160.
       
      string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for filter to set.
      Returns:
      This builder for chaining.
    • getOrderBy

      public String getOrderBy()
       Optional. A comma-separated list of fields to order by. The default sorting
       order is ascending. Use "desc" after a field name for descending. Supported
       fields:
       * `create_time`
       * `update_time`
      
       Example: `create_time desc`.
       Based on aip.dev/132.
       
      string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getOrderBy in interface ListOnlineEvaluatorsRequestOrBuilder
      Returns:
      The orderBy.
    • getOrderByBytes

      public com.google.protobuf.ByteString getOrderByBytes()
       Optional. A comma-separated list of fields to order by. The default sorting
       order is ascending. Use "desc" after a field name for descending. Supported
       fields:
       * `create_time`
       * `update_time`
      
       Example: `create_time desc`.
       Based on aip.dev/132.
       
      string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getOrderByBytes in interface ListOnlineEvaluatorsRequestOrBuilder
      Returns:
      The bytes for orderBy.
    • setOrderBy

      public ListOnlineEvaluatorsRequest.Builder setOrderBy(String value)
       Optional. A comma-separated list of fields to order by. The default sorting
       order is ascending. Use "desc" after a field name for descending. Supported
       fields:
       * `create_time`
       * `update_time`
      
       Example: `create_time desc`.
       Based on aip.dev/132.
       
      string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The orderBy to set.
      Returns:
      This builder for chaining.
    • clearOrderBy

      public ListOnlineEvaluatorsRequest.Builder clearOrderBy()
       Optional. A comma-separated list of fields to order by. The default sorting
       order is ascending. Use "desc" after a field name for descending. Supported
       fields:
       * `create_time`
       * `update_time`
      
       Example: `create_time desc`.
       Based on aip.dev/132.
       
      string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setOrderByBytes

      public ListOnlineEvaluatorsRequest.Builder setOrderByBytes(com.google.protobuf.ByteString value)
       Optional. A comma-separated list of fields to order by. The default sorting
       order is ascending. Use "desc" after a field name for descending. Supported
       fields:
       * `create_time`
       * `update_time`
      
       Example: `create_time desc`.
       Based on aip.dev/132.
       
      string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for orderBy to set.
      Returns:
      This builder for chaining.