google-cloud-parallelstore-v1beta 0.3.1 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47f1e94e2d9595e2d6049ff69b7457611ea68f9e223645879f3549b367a4d226
4
- data.tar.gz: 82362691d7544ac13e41423257a4a0a78364002ff2d6dabebb36c48c93d67535
3
+ metadata.gz: 19fb1a0861fedb45cf983d25e194e863ac258fe1196b5d36a876d6a6dfd29ebb
4
+ data.tar.gz: 0d75f108e8a973e92cba341503fe1896565db875f9d3af78d8c4306ddc0699a9
5
5
  SHA512:
6
- metadata.gz: abdedca29c4d4a37c98601bc95919e7b2e1d2da43bdb0b4e5b6cc9e044d6eb41af17b60e5c6ec37063569d288dcdcb93f6966b04e3d915c91a24a33cab822776
7
- data.tar.gz: 391f9138550060507b6b6bfcb685bedbf0a5a1f5b71bd41891412ebf1ed1db741259d3731f99be1de9015dcc2ad565858833737f8a8c2ed9e5134eb98bce569a
6
+ metadata.gz: 0db1b582ee3f8a4153e7a6aa8201d542687402583e9e204c42406c5e5d4a524176433ba0bcf6833ebe1f0d26fb99b099e091a0edc5a38bb3a1016783e77df477
7
+ data.tar.gz: 768da0757bc3ff958525699fbc848883dc72aeca09ba8f76b0035c156306a8da7125999d95e33df7171675185ff3be9b16458fc7c9e4251c1ed422e4098aa24e
@@ -207,7 +207,7 @@ module Google
207
207
  # Service calls
208
208
 
209
209
  ##
210
- # Lists Instances in a given project and location.
210
+ # Lists all instances in a given project and location.
211
211
  #
212
212
  # @overload list_instances(request, options = nil)
213
213
  # Pass arguments to `list_instances` via a request object, either of type
@@ -227,19 +227,18 @@ module Google
227
227
  # @param parent [::String]
228
228
  # Required. The project and location for which to retrieve instance
229
229
  # information, in the format `projects/{project_id}/locations/{location}`.
230
- # For Parallelstore locations map to Google Cloud zones, for example
231
- # **us-central1-a**.
232
- # To retrieve instance information for all locations, use "-" for the
233
- # `{location}` value.
230
+ #
231
+ # To retrieve instance information for all locations, use "-" as the value of
232
+ # `{location}`.
234
233
  # @param page_size [::Integer]
235
234
  # Optional. Requested page size. Server may return fewer items than
236
- # requested. If unspecified, server will pick an appropriate default.
235
+ # requested. If unspecified, the server will pick an appropriate default.
237
236
  # @param page_token [::String]
238
237
  # Optional. A token identifying a page of results the server should return.
239
238
  # @param filter [::String]
240
- # Optional. Filtering results
239
+ # Optional. Filtering results.
241
240
  # @param order_by [::String]
242
- # Optional. Hint for how to order the results
241
+ # Optional. Hint for how to order the results.
243
242
  #
244
243
  # @yield [response, operation] Access the result along with the RPC operation
245
244
  # @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::Parallelstore::V1beta::Instance>]
@@ -312,7 +311,7 @@ module Google
312
311
  end
313
312
 
314
313
  ##
315
- # Gets details of a single Instance.
314
+ # Gets details of a single instance.
316
315
  #
317
316
  # @overload get_instance(request, options = nil)
318
317
  # Pass arguments to `get_instance` via a request object, either of type
@@ -419,10 +418,9 @@ module Google
419
418
  # @param parent [::String]
420
419
  # Required. The instance's project and location, in the format
421
420
  # `projects/{project}/locations/{location}`.
422
- # Locations map to Google Cloud zones, for example **us-west1-b**.
421
+ # Locations map to Google Cloud zones; for example, `us-west1-b`.
423
422
  # @param instance_id [::String]
424
- # Required. The logical name of the Parallelstore instance in the user
425
- # project with the following restrictions:
423
+ # Required. The name of the Parallelstore instance.
426
424
  #
427
425
  # * Must contain only lowercase letters, numbers, and hyphens.
428
426
  # * Must start with a letter.
@@ -520,7 +518,7 @@ module Google
520
518
  end
521
519
 
522
520
  ##
523
- # Updates the parameters of a single Instance.
521
+ # Updates the parameters of a single instance.
524
522
  #
525
523
  # @overload update_instance(request, options = nil)
526
524
  # Pass arguments to `update_instance` via a request object, either of type
@@ -538,12 +536,12 @@ module Google
538
536
  # the default parameter values, pass an empty Hash as a request object (see above).
539
537
  #
540
538
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
541
- # Required. Mask of fields to update .Field mask is used to specify the
539
+ # Required. Mask of fields to update. Field mask is used to specify the
542
540
  # fields to be overwritten in the Instance resource by the update. At least
543
541
  # one path must be supplied in this field. The fields specified in the
544
542
  # update_mask are relative to the resource, not the full request.
545
543
  # @param instance [::Google::Cloud::Parallelstore::V1beta::Instance, ::Hash]
546
- # Required. The instance to update
544
+ # Required. The instance to update.
547
545
  # @param request_id [::String]
548
546
  # Optional. An optional request ID to identify requests. Specify a unique
549
547
  # request ID so that if you must retry your request, the server will know to
@@ -633,7 +631,7 @@ module Google
633
631
  end
634
632
 
635
633
  ##
636
- # Deletes a single Instance.
634
+ # Deletes a single instance.
637
635
  #
638
636
  # @overload delete_instance(request, options = nil)
639
637
  # Pass arguments to `delete_instance` via a request object, either of type
@@ -741,7 +739,7 @@ module Google
741
739
  end
742
740
 
743
741
  ##
744
- # ImportData copies data from Cloud Storage to Parallelstore.
742
+ # Copies data from Cloud Storage to Parallelstore.
745
743
  #
746
744
  # @overload import_data(request, options = nil)
747
745
  # Pass arguments to `import_data` via a request object, either of type
@@ -759,7 +757,7 @@ module Google
759
757
  # the default parameter values, pass an empty Hash as a request object (see above).
760
758
  #
761
759
  # @param source_gcs_bucket [::Google::Cloud::Parallelstore::V1beta::SourceGcsBucket, ::Hash]
762
- # Cloud Storage source.
760
+ # The Cloud Storage source bucket and, optionally, path inside the bucket.
763
761
  # @param destination_parallelstore [::Google::Cloud::Parallelstore::V1beta::DestinationParallelstore, ::Hash]
764
762
  # Parallelstore destination.
765
763
  # @param name [::String]
@@ -779,11 +777,17 @@ module Google
779
777
  # The request ID must be a valid UUID with the exception that zero UUID is
780
778
  # not supported (00000000-0000-0000-0000-000000000000).
781
779
  # @param service_account [::String]
782
- # Optional. User-specified Service Account (SA) credentials to be used when
780
+ # Optional. User-specified service account credentials to be used when
783
781
  # performing the transfer.
784
- # Format: `projects/{project_id}/serviceAccounts/{service_account}`
782
+ #
783
+ # Use one of the following formats:
784
+ #
785
+ # * `{EMAIL_ADDRESS_OR_UNIQUE_ID}`
786
+ # * `projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
787
+ # * `projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
788
+ #
785
789
  # If unspecified, the Parallelstore service agent is used:
786
- # service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com)
790
+ # `service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
787
791
  #
788
792
  # @yield [response, operation] Access the result along with the RPC operation
789
793
  # @yieldparam response [::Gapic::Operation]
@@ -859,7 +863,7 @@ module Google
859
863
  end
860
864
 
861
865
  ##
862
- # ExportData copies data from Parallelstore to Cloud Storage
866
+ # Copies data from Parallelstore to Cloud Storage.
863
867
  #
864
868
  # @overload export_data(request, options = nil)
865
869
  # Pass arguments to `export_data` via a request object, either of type
@@ -899,9 +903,14 @@ module Google
899
903
  # @param service_account [::String]
900
904
  # Optional. User-specified Service Account (SA) credentials to be used when
901
905
  # performing the transfer.
902
- # Format: `projects/{project_id}/serviceAccounts/{service_account}`
906
+ # Use one of the following formats:
907
+ #
908
+ # * `{EMAIL_ADDRESS_OR_UNIQUE_ID}`
909
+ # * `projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
910
+ # * `projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
911
+ #
903
912
  # If unspecified, the Parallelstore service agent is used:
904
- # service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com)
913
+ # `service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
905
914
  #
906
915
  # @yield [response, operation] Access the result along with the RPC operation
907
916
  # @yieldparam response [::Gapic::Operation]
@@ -201,7 +201,7 @@ module Google
201
201
  # Service calls
202
202
 
203
203
  ##
204
- # Lists Instances in a given project and location.
204
+ # Lists all instances in a given project and location.
205
205
  #
206
206
  # @overload list_instances(request, options = nil)
207
207
  # Pass arguments to `list_instances` via a request object, either of type
@@ -221,19 +221,18 @@ module Google
221
221
  # @param parent [::String]
222
222
  # Required. The project and location for which to retrieve instance
223
223
  # information, in the format `projects/{project_id}/locations/{location}`.
224
- # For Parallelstore locations map to Google Cloud zones, for example
225
- # **us-central1-a**.
226
- # To retrieve instance information for all locations, use "-" for the
227
- # `{location}` value.
224
+ #
225
+ # To retrieve instance information for all locations, use "-" as the value of
226
+ # `{location}`.
228
227
  # @param page_size [::Integer]
229
228
  # Optional. Requested page size. Server may return fewer items than
230
- # requested. If unspecified, server will pick an appropriate default.
229
+ # requested. If unspecified, the server will pick an appropriate default.
231
230
  # @param page_token [::String]
232
231
  # Optional. A token identifying a page of results the server should return.
233
232
  # @param filter [::String]
234
- # Optional. Filtering results
233
+ # Optional. Filtering results.
235
234
  # @param order_by [::String]
236
- # Optional. Hint for how to order the results
235
+ # Optional. Hint for how to order the results.
237
236
  # @yield [result, operation] Access the result along with the TransportOperation object
238
237
  # @yieldparam result [::Google::Cloud::Parallelstore::V1beta::ListInstancesResponse]
239
238
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -298,7 +297,7 @@ module Google
298
297
  end
299
298
 
300
299
  ##
301
- # Gets details of a single Instance.
300
+ # Gets details of a single instance.
302
301
  #
303
302
  # @overload get_instance(request, options = nil)
304
303
  # Pass arguments to `get_instance` via a request object, either of type
@@ -398,10 +397,9 @@ module Google
398
397
  # @param parent [::String]
399
398
  # Required. The instance's project and location, in the format
400
399
  # `projects/{project}/locations/{location}`.
401
- # Locations map to Google Cloud zones, for example **us-west1-b**.
400
+ # Locations map to Google Cloud zones; for example, `us-west1-b`.
402
401
  # @param instance_id [::String]
403
- # Required. The logical name of the Parallelstore instance in the user
404
- # project with the following restrictions:
402
+ # Required. The name of the Parallelstore instance.
405
403
  #
406
404
  # * Must contain only lowercase letters, numbers, and hyphens.
407
405
  # * Must start with a letter.
@@ -492,7 +490,7 @@ module Google
492
490
  end
493
491
 
494
492
  ##
495
- # Updates the parameters of a single Instance.
493
+ # Updates the parameters of a single instance.
496
494
  #
497
495
  # @overload update_instance(request, options = nil)
498
496
  # Pass arguments to `update_instance` via a request object, either of type
@@ -510,12 +508,12 @@ module Google
510
508
  # the default parameter values, pass an empty Hash as a request object (see above).
511
509
  #
512
510
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
513
- # Required. Mask of fields to update .Field mask is used to specify the
511
+ # Required. Mask of fields to update. Field mask is used to specify the
514
512
  # fields to be overwritten in the Instance resource by the update. At least
515
513
  # one path must be supplied in this field. The fields specified in the
516
514
  # update_mask are relative to the resource, not the full request.
517
515
  # @param instance [::Google::Cloud::Parallelstore::V1beta::Instance, ::Hash]
518
- # Required. The instance to update
516
+ # Required. The instance to update.
519
517
  # @param request_id [::String]
520
518
  # Optional. An optional request ID to identify requests. Specify a unique
521
519
  # request ID so that if you must retry your request, the server will know to
@@ -598,7 +596,7 @@ module Google
598
596
  end
599
597
 
600
598
  ##
601
- # Deletes a single Instance.
599
+ # Deletes a single instance.
602
600
  #
603
601
  # @overload delete_instance(request, options = nil)
604
602
  # Pass arguments to `delete_instance` via a request object, either of type
@@ -699,7 +697,7 @@ module Google
699
697
  end
700
698
 
701
699
  ##
702
- # ImportData copies data from Cloud Storage to Parallelstore.
700
+ # Copies data from Cloud Storage to Parallelstore.
703
701
  #
704
702
  # @overload import_data(request, options = nil)
705
703
  # Pass arguments to `import_data` via a request object, either of type
@@ -717,7 +715,7 @@ module Google
717
715
  # the default parameter values, pass an empty Hash as a request object (see above).
718
716
  #
719
717
  # @param source_gcs_bucket [::Google::Cloud::Parallelstore::V1beta::SourceGcsBucket, ::Hash]
720
- # Cloud Storage source.
718
+ # The Cloud Storage source bucket and, optionally, path inside the bucket.
721
719
  # @param destination_parallelstore [::Google::Cloud::Parallelstore::V1beta::DestinationParallelstore, ::Hash]
722
720
  # Parallelstore destination.
723
721
  # @param name [::String]
@@ -737,11 +735,17 @@ module Google
737
735
  # The request ID must be a valid UUID with the exception that zero UUID is
738
736
  # not supported (00000000-0000-0000-0000-000000000000).
739
737
  # @param service_account [::String]
740
- # Optional. User-specified Service Account (SA) credentials to be used when
738
+ # Optional. User-specified service account credentials to be used when
741
739
  # performing the transfer.
742
- # Format: `projects/{project_id}/serviceAccounts/{service_account}`
740
+ #
741
+ # Use one of the following formats:
742
+ #
743
+ # * `{EMAIL_ADDRESS_OR_UNIQUE_ID}`
744
+ # * `projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
745
+ # * `projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
746
+ #
743
747
  # If unspecified, the Parallelstore service agent is used:
744
- # service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com)
748
+ # `service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
745
749
  # @yield [result, operation] Access the result along with the TransportOperation object
746
750
  # @yieldparam result [::Gapic::Operation]
747
751
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -810,7 +814,7 @@ module Google
810
814
  end
811
815
 
812
816
  ##
813
- # ExportData copies data from Parallelstore to Cloud Storage
817
+ # Copies data from Parallelstore to Cloud Storage.
814
818
  #
815
819
  # @overload export_data(request, options = nil)
816
820
  # Pass arguments to `export_data` via a request object, either of type
@@ -850,9 +854,14 @@ module Google
850
854
  # @param service_account [::String]
851
855
  # Optional. User-specified Service Account (SA) credentials to be used when
852
856
  # performing the transfer.
853
- # Format: `projects/{project_id}/serviceAccounts/{service_account}`
857
+ # Use one of the following formats:
858
+ #
859
+ # * `{EMAIL_ADDRESS_OR_UNIQUE_ID}`
860
+ # * `projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
861
+ # * `projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
862
+ #
854
863
  # If unspecified, the Parallelstore service agent is used:
855
- # service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com)
864
+ # `service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
856
865
  # @yield [result, operation] Access the result along with the TransportOperation object
857
866
  # @yieldparam result [::Gapic::Operation]
858
867
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -15,7 +15,7 @@ require 'google/protobuf/field_mask_pb'
15
15
  require 'google/protobuf/timestamp_pb'
16
16
 
17
17
 
18
- descriptor_data = "\n5google/cloud/parallelstore/v1beta/parallelstore.proto\x12!google.cloud.parallelstore.v1beta\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/api/field_info.proto\x1a\x19google/api/resource.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x93\x08\n\x08Instance\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x45\n\x05state\x18\x03 \x01(\x0e\x32\x31.google.cloud.parallelstore.v1beta.Instance.StateB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12L\n\x06labels\x18\x06 \x03(\x0b\x32\x37.google.cloud.parallelstore.v1beta.Instance.LabelsEntryB\x03\xe0\x41\x01\x12\x1c\n\x0c\x63\x61pacity_gib\x18\x08 \x01(\x03\x42\x06\xe0\x41\x05\xe0\x41\x02\x12\x19\n\x0c\x64\x61os_version\x18\t \x01(\tB\x03\xe0\x41\x03\x12\x1a\n\raccess_points\x18\n \x03(\tB\x03\xe0\x41\x03\x12:\n\x07network\x18\x0b \x01(\tB)\xe0\x41\x05\xe0\x41\x01\xfa\x41 \n\x1e\x63ompute.googleapis.com/Network\x12\x44\n\x11reserved_ip_range\x18\x0c \x01(\tB)\xe0\x41\x05\xe0\x41\x01\xfa\x41 \n\x1e\x63ompute.googleapis.com/Address\x12N\n\x1b\x65\x66\x66\x65\x63tive_reserved_ip_range\x18\x0e \x01(\tB)\xe0\x41\x05\xe0\x41\x03\xfa\x41 \n\x1e\x63ompute.googleapis.com/Address\x12R\n\x11\x66ile_stripe_level\x18\x0f \x01(\x0e\x32\x32.google.cloud.parallelstore.v1beta.FileStripeLevelB\x03\xe0\x41\x01\x12\\\n\x16\x64irectory_stripe_level\x18\x10 \x01(\x0e\x32\x37.google.cloud.parallelstore.v1beta.DirectoryStripeLevelB\x03\xe0\x41\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"R\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04:}\xea\x41z\n%parallelstore.googleapis.com/Instance\x12<projects/{project}/locations/{location}/instances/{instance}*\tinstances2\x08instance\"\xb2\x01\n\x14ListInstancesRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\x12%parallelstore.googleapis.com/Instance\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x85\x01\n\x15ListInstancesResponse\x12>\n\tinstances\x18\x01 \x03(\x0b\x32+.google.cloud.parallelstore.v1beta.Instance\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"Q\n\x12GetInstanceRequest\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%parallelstore.googleapis.com/Instance\"\xcd\x01\n\x15\x43reateInstanceRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\x12%parallelstore.googleapis.com/Instance\x12\x18\n\x0binstance_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x42\n\x08instance\x18\x03 \x01(\x0b\x32+.google.cloud.parallelstore.v1beta.InstanceB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xaa\x01\n\x15UpdateInstanceRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x42\n\x08instance\x18\x02 \x01(\x0b\x32+.google.cloud.parallelstore.v1beta.InstanceB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"m\n\x15\x44\x65leteInstanceRequest\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%parallelstore.googleapis.com/Instance\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\x80\x02\n\x11OperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x06target\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04verb\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x06 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x61pi_version\x18\x07 \x01(\tB\x03\xe0\x41\x03\"#\n\x0fSourceGcsBucket\x12\x10\n\x03uri\x18\x01 \x01(\tB\x03\xe0\x41\x02\"(\n\x14\x44\x65stinationGcsBucket\x12\x10\n\x03uri\x18\x01 \x01(\tB\x03\xe0\x41\x02\"(\n\x13SourceParallelstore\x12\x11\n\x04path\x18\x01 \x01(\tB\x03\xe0\x41\x01\"-\n\x18\x44\x65stinationParallelstore\x12\x11\n\x04path\x18\x01 \x01(\tB\x03\xe0\x41\x01\"\x81\x03\n\x11ImportDataRequest\x12O\n\x11source_gcs_bucket\x18\x02 \x01(\x0b\x32\x32.google.cloud.parallelstore.v1beta.SourceGcsBucketH\x00\x12`\n\x19\x64\x65stination_parallelstore\x18\x03 \x01(\x0b\x32;.google.cloud.parallelstore.v1beta.DestinationParallelstoreH\x01\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%parallelstore.googleapis.com/Instance\x12\x1f\n\nrequest_id\x18\x04 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\x12\x42\n\x0fservice_account\x18\x05 \x01(\tB)\xe0\x41\x01\xfa\x41#\n!iam.googleapis.com/ServiceAccountB\x08\n\x06sourceB\r\n\x0b\x64\x65stination\"\x81\x03\n\x11\x45xportDataRequest\x12V\n\x14source_parallelstore\x18\x02 \x01(\x0b\x32\x36.google.cloud.parallelstore.v1beta.SourceParallelstoreH\x00\x12Y\n\x16\x64\x65stination_gcs_bucket\x18\x03 \x01(\x0b\x32\x37.google.cloud.parallelstore.v1beta.DestinationGcsBucketH\x01\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%parallelstore.googleapis.com/Instance\x12\x1f\n\nrequest_id\x18\x04 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\x12\x42\n\x0fservice_account\x18\x05 \x01(\tB)\xe0\x41\x01\xfa\x41#\n!iam.googleapis.com/ServiceAccountB\x08\n\x06sourceB\r\n\x0b\x64\x65stination\"\x14\n\x12ImportDataResponse\"\xdb\x02\n\x12ImportDataMetadata\x12X\n\x12operation_metadata\x18\x01 \x01(\x0b\x32<.google.cloud.parallelstore.v1beta.TransferOperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x06target\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04verb\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x06 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x07 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x61pi_version\x18\x08 \x01(\tB\x03\xe0\x41\x03\"\x14\n\x12\x45xportDataResponse\"\xdb\x02\n\x12\x45xportDataMetadata\x12X\n\x12operation_metadata\x18\x01 \x01(\x0b\x32<.google.cloud.parallelstore.v1beta.TransferOperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x06target\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04verb\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x06 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x07 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x61pi_version\x18\x08 \x01(\tB\x03\xe0\x41\x03\"\xc7\x04\n\x19TransferOperationMetadata\x12[\n\x14source_parallelstore\x18\x07 \x01(\x0b\x32\x36.google.cloud.parallelstore.v1beta.SourceParallelstoreB\x03\xe0\x41\x03H\x00\x12T\n\x11source_gcs_bucket\x18\x08 \x01(\x0b\x32\x32.google.cloud.parallelstore.v1beta.SourceGcsBucketB\x03\xe0\x41\x03H\x00\x12^\n\x16\x64\x65stination_gcs_bucket\x18\t \x01(\x0b\x32\x37.google.cloud.parallelstore.v1beta.DestinationGcsBucketB\x03\xe0\x41\x03H\x01\x12\x65\n\x19\x64\x65stination_parallelstore\x18\n \x01(\x0b\x32;.google.cloud.parallelstore.v1beta.DestinationParallelstoreB\x03\xe0\x41\x03H\x01\x12J\n\x08\x63ounters\x18\x03 \x01(\x0b\x32\x33.google.cloud.parallelstore.v1beta.TransferCountersB\x03\xe0\x41\x03\x12K\n\rtransfer_type\x18\x06 \x01(\x0e\x32/.google.cloud.parallelstore.v1beta.TransferTypeB\x03\xe0\x41\x03\x42\x08\n\x06sourceB\r\n\x0b\x64\x65stination\"\x9c\x01\n\x10TransferCounters\x12\x15\n\robjects_found\x18\x01 \x01(\x03\x12\x13\n\x0b\x62ytes_found\x18\x02 \x01(\x03\x12\x17\n\x0fobjects_skipped\x18\x03 \x01(\x03\x12\x15\n\rbytes_skipped\x18\x04 \x01(\x03\x12\x16\n\x0eobjects_copied\x18\x05 \x01(\x03\x12\x14\n\x0c\x62ytes_copied\x18\x06 \x01(\x03*E\n\x0cTransferType\x12\x1d\n\x19TRANSFER_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06IMPORT\x10\x01\x12\n\n\x06\x45XPORT\x10\x02*\x8a\x01\n\x0f\x46ileStripeLevel\x12!\n\x1d\x46ILE_STRIPE_LEVEL_UNSPECIFIED\x10\x00\x12\x19\n\x15\x46ILE_STRIPE_LEVEL_MIN\x10\x01\x12\x1e\n\x1a\x46ILE_STRIPE_LEVEL_BALANCED\x10\x02\x12\x19\n\x15\x46ILE_STRIPE_LEVEL_MAX\x10\x03*\xa3\x01\n\x14\x44irectoryStripeLevel\x12&\n\"DIRECTORY_STRIPE_LEVEL_UNSPECIFIED\x10\x00\x12\x1e\n\x1a\x44IRECTORY_STRIPE_LEVEL_MIN\x10\x01\x12#\n\x1f\x44IRECTORY_STRIPE_LEVEL_BALANCED\x10\x02\x12\x1e\n\x1a\x44IRECTORY_STRIPE_LEVEL_MAX\x10\x03\x32\xcd\x0c\n\rParallelstore\x12\xc6\x01\n\rListInstances\x12\x37.google.cloud.parallelstore.v1beta.ListInstancesRequest\x1a\x38.google.cloud.parallelstore.v1beta.ListInstancesResponse\"B\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x33\x12\x31/v1beta/{parent=projects/*/locations/*}/instances\x12\xb3\x01\n\x0bGetInstance\x12\x35.google.cloud.parallelstore.v1beta.GetInstanceRequest\x1a+.google.cloud.parallelstore.v1beta.Instance\"@\xda\x41\x04name\x82\xd3\xe4\x93\x02\x33\x12\x31/v1beta/{name=projects/*/locations/*/instances/*}\x12\xed\x01\n\x0e\x43reateInstance\x12\x38.google.cloud.parallelstore.v1beta.CreateInstanceRequest\x1a\x1d.google.longrunning.Operation\"\x81\x01\xca\x41\x1d\n\x08Instance\x12\x11OperationMetadata\xda\x41\x1bparent,instance,instance_id\x82\xd3\xe4\x93\x02=\"1/v1beta/{parent=projects/*/locations/*}/instances:\x08instance\x12\xef\x01\n\x0eUpdateInstance\x12\x38.google.cloud.parallelstore.v1beta.UpdateInstanceRequest\x1a\x1d.google.longrunning.Operation\"\x83\x01\xca\x41\x1d\n\x08Instance\x12\x11OperationMetadata\xda\x41\x14instance,update_mask\x82\xd3\xe4\x93\x02\x46\x32:/v1beta/{instance.name=projects/*/locations/*/instances/*}:\x08instance\x12\xd8\x01\n\x0e\x44\x65leteInstance\x12\x38.google.cloud.parallelstore.v1beta.DeleteInstanceRequest\x1a\x1d.google.longrunning.Operation\"m\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x33*1/v1beta/{name=projects/*/locations/*/instances/*}\x12\xd5\x01\n\nImportData\x12\x34.google.cloud.parallelstore.v1beta.ImportDataRequest\x1a\x1d.google.longrunning.Operation\"r\xca\x41(\n\x12ImportDataResponse\x12\x12ImportDataMetadata\x82\xd3\xe4\x93\x02\x41\"</v1beta/{name=projects/*/locations/*/instances/*}:importData:\x01*\x12\xd5\x01\n\nExportData\x12\x34.google.cloud.parallelstore.v1beta.ExportDataRequest\x1a\x1d.google.longrunning.Operation\"r\xca\x41(\n\x12\x45xportDataResponse\x12\x12\x45xportDataMetadata\x82\xd3\xe4\x93\x02\x41\"</v1beta/{name=projects/*/locations/*/instances/*}:exportData:\x01*\x1aP\xca\x41\x1cparallelstore.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x82\x04\n%com.google.cloud.parallelstore.v1betaB\x12ParallelstoreProtoP\x01ZKcloud.google.com/go/parallelstore/apiv1beta/parallelstorepb;parallelstorepb\xaa\x02!Google.Cloud.Parallelstore.V1Beta\xca\x02!Google\\Cloud\\Parallelstore\\V1beta\xea\x02$Google::Cloud::Parallelstore::V1beta\xea\x41N\n\x1e\x63ompute.googleapis.com/Network\x12,projects/{project}/global/networks/{network}\xea\x41Y\n\x1e\x63ompute.googleapis.com/Address\x12\x37projects/{project}/regions/{region}/addresses/{address}\xea\x41Y\n!iam.googleapis.com/ServiceAccount\x12\x34projects/{project}/serviceAccounts/{service_account}b\x06proto3"
18
+ descriptor_data = "\n5google/cloud/parallelstore/v1beta/parallelstore.proto\x12!google.cloud.parallelstore.v1beta\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/api/field_info.proto\x1a\x19google/api/resource.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa2\x08\n\x08Instance\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x45\n\x05state\x18\x03 \x01(\x0e\x32\x31.google.cloud.parallelstore.v1beta.Instance.StateB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12L\n\x06labels\x18\x06 \x03(\x0b\x32\x37.google.cloud.parallelstore.v1beta.Instance.LabelsEntryB\x03\xe0\x41\x01\x12\x1c\n\x0c\x63\x61pacity_gib\x18\x08 \x01(\x03\x42\x06\xe0\x41\x05\xe0\x41\x02\x12\x19\n\x0c\x64\x61os_version\x18\t \x01(\tB\x03\xe0\x41\x03\x12\x1a\n\raccess_points\x18\n \x03(\tB\x03\xe0\x41\x03\x12:\n\x07network\x18\x0b \x01(\tB)\xe0\x41\x05\xe0\x41\x01\xfa\x41 \n\x1e\x63ompute.googleapis.com/Network\x12\x44\n\x11reserved_ip_range\x18\x0c \x01(\tB)\xe0\x41\x05\xe0\x41\x01\xfa\x41 \n\x1e\x63ompute.googleapis.com/Address\x12N\n\x1b\x65\x66\x66\x65\x63tive_reserved_ip_range\x18\x0e \x01(\tB)\xe0\x41\x05\xe0\x41\x03\xfa\x41 \n\x1e\x63ompute.googleapis.com/Address\x12R\n\x11\x66ile_stripe_level\x18\x0f \x01(\x0e\x32\x32.google.cloud.parallelstore.v1beta.FileStripeLevelB\x03\xe0\x41\x01\x12\\\n\x16\x64irectory_stripe_level\x18\x10 \x01(\x0e\x32\x37.google.cloud.parallelstore.v1beta.DirectoryStripeLevelB\x03\xe0\x41\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"a\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04\x12\r\n\tUPGRADING\x10\x05:}\xea\x41z\n%parallelstore.googleapis.com/Instance\x12<projects/{project}/locations/{location}/instances/{instance}*\tinstances2\x08instance\"\xb2\x01\n\x14ListInstancesRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\x12%parallelstore.googleapis.com/Instance\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x85\x01\n\x15ListInstancesResponse\x12>\n\tinstances\x18\x01 \x03(\x0b\x32+.google.cloud.parallelstore.v1beta.Instance\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"Q\n\x12GetInstanceRequest\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%parallelstore.googleapis.com/Instance\"\xcd\x01\n\x15\x43reateInstanceRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\x12%parallelstore.googleapis.com/Instance\x12\x18\n\x0binstance_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x42\n\x08instance\x18\x03 \x01(\x0b\x32+.google.cloud.parallelstore.v1beta.InstanceB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xaa\x01\n\x15UpdateInstanceRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x42\n\x08instance\x18\x02 \x01(\x0b\x32+.google.cloud.parallelstore.v1beta.InstanceB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"m\n\x15\x44\x65leteInstanceRequest\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%parallelstore.googleapis.com/Instance\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\x80\x02\n\x11OperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x06target\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04verb\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x06 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x61pi_version\x18\x07 \x01(\tB\x03\xe0\x41\x03\"#\n\x0fSourceGcsBucket\x12\x10\n\x03uri\x18\x01 \x01(\tB\x03\xe0\x41\x02\"(\n\x14\x44\x65stinationGcsBucket\x12\x10\n\x03uri\x18\x01 \x01(\tB\x03\xe0\x41\x02\"(\n\x13SourceParallelstore\x12\x11\n\x04path\x18\x01 \x01(\tB\x03\xe0\x41\x01\"-\n\x18\x44\x65stinationParallelstore\x12\x11\n\x04path\x18\x01 \x01(\tB\x03\xe0\x41\x01\"\x81\x03\n\x11ImportDataRequest\x12O\n\x11source_gcs_bucket\x18\x02 \x01(\x0b\x32\x32.google.cloud.parallelstore.v1beta.SourceGcsBucketH\x00\x12`\n\x19\x64\x65stination_parallelstore\x18\x03 \x01(\x0b\x32;.google.cloud.parallelstore.v1beta.DestinationParallelstoreH\x01\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%parallelstore.googleapis.com/Instance\x12\x1f\n\nrequest_id\x18\x04 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\x12\x42\n\x0fservice_account\x18\x05 \x01(\tB)\xe0\x41\x01\xfa\x41#\n!iam.googleapis.com/ServiceAccountB\x08\n\x06sourceB\r\n\x0b\x64\x65stination\"\x81\x03\n\x11\x45xportDataRequest\x12V\n\x14source_parallelstore\x18\x02 \x01(\x0b\x32\x36.google.cloud.parallelstore.v1beta.SourceParallelstoreH\x00\x12Y\n\x16\x64\x65stination_gcs_bucket\x18\x03 \x01(\x0b\x32\x37.google.cloud.parallelstore.v1beta.DestinationGcsBucketH\x01\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%parallelstore.googleapis.com/Instance\x12\x1f\n\nrequest_id\x18\x04 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\x12\x42\n\x0fservice_account\x18\x05 \x01(\tB)\xe0\x41\x01\xfa\x41#\n!iam.googleapis.com/ServiceAccountB\x08\n\x06sourceB\r\n\x0b\x64\x65stination\"\x14\n\x12ImportDataResponse\"\xdb\x02\n\x12ImportDataMetadata\x12X\n\x12operation_metadata\x18\x01 \x01(\x0b\x32<.google.cloud.parallelstore.v1beta.TransferOperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x06target\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04verb\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x06 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x07 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x61pi_version\x18\x08 \x01(\tB\x03\xe0\x41\x03\"\x14\n\x12\x45xportDataResponse\"\xdb\x02\n\x12\x45xportDataMetadata\x12X\n\x12operation_metadata\x18\x01 \x01(\x0b\x32<.google.cloud.parallelstore.v1beta.TransferOperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x06target\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04verb\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x06 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x07 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x61pi_version\x18\x08 \x01(\tB\x03\xe0\x41\x03\"\xc7\x04\n\x19TransferOperationMetadata\x12[\n\x14source_parallelstore\x18\x07 \x01(\x0b\x32\x36.google.cloud.parallelstore.v1beta.SourceParallelstoreB\x03\xe0\x41\x03H\x00\x12T\n\x11source_gcs_bucket\x18\x08 \x01(\x0b\x32\x32.google.cloud.parallelstore.v1beta.SourceGcsBucketB\x03\xe0\x41\x03H\x00\x12^\n\x16\x64\x65stination_gcs_bucket\x18\t \x01(\x0b\x32\x37.google.cloud.parallelstore.v1beta.DestinationGcsBucketB\x03\xe0\x41\x03H\x01\x12\x65\n\x19\x64\x65stination_parallelstore\x18\n \x01(\x0b\x32;.google.cloud.parallelstore.v1beta.DestinationParallelstoreB\x03\xe0\x41\x03H\x01\x12J\n\x08\x63ounters\x18\x03 \x01(\x0b\x32\x33.google.cloud.parallelstore.v1beta.TransferCountersB\x03\xe0\x41\x03\x12K\n\rtransfer_type\x18\x06 \x01(\x0e\x32/.google.cloud.parallelstore.v1beta.TransferTypeB\x03\xe0\x41\x03\x42\x08\n\x06sourceB\r\n\x0b\x64\x65stination\"\x9c\x01\n\x10TransferCounters\x12\x15\n\robjects_found\x18\x01 \x01(\x03\x12\x13\n\x0b\x62ytes_found\x18\x02 \x01(\x03\x12\x17\n\x0fobjects_skipped\x18\x03 \x01(\x03\x12\x15\n\rbytes_skipped\x18\x04 \x01(\x03\x12\x16\n\x0eobjects_copied\x18\x05 \x01(\x03\x12\x14\n\x0c\x62ytes_copied\x18\x06 \x01(\x03*E\n\x0cTransferType\x12\x1d\n\x19TRANSFER_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06IMPORT\x10\x01\x12\n\n\x06\x45XPORT\x10\x02*\x8a\x01\n\x0f\x46ileStripeLevel\x12!\n\x1d\x46ILE_STRIPE_LEVEL_UNSPECIFIED\x10\x00\x12\x19\n\x15\x46ILE_STRIPE_LEVEL_MIN\x10\x01\x12\x1e\n\x1a\x46ILE_STRIPE_LEVEL_BALANCED\x10\x02\x12\x19\n\x15\x46ILE_STRIPE_LEVEL_MAX\x10\x03*\xa3\x01\n\x14\x44irectoryStripeLevel\x12&\n\"DIRECTORY_STRIPE_LEVEL_UNSPECIFIED\x10\x00\x12\x1e\n\x1a\x44IRECTORY_STRIPE_LEVEL_MIN\x10\x01\x12#\n\x1f\x44IRECTORY_STRIPE_LEVEL_BALANCED\x10\x02\x12\x1e\n\x1a\x44IRECTORY_STRIPE_LEVEL_MAX\x10\x03\x32\xcd\x0c\n\rParallelstore\x12\xc6\x01\n\rListInstances\x12\x37.google.cloud.parallelstore.v1beta.ListInstancesRequest\x1a\x38.google.cloud.parallelstore.v1beta.ListInstancesResponse\"B\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x33\x12\x31/v1beta/{parent=projects/*/locations/*}/instances\x12\xb3\x01\n\x0bGetInstance\x12\x35.google.cloud.parallelstore.v1beta.GetInstanceRequest\x1a+.google.cloud.parallelstore.v1beta.Instance\"@\xda\x41\x04name\x82\xd3\xe4\x93\x02\x33\x12\x31/v1beta/{name=projects/*/locations/*/instances/*}\x12\xed\x01\n\x0e\x43reateInstance\x12\x38.google.cloud.parallelstore.v1beta.CreateInstanceRequest\x1a\x1d.google.longrunning.Operation\"\x81\x01\xca\x41\x1d\n\x08Instance\x12\x11OperationMetadata\xda\x41\x1bparent,instance,instance_id\x82\xd3\xe4\x93\x02=\"1/v1beta/{parent=projects/*/locations/*}/instances:\x08instance\x12\xef\x01\n\x0eUpdateInstance\x12\x38.google.cloud.parallelstore.v1beta.UpdateInstanceRequest\x1a\x1d.google.longrunning.Operation\"\x83\x01\xca\x41\x1d\n\x08Instance\x12\x11OperationMetadata\xda\x41\x14instance,update_mask\x82\xd3\xe4\x93\x02\x46\x32:/v1beta/{instance.name=projects/*/locations/*/instances/*}:\x08instance\x12\xd8\x01\n\x0e\x44\x65leteInstance\x12\x38.google.cloud.parallelstore.v1beta.DeleteInstanceRequest\x1a\x1d.google.longrunning.Operation\"m\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x33*1/v1beta/{name=projects/*/locations/*/instances/*}\x12\xd5\x01\n\nImportData\x12\x34.google.cloud.parallelstore.v1beta.ImportDataRequest\x1a\x1d.google.longrunning.Operation\"r\xca\x41(\n\x12ImportDataResponse\x12\x12ImportDataMetadata\x82\xd3\xe4\x93\x02\x41\"</v1beta/{name=projects/*/locations/*/instances/*}:importData:\x01*\x12\xd5\x01\n\nExportData\x12\x34.google.cloud.parallelstore.v1beta.ExportDataRequest\x1a\x1d.google.longrunning.Operation\"r\xca\x41(\n\x12\x45xportDataResponse\x12\x12\x45xportDataMetadata\x82\xd3\xe4\x93\x02\x41\"</v1beta/{name=projects/*/locations/*/instances/*}:exportData:\x01*\x1aP\xca\x41\x1cparallelstore.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x82\x04\n%com.google.cloud.parallelstore.v1betaB\x12ParallelstoreProtoP\x01ZKcloud.google.com/go/parallelstore/apiv1beta/parallelstorepb;parallelstorepb\xaa\x02!Google.Cloud.Parallelstore.V1Beta\xca\x02!Google\\Cloud\\Parallelstore\\V1beta\xea\x02$Google::Cloud::Parallelstore::V1beta\xea\x41N\n\x1e\x63ompute.googleapis.com/Network\x12,projects/{project}/global/networks/{network}\xea\x41Y\n\x1e\x63ompute.googleapis.com/Address\x12\x37projects/{project}/regions/{region}/addresses/{address}\xea\x41Y\n!iam.googleapis.com/ServiceAccount\x12\x34projects/{project}/serviceAccounts/{service_account}b\x06proto3"
19
19
 
20
20
  pool = Google::Protobuf::DescriptorPool.generated_pool
21
21
 
@@ -47,19 +47,19 @@ module Google
47
47
  self.unmarshal_class_method = :decode
48
48
  self.service_name = 'google.cloud.parallelstore.v1beta.Parallelstore'
49
49
 
50
- # Lists Instances in a given project and location.
50
+ # Lists all instances in a given project and location.
51
51
  rpc :ListInstances, ::Google::Cloud::Parallelstore::V1beta::ListInstancesRequest, ::Google::Cloud::Parallelstore::V1beta::ListInstancesResponse
52
- # Gets details of a single Instance.
52
+ # Gets details of a single instance.
53
53
  rpc :GetInstance, ::Google::Cloud::Parallelstore::V1beta::GetInstanceRequest, ::Google::Cloud::Parallelstore::V1beta::Instance
54
54
  # Creates a Parallelstore instance in a given project and location.
55
55
  rpc :CreateInstance, ::Google::Cloud::Parallelstore::V1beta::CreateInstanceRequest, ::Google::Longrunning::Operation
56
- # Updates the parameters of a single Instance.
56
+ # Updates the parameters of a single instance.
57
57
  rpc :UpdateInstance, ::Google::Cloud::Parallelstore::V1beta::UpdateInstanceRequest, ::Google::Longrunning::Operation
58
- # Deletes a single Instance.
58
+ # Deletes a single instance.
59
59
  rpc :DeleteInstance, ::Google::Cloud::Parallelstore::V1beta::DeleteInstanceRequest, ::Google::Longrunning::Operation
60
- # ImportData copies data from Cloud Storage to Parallelstore.
60
+ # Copies data from Cloud Storage to Parallelstore.
61
61
  rpc :ImportData, ::Google::Cloud::Parallelstore::V1beta::ImportDataRequest, ::Google::Longrunning::Operation
62
- # ExportData copies data from Parallelstore to Cloud Storage
62
+ # Copies data from Parallelstore to Cloud Storage.
63
63
  rpc :ExportData, ::Google::Cloud::Parallelstore::V1beta::ExportDataRequest, ::Google::Longrunning::Operation
64
64
  end
65
65
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Parallelstore
23
23
  module V1beta
24
- VERSION = "0.3.1"
24
+ VERSION = "0.4.0"
25
25
  end
26
26
  end
27
27
  end
@@ -25,7 +25,7 @@ module Google
25
25
  # @!attribute [rw] name
26
26
  # @return [::String]
27
27
  # Identifier. The resource name of the instance, in the format
28
- # `projects/{project}/locations/{location}/instances/{instance_id}`
28
+ # `projects/{project}/locations/{location}/instances/{instance_id}`.
29
29
  # @!attribute [rw] description
30
30
  # @return [::String]
31
31
  # Optional. The description of the instance. 2048 characters or less.
@@ -42,64 +42,54 @@ module Google
42
42
  # @return [::Google::Protobuf::Map{::String => ::String}]
43
43
  # Optional. Cloud Labels are a flexible and lightweight mechanism for
44
44
  # organizing cloud resources into groups that reflect a customer's
45
- # organizational needs and deployment strategies. Cloud Labels can be used to
46
- # filter collections of resources. They can be used to control how resource
47
- # metrics are aggregated. And they can be used as arguments to policy
48
- # management rules (e.g. route, firewall, load balancing, etc.).
49
- #
50
- # * Label keys must be between 1 and 63 characters long and must conform to
51
- # the following regular expression: `[a-z][a-z0-9_-]{0,62}`.
52
- # * Label values must be between 0 and 63 characters long and must conform
53
- # to the regular expression `[a-z0-9_-]{0,63}`.
54
- # * No more than 64 labels can be associated with a given resource.
55
- #
56
- # See https://goo.gl/xmQnxf for more information on and examples of labels.
57
- #
58
- # If you plan to use labels in your own code, please note that additional
59
- # characters may be allowed in the future. Therefore, you are advised to use
60
- # an internal label representation, such as JSON, which doesn't rely upon
61
- # specific characters being disallowed. For example, representing labels
62
- # as the string: name + "_" + value would prove problematic if we were to
63
- # allow "_" in a future release.
45
+ # organizational needs and deployment strategies. See
46
+ # https://cloud.google.com/resource-manager/docs/labels-overview for details.
64
47
  # @!attribute [rw] capacity_gib
65
48
  # @return [::Integer]
66
- # Required. Immutable. Storage capacity of Parallelstore instance in
67
- # Gibibytes (GiB).
49
+ # Required. Immutable. The instance's storage capacity in Gibibytes (GiB).
50
+ # Allowed values are between 12000 and 100000, in multiples of 4000; e.g.,
51
+ # 12000, 16000, 20000, ...
68
52
  # @!attribute [r] daos_version
69
53
  # @return [::String]
70
- # Output only. The version of DAOS software running in the instance
54
+ # Output only. The version of DAOS software running in the instance.
71
55
  # @!attribute [r] access_points
72
56
  # @return [::Array<::String>]
73
- # Output only. List of access_points.
74
- # Contains a list of IPv4 addresses used for client side configuration.
57
+ # Output only. A list of IPv4 addresses used for client side configuration.
75
58
  # @!attribute [rw] network
76
59
  # @return [::String]
77
- # Optional. Immutable. The name of the Google Compute Engine
60
+ # Optional. Immutable. The name of the Compute Engine
78
61
  # [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
79
62
  # instance is connected.
80
63
  # @!attribute [rw] reserved_ip_range
81
64
  # @return [::String]
82
- # Optional. Immutable. Contains the id of the allocated IP address range
83
- # associated with the private service access connection for example,
84
- # "test-default" associated with IP range 10.0.0.0/29. If no range id is
85
- # provided all ranges will be considered.
65
+ # Optional. Immutable. The ID of the IP address range being used by the
66
+ # instance's VPC network. See [Configure a VPC
67
+ # network](https://cloud.google.com/parallelstore/docs/vpc#create_and_configure_the_vpc).
68
+ # If no ID is provided, all ranges are considered.
86
69
  # @!attribute [r] effective_reserved_ip_range
87
70
  # @return [::String]
88
- # Output only. Immutable. Contains the id of the allocated IP address range
89
- # associated with the private service access connection for example,
90
- # "test-default" associated with IP range 10.0.0.0/29. This field is
91
- # populated by the service and and contains the value currently used by the
92
- # service.
71
+ # Output only. Immutable. The ID of the IP address range being used by the
72
+ # instance's VPC network. This field is populated by the service and contains
73
+ # the value currently used by the service.
93
74
  # @!attribute [rw] file_stripe_level
94
75
  # @return [::Google::Cloud::Parallelstore::V1beta::FileStripeLevel]
95
- # Optional. Stripe level for files.
96
- # MIN better suited for small size files.
97
- # MAX higher throughput performance for larger files.
76
+ # Optional. Stripe level for files. Allowed values are:
77
+ #
78
+ # * `FILE_STRIPE_LEVEL_MIN`: offers the best performance for small size
79
+ # files.
80
+ # * `FILE_STRIPE_LEVEL_BALANCED`: balances performance for workloads
81
+ # involving a mix of small and large files.
82
+ # * `FILE_STRIPE_LEVEL_MAX`: higher throughput performance for larger files.
98
83
  # @!attribute [rw] directory_stripe_level
99
84
  # @return [::Google::Cloud::Parallelstore::V1beta::DirectoryStripeLevel]
100
- # Optional. Stripe level for directories.
101
- # MIN when directory has a small number of files.
102
- # MAX when directory has a large number of files.
85
+ # Optional. Stripe level for directories. Allowed values are:
86
+ #
87
+ # * `DIRECTORY_STRIPE_LEVEL_MIN`: recommended when directories contain a
88
+ # small number of files.
89
+ # * `DIRECTORY_STRIPE_LEVEL_BALANCED`: balances performance for workloads
90
+ # involving a mix of small and large directories.
91
+ # * `DIRECTORY_STRIPE_LEVEL_MAX`: recommended for directories with a large
92
+ # number of files.
103
93
  class Instance
104
94
  include ::Google::Protobuf::MessageExts
105
95
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -113,7 +103,7 @@ module Google
113
103
  extend ::Google::Protobuf::MessageExts::ClassMethods
114
104
  end
115
105
 
116
- # Represents the different states of a Parallelstore instance.
106
+ # The possible states of a Parallelstore instance.
117
107
  module State
118
108
  # Not set.
119
109
  STATE_UNSPECIFIED = 0
@@ -129,40 +119,43 @@ module Google
129
119
 
130
120
  # The instance is not usable.
131
121
  FAILED = 4
122
+
123
+ # The instance is being upgraded.
124
+ UPGRADING = 5
132
125
  end
133
126
  end
134
127
 
135
- # Message for requesting list of Instances
128
+ # List instances request.
136
129
  # @!attribute [rw] parent
137
130
  # @return [::String]
138
131
  # Required. The project and location for which to retrieve instance
139
132
  # information, in the format `projects/{project_id}/locations/{location}`.
140
- # For Parallelstore locations map to Google Cloud zones, for example
141
- # **us-central1-a**.
142
- # To retrieve instance information for all locations, use "-" for the
143
- # `{location}` value.
133
+ #
134
+ # To retrieve instance information for all locations, use "-" as the value of
135
+ # `{location}`.
144
136
  # @!attribute [rw] page_size
145
137
  # @return [::Integer]
146
138
  # Optional. Requested page size. Server may return fewer items than
147
- # requested. If unspecified, server will pick an appropriate default.
139
+ # requested. If unspecified, the server will pick an appropriate default.
148
140
  # @!attribute [rw] page_token
149
141
  # @return [::String]
150
142
  # Optional. A token identifying a page of results the server should return.
151
143
  # @!attribute [rw] filter
152
144
  # @return [::String]
153
- # Optional. Filtering results
145
+ # Optional. Filtering results.
154
146
  # @!attribute [rw] order_by
155
147
  # @return [::String]
156
- # Optional. Hint for how to order the results
148
+ # Optional. Hint for how to order the results.
157
149
  class ListInstancesRequest
158
150
  include ::Google::Protobuf::MessageExts
159
151
  extend ::Google::Protobuf::MessageExts::ClassMethods
160
152
  end
161
153
 
162
- # Message for response to listing Instances
154
+ # Response from
155
+ # {::Google::Cloud::Parallelstore::V1beta::Parallelstore::Client#list_instances ListInstances}.
163
156
  # @!attribute [rw] instances
164
157
  # @return [::Array<::Google::Cloud::Parallelstore::V1beta::Instance>]
165
- # The list of Parallelstore Instances
158
+ # The list of Parallelstore instances.
166
159
  # @!attribute [rw] next_page_token
167
160
  # @return [::String]
168
161
  # A token identifying a page of results the server should return.
@@ -174,7 +167,7 @@ module Google
174
167
  extend ::Google::Protobuf::MessageExts::ClassMethods
175
168
  end
176
169
 
177
- # Request to get an instance's details.
170
+ # Get an instance's details.
178
171
  # @!attribute [rw] name
179
172
  # @return [::String]
180
173
  # Required. The instance resource name, in the format
@@ -184,17 +177,15 @@ module Google
184
177
  extend ::Google::Protobuf::MessageExts::ClassMethods
185
178
  end
186
179
 
187
- # Request for
188
- # {::Google::Cloud::Parallelstore::V1beta::Parallelstore::Client#create_instance CreateInstance}
180
+ # Create a new Parallelstore instance.
189
181
  # @!attribute [rw] parent
190
182
  # @return [::String]
191
183
  # Required. The instance's project and location, in the format
192
184
  # `projects/{project}/locations/{location}`.
193
- # Locations map to Google Cloud zones, for example **us-west1-b**.
185
+ # Locations map to Google Cloud zones; for example, `us-west1-b`.
194
186
  # @!attribute [rw] instance_id
195
187
  # @return [::String]
196
- # Required. The logical name of the Parallelstore instance in the user
197
- # project with the following restrictions:
188
+ # Required. The name of the Parallelstore instance.
198
189
  #
199
190
  # * Must contain only lowercase letters, numbers, and hyphens.
200
191
  # * Must start with a letter.
@@ -224,16 +215,16 @@ module Google
224
215
  extend ::Google::Protobuf::MessageExts::ClassMethods
225
216
  end
226
217
 
227
- # Message for updating a Instance
218
+ # Update an instance.
228
219
  # @!attribute [rw] update_mask
229
220
  # @return [::Google::Protobuf::FieldMask]
230
- # Required. Mask of fields to update .Field mask is used to specify the
221
+ # Required. Mask of fields to update. Field mask is used to specify the
231
222
  # fields to be overwritten in the Instance resource by the update. At least
232
223
  # one path must be supplied in this field. The fields specified in the
233
224
  # update_mask are relative to the resource, not the full request.
234
225
  # @!attribute [rw] instance
235
226
  # @return [::Google::Cloud::Parallelstore::V1beta::Instance]
236
- # Required. The instance to update
227
+ # Required. The instance to update.
237
228
  # @!attribute [rw] request_id
238
229
  # @return [::String]
239
230
  # Optional. An optional request ID to identify requests. Specify a unique
@@ -254,7 +245,7 @@ module Google
254
245
  extend ::Google::Protobuf::MessageExts::ClassMethods
255
246
  end
256
247
 
257
- # Message for deleting a Instance
248
+ # Delete an instance.
258
249
  # @!attribute [rw] name
259
250
  # @return [::String]
260
251
  # Required. Name of the resource
@@ -278,7 +269,7 @@ module Google
278
269
  extend ::Google::Protobuf::MessageExts::ClassMethods
279
270
  end
280
271
 
281
- # Represents the metadata of the long-running operation.
272
+ # Long-running operation metadata.
282
273
  # @!attribute [r] create_time
283
274
  # @return [::Google::Protobuf::Timestamp]
284
275
  # Output only. The time the operation was created.
@@ -309,51 +300,52 @@ module Google
309
300
  extend ::Google::Protobuf::MessageExts::ClassMethods
310
301
  end
311
302
 
312
- # Google Cloud Storage as a source.
303
+ # Cloud Storage as the source of a data transfer.
313
304
  # @!attribute [rw] uri
314
305
  # @return [::String]
315
- # Required. URI to a Cloud Storage object in format:
316
- # 'gs://<bucket_name>/<path_inside_bucket>'.
306
+ # Required. URI to a Cloud Storage bucket in the format:
307
+ # `gs://<bucket_name>/<path_inside_bucket>`. The path inside the bucket is
308
+ # optional.
317
309
  class SourceGcsBucket
318
310
  include ::Google::Protobuf::MessageExts
319
311
  extend ::Google::Protobuf::MessageExts::ClassMethods
320
312
  end
321
313
 
322
- # Google Cloud Storage as a destination.
314
+ # Cloud Storage as the destination of a data transfer.
323
315
  # @!attribute [rw] uri
324
316
  # @return [::String]
325
- # Required. URI to a Cloud Storage object in format:
326
- # 'gs://<bucket_name>/<path_inside_bucket>'.
317
+ # Required. URI to a Cloud Storage bucket in the format:
318
+ # `gs://<bucket_name>/<path_inside_bucket>`. The path inside the bucket is
319
+ # optional.
327
320
  class DestinationGcsBucket
328
321
  include ::Google::Protobuf::MessageExts
329
322
  extend ::Google::Protobuf::MessageExts::ClassMethods
330
323
  end
331
324
 
332
- # Pa as a source.
325
+ # Parallelstore as the source of a data transfer.
333
326
  # @!attribute [rw] path
334
327
  # @return [::String]
335
328
  # Optional. Root directory path to the Paralellstore filesystem, starting
336
- # with '/'. Defaults to '/' if unset.
329
+ # with `/`. Defaults to `/` if unset.
337
330
  class SourceParallelstore
338
331
  include ::Google::Protobuf::MessageExts
339
332
  extend ::Google::Protobuf::MessageExts::ClassMethods
340
333
  end
341
334
 
342
- # Parallelstore as a destination.
335
+ # Parallelstore as the destination of a data transfer.
343
336
  # @!attribute [rw] path
344
337
  # @return [::String]
345
338
  # Optional. Root directory path to the Paralellstore filesystem, starting
346
- # with '/'. Defaults to '/' if unset.
339
+ # with `/`. Defaults to `/` if unset.
347
340
  class DestinationParallelstore
348
341
  include ::Google::Protobuf::MessageExts
349
342
  extend ::Google::Protobuf::MessageExts::ClassMethods
350
343
  end
351
344
 
352
- # Message representing the request importing data from parallelstore to Cloud
353
- # Storage.
345
+ # Import data from Cloud Storage into a Parallelstore instance.
354
346
  # @!attribute [rw] source_gcs_bucket
355
347
  # @return [::Google::Cloud::Parallelstore::V1beta::SourceGcsBucket]
356
- # Cloud Storage source.
348
+ # The Cloud Storage source bucket and, optionally, path inside the bucket.
357
349
  # @!attribute [rw] destination_parallelstore
358
350
  # @return [::Google::Cloud::Parallelstore::V1beta::DestinationParallelstore]
359
351
  # Parallelstore destination.
@@ -377,18 +369,23 @@ module Google
377
369
  # not supported (00000000-0000-0000-0000-000000000000).
378
370
  # @!attribute [rw] service_account
379
371
  # @return [::String]
380
- # Optional. User-specified Service Account (SA) credentials to be used when
372
+ # Optional. User-specified service account credentials to be used when
381
373
  # performing the transfer.
382
- # Format: `projects/{project_id}/serviceAccounts/{service_account}`
374
+ #
375
+ # Use one of the following formats:
376
+ #
377
+ # * `{EMAIL_ADDRESS_OR_UNIQUE_ID}`
378
+ # * `projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
379
+ # * `projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
380
+ #
383
381
  # If unspecified, the Parallelstore service agent is used:
384
- # service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com)
382
+ # `service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
385
383
  class ImportDataRequest
386
384
  include ::Google::Protobuf::MessageExts
387
385
  extend ::Google::Protobuf::MessageExts::ClassMethods
388
386
  end
389
387
 
390
- # Message representing the request exporting data from Cloud Storage to
391
- # parallelstore.
388
+ # Export data from Parallelstore to Cloud Storage.
392
389
  # @!attribute [rw] source_parallelstore
393
390
  # @return [::Google::Cloud::Parallelstore::V1beta::SourceParallelstore]
394
391
  # Parallelstore source.
@@ -417,24 +414,29 @@ module Google
417
414
  # @return [::String]
418
415
  # Optional. User-specified Service Account (SA) credentials to be used when
419
416
  # performing the transfer.
420
- # Format: `projects/{project_id}/serviceAccounts/{service_account}`
417
+ # Use one of the following formats:
418
+ #
419
+ # * `{EMAIL_ADDRESS_OR_UNIQUE_ID}`
420
+ # * `projects/{PROJECT_ID_OR_NUMBER}/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
421
+ # * `projects/-/serviceAccounts/{EMAIL_ADDRESS_OR_UNIQUE_ID}`
422
+ #
421
423
  # If unspecified, the Parallelstore service agent is used:
422
- # service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com)
424
+ # `service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
423
425
  class ExportDataRequest
424
426
  include ::Google::Protobuf::MessageExts
425
427
  extend ::Google::Protobuf::MessageExts::ClassMethods
426
428
  end
427
429
 
428
- # ImportDataResponse is the response returned from ImportData rpc.
430
+ # The response to a request to import data to Parallelstore.
429
431
  class ImportDataResponse
430
432
  include ::Google::Protobuf::MessageExts
431
433
  extend ::Google::Protobuf::MessageExts::ClassMethods
432
434
  end
433
435
 
434
- # ImportDataMetadata contains import data operation metadata
436
+ # Metadata related to the data import operation.
435
437
  # @!attribute [rw] operation_metadata
436
438
  # @return [::Google::Cloud::Parallelstore::V1beta::TransferOperationMetadata]
437
- # Contains the data transfer operation metadata.
439
+ # Data transfer operation metadata.
438
440
  # @!attribute [r] create_time
439
441
  # @return [::Google::Protobuf::Timestamp]
440
442
  # Output only. The time the operation was created.
@@ -465,16 +467,16 @@ module Google
465
467
  extend ::Google::Protobuf::MessageExts::ClassMethods
466
468
  end
467
469
 
468
- # ExportDataResponse is the response returned from ExportData rpc
470
+ # The response to a request to export data from Parallelstore.
469
471
  class ExportDataResponse
470
472
  include ::Google::Protobuf::MessageExts
471
473
  extend ::Google::Protobuf::MessageExts::ClassMethods
472
474
  end
473
475
 
474
- # ExportDataMetadata contains export data operation metadata
476
+ # Metadata related to the data export operation.
475
477
  # @!attribute [rw] operation_metadata
476
478
  # @return [::Google::Cloud::Parallelstore::V1beta::TransferOperationMetadata]
477
- # Contains the data transfer operation metadata.
479
+ # Data transfer operation metadata.
478
480
  # @!attribute [r] create_time
479
481
  # @return [::Google::Protobuf::Timestamp]
480
482
  # Output only. The time the operation was created.
@@ -505,7 +507,7 @@ module Google
505
507
  extend ::Google::Protobuf::MessageExts::ClassMethods
506
508
  end
507
509
 
508
- # Represents the metadata of the long-running operation.
510
+ # Long-running operation metadata related to a data transfer.
509
511
  # @!attribute [r] source_parallelstore
510
512
  # @return [::Google::Cloud::Parallelstore::V1beta::SourceParallelstore]
511
513
  # Output only. Parallelstore source.
@@ -520,7 +522,7 @@ module Google
520
522
  # Output only. Parallelstore destination.
521
523
  # @!attribute [r] counters
522
524
  # @return [::Google::Cloud::Parallelstore::V1beta::TransferCounters]
523
- # Output only. Information about the progress of the transfer operation.
525
+ # Output only. The progress of the transfer operation.
524
526
  # @!attribute [r] transfer_type
525
527
  # @return [::Google::Cloud::Parallelstore::V1beta::TransferType]
526
528
  # Output only. The type of transfer occurring.
@@ -573,7 +575,7 @@ module Google
573
575
 
574
576
  # Represents the striping options for files.
575
577
  module FileStripeLevel
576
- # Default file striping
578
+ # If not set, FileStripeLevel will default to FILE_STRIPE_LEVEL_BALANCED
577
579
  FILE_STRIPE_LEVEL_UNSPECIFIED = 0
578
580
 
579
581
  # Minimum file striping
@@ -588,7 +590,7 @@ module Google
588
590
 
589
591
  # Represents the striping options for directories.
590
592
  module DirectoryStripeLevel
591
- # Default directory striping
593
+ # If not set, DirectoryStripeLevel will default to DIRECTORY_STRIPE_LEVEL_MAX
592
594
  DIRECTORY_STRIPE_LEVEL_UNSPECIFIED = 0
593
595
 
594
596
  # Minimum directory striping
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-parallelstore-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-30 00:00:00.000000000 Z
11
+ date: 2024-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common