@@ -311,6 +311,9 @@ def get_project_location_workstation_cluster(name, fields: nil, quota_user: nil,
311311 # Returns all workstation clusters in the specified location.
312312 # @param [String] parent
313313 # Required. Parent resource name.
314+ # @param [String] filter
315+ # Optional. Filter the WorkstationClusters to be listed. Possible filters are
316+ # described in https://google.aip.dev/160.
314317 # @param [Fixnum] page_size
315318 # Optional. Maximum number of items to return.
316319 # @param [String] page_token
@@ -332,11 +335,12 @@ def get_project_location_workstation_cluster(name, fields: nil, quota_user: nil,
332335 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
333336 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
334337 # @raise [Google::Apis::AuthorizationError] Authorization is required
335- def list_project_location_workstation_clusters ( parent , page_size : nil , page_token : nil , fields : nil , quota_user : nil , options : nil , &block )
338+ def list_project_location_workstation_clusters ( parent , filter : nil , page_size : nil , page_token : nil , fields : nil , quota_user : nil , options : nil , &block )
336339 command = make_simple_command ( :get , 'v1beta/{+parent}/workstationClusters' , options )
337340 command . response_representation = Google ::Apis ::WorkstationsV1beta ::ListWorkstationClustersResponse ::Representation
338341 command . response_class = Google ::Apis ::WorkstationsV1beta ::ListWorkstationClustersResponse
339342 command . params [ 'parent' ] = parent unless parent . nil?
343+ command . query [ 'filter' ] = filter unless filter . nil?
340344 command . query [ 'pageSize' ] = page_size unless page_size . nil?
341345 command . query [ 'pageToken' ] = page_token unless page_token . nil?
342346 command . query [ 'fields' ] = fields unless fields . nil?
@@ -550,6 +554,9 @@ def get_project_location_workstation_cluster_workstation_config_iam_policy(resou
550554 # Returns all workstation configurations in the specified cluster.
551555 # @param [String] parent
552556 # Required. Parent resource name.
557+ # @param [String] filter
558+ # Optional. Filter the WorkstationConfigs to be listed. Possible filters are
559+ # described in https://google.aip.dev/160.
553560 # @param [Fixnum] page_size
554561 # Optional. Maximum number of items to return.
555562 # @param [String] page_token
@@ -571,11 +578,12 @@ def get_project_location_workstation_cluster_workstation_config_iam_policy(resou
571578 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
572579 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
573580 # @raise [Google::Apis::AuthorizationError] Authorization is required
574- def list_project_location_workstation_cluster_workstation_configs ( parent , page_size : nil , page_token : nil , fields : nil , quota_user : nil , options : nil , &block )
581+ def list_project_location_workstation_cluster_workstation_configs ( parent , filter : nil , page_size : nil , page_token : nil , fields : nil , quota_user : nil , options : nil , &block )
575582 command = make_simple_command ( :get , 'v1beta/{+parent}/workstationConfigs' , options )
576583 command . response_representation = Google ::Apis ::WorkstationsV1beta ::ListWorkstationConfigsResponse ::Representation
577584 command . response_class = Google ::Apis ::WorkstationsV1beta ::ListWorkstationConfigsResponse
578585 command . params [ 'parent' ] = parent unless parent . nil?
586+ command . query [ 'filter' ] = filter unless filter . nil?
579587 command . query [ 'pageSize' ] = page_size unless page_size . nil?
580588 command . query [ 'pageToken' ] = page_token unless page_token . nil?
581589 command . query [ 'fields' ] = fields unless fields . nil?
@@ -934,6 +942,9 @@ def get_project_location_workstation_cluster_workstation_config_workstation_iam_
934942 # Returns all Workstations using the specified workstation configuration.
935943 # @param [String] parent
936944 # Required. Parent resource name.
945+ # @param [String] filter
946+ # Optional. Filter the Workstations to be listed. Possible filters are described
947+ # in https://google.aip.dev/160.
937948 # @param [Fixnum] page_size
938949 # Optional. Maximum number of items to return.
939950 # @param [String] page_token
@@ -955,11 +966,12 @@ def get_project_location_workstation_cluster_workstation_config_workstation_iam_
955966 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
956967 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
957968 # @raise [Google::Apis::AuthorizationError] Authorization is required
958- def list_project_location_workstation_cluster_workstation_config_workstations ( parent , page_size : nil , page_token : nil , fields : nil , quota_user : nil , options : nil , &block )
969+ def list_project_location_workstation_cluster_workstation_config_workstations ( parent , filter : nil , page_size : nil , page_token : nil , fields : nil , quota_user : nil , options : nil , &block )
959970 command = make_simple_command ( :get , 'v1beta/{+parent}/workstations' , options )
960971 command . response_representation = Google ::Apis ::WorkstationsV1beta ::ListWorkstationsResponse ::Representation
961972 command . response_class = Google ::Apis ::WorkstationsV1beta ::ListWorkstationsResponse
962973 command . params [ 'parent' ] = parent unless parent . nil?
974+ command . query [ 'filter' ] = filter unless filter . nil?
963975 command . query [ 'pageSize' ] = page_size unless page_size . nil?
964976 command . query [ 'pageToken' ] = page_token unless page_token . nil?
965977 command . query [ 'fields' ] = fields unless fields . nil?
0 commit comments