google-cloud-parallelstore-v1 1.3.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/parallelstore/v1/parallelstore/client.rb +36 -15
- data/lib/google/cloud/parallelstore/v1/parallelstore/operations.rb +32 -4
- data/lib/google/cloud/parallelstore/v1/parallelstore/rest/client.rb +16 -12
- data/lib/google/cloud/parallelstore/v1/parallelstore/rest/operations.rb +12 -1
- data/lib/google/cloud/parallelstore/v1/parallelstore_pb.rb +5 -1
- data/lib/google/cloud/parallelstore/v1/version.rb +1 -1
- data/proto_docs/google/cloud/parallelstore/v1/parallelstore.rb +71 -14
- data/proto_docs/google/longrunning/operations.rb +18 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9345b17e91255ccb0894603396683cccaad1c4181f7be2c27dc7ae7bf591bf7
|
|
4
|
+
data.tar.gz: e0cbece92978fc5c721f249f22f6819e0b436744a926494a253d368da74d62e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42845c7bd7bb709a605ce518e32fb56a7af702dd3bf175da3838508e7efb8380de44055b14e35d05d48518a78f78b9800e4ca503534b01f0f97ec611fba8be4b
|
|
7
|
+
data.tar.gz: f139b2dab2762e2028eefa779e7e104acf06027a3fbf9b846220a5a20a7713a1293221c4c98825d8e33bea1867ea0a068e874e8039dfee7ef2896e5fc26a3e43
|
|
@@ -455,8 +455,8 @@ module Google
|
|
|
455
455
|
# ignore the request if it has already been completed. The server will
|
|
456
456
|
# guarantee that for at least 60 minutes since the first request.
|
|
457
457
|
#
|
|
458
|
-
# For example, consider a situation where you make an initial request and
|
|
459
|
-
#
|
|
458
|
+
# For example, consider a situation where you make an initial request and
|
|
459
|
+
# the request times out. If you make the request again with the same request
|
|
460
460
|
# ID, the server can check if original operation with the same request ID
|
|
461
461
|
# was received, and if so, will ignore the second request. This prevents
|
|
462
462
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -568,8 +568,8 @@ module Google
|
|
|
568
568
|
# ignore the request if it has already been completed. The server will
|
|
569
569
|
# guarantee that for at least 60 minutes since the first request.
|
|
570
570
|
#
|
|
571
|
-
# For example, consider a situation where you make an initial request and
|
|
572
|
-
#
|
|
571
|
+
# For example, consider a situation where you make an initial request and
|
|
572
|
+
# the request times out. If you make the request again with the same request
|
|
573
573
|
# ID, the server can check if original operation with the same request ID
|
|
574
574
|
# was received, and if so, will ignore the second request. This prevents
|
|
575
575
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -676,8 +676,8 @@ module Google
|
|
|
676
676
|
# ignore the request if it has already been completed. The server will
|
|
677
677
|
# guarantee that for at least 60 minutes after the first request.
|
|
678
678
|
#
|
|
679
|
-
# For example, consider a situation where you make an initial request and
|
|
680
|
-
#
|
|
679
|
+
# For example, consider a situation where you make an initial request and
|
|
680
|
+
# the request times out. If you make the request again with the same request
|
|
681
681
|
# ID, the server can check if original operation with the same request ID
|
|
682
682
|
# was received, and if so, will ignore the second request. This prevents
|
|
683
683
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -771,7 +771,7 @@ module Google
|
|
|
771
771
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
772
772
|
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
|
773
773
|
#
|
|
774
|
-
# @overload import_data(source_gcs_bucket: nil, destination_parallelstore: nil, name: nil, request_id: nil, service_account: nil)
|
|
774
|
+
# @overload import_data(source_gcs_bucket: nil, destination_parallelstore: nil, name: nil, request_id: nil, service_account: nil, metadata_options: nil)
|
|
775
775
|
# Pass arguments to `import_data` via keyword arguments. Note that at
|
|
776
776
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
777
777
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -788,8 +788,8 @@ module Google
|
|
|
788
788
|
# ignore the request if it has already been completed. The server will
|
|
789
789
|
# guarantee that for at least 60 minutes since the first request.
|
|
790
790
|
#
|
|
791
|
-
# For example, consider a situation where you make an initial request and
|
|
792
|
-
#
|
|
791
|
+
# For example, consider a situation where you make an initial request and
|
|
792
|
+
# the request times out. If you make the request again with the same request
|
|
793
793
|
# ID, the server can check if original operation with the same request ID
|
|
794
794
|
# was received, and if so, will ignore the second request. This prevents
|
|
795
795
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -808,6 +808,8 @@ module Google
|
|
|
808
808
|
#
|
|
809
809
|
# If unspecified, the Parallelstore service agent is used:
|
|
810
810
|
# `service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
|
|
811
|
+
# @param metadata_options [::Google::Cloud::Parallelstore::V1::TransferMetadataOptions, ::Hash]
|
|
812
|
+
# Optional. The transfer metadata options for the import data.
|
|
811
813
|
#
|
|
812
814
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
813
815
|
# @yieldparam response [::Gapic::Operation]
|
|
@@ -895,7 +897,7 @@ module Google
|
|
|
895
897
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
896
898
|
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
|
897
899
|
#
|
|
898
|
-
# @overload export_data(source_parallelstore: nil, destination_gcs_bucket: nil, name: nil, request_id: nil, service_account: nil)
|
|
900
|
+
# @overload export_data(source_parallelstore: nil, destination_gcs_bucket: nil, name: nil, request_id: nil, service_account: nil, metadata_options: nil)
|
|
899
901
|
# Pass arguments to `export_data` via keyword arguments. Note that at
|
|
900
902
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
901
903
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -912,8 +914,8 @@ module Google
|
|
|
912
914
|
# ignore the request if it has already been completed. The server will
|
|
913
915
|
# guarantee that for at least 60 minutes since the first request.
|
|
914
916
|
#
|
|
915
|
-
# For example, consider a situation where you make an initial request and
|
|
916
|
-
#
|
|
917
|
+
# For example, consider a situation where you make an initial request and
|
|
918
|
+
# the request times out. If you make the request again with the same request
|
|
917
919
|
# ID, the server can check if original operation with the same request ID
|
|
918
920
|
# was received, and if so, will ignore the second request. This prevents
|
|
919
921
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -931,6 +933,8 @@ module Google
|
|
|
931
933
|
#
|
|
932
934
|
# If unspecified, the Parallelstore service agent is used:
|
|
933
935
|
# `service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
|
|
936
|
+
# @param metadata_options [::Google::Cloud::Parallelstore::V1::TransferMetadataOptions, ::Hash]
|
|
937
|
+
# Optional. The metadata options for the export data.
|
|
934
938
|
#
|
|
935
939
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
936
940
|
# @yieldparam response [::Gapic::Operation]
|
|
@@ -1040,8 +1044,6 @@ module Google
|
|
|
1040
1044
|
# @return [::String,nil]
|
|
1041
1045
|
# @!attribute [rw] credentials
|
|
1042
1046
|
# Credentials to send with calls. You may provide any of the following types:
|
|
1043
|
-
# * (`String`) The path to a service account key file in JSON format
|
|
1044
|
-
# * (`Hash`) A service account key as a Hash
|
|
1045
1047
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
1046
1048
|
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
1047
1049
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
@@ -1050,7 +1052,26 @@ module Google
|
|
|
1050
1052
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
1051
1053
|
# * (`nil`) indicating no credentials
|
|
1052
1054
|
#
|
|
1053
|
-
# Warning:
|
|
1055
|
+
# @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
|
|
1056
|
+
# is deprecated. Providing an unvalidated credential configuration to
|
|
1057
|
+
# Google APIs can compromise the security of your systems and data.
|
|
1058
|
+
#
|
|
1059
|
+
# @example
|
|
1060
|
+
#
|
|
1061
|
+
# # The recommended way to provide credentials is to use the `make_creds` method
|
|
1062
|
+
# # on the appropriate credentials class for your environment.
|
|
1063
|
+
#
|
|
1064
|
+
# require "googleauth"
|
|
1065
|
+
#
|
|
1066
|
+
# credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
|
|
1067
|
+
# json_key_io: ::File.open("/path/to/keyfile.json")
|
|
1068
|
+
# )
|
|
1069
|
+
#
|
|
1070
|
+
# client = ::Google::Cloud::Parallelstore::V1::Parallelstore::Client.new do |config|
|
|
1071
|
+
# config.credentials = credentials
|
|
1072
|
+
# end
|
|
1073
|
+
#
|
|
1074
|
+
# @note Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
1054
1075
|
# external source for authentication to Google Cloud, you must validate it before
|
|
1055
1076
|
# providing it to a Google API client library. Providing an unvalidated credential
|
|
1056
1077
|
# configuration to Google APIs can compromise the security of your systems and data.
|
|
@@ -134,7 +134,7 @@ module Google
|
|
|
134
134
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
135
135
|
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
|
136
136
|
#
|
|
137
|
-
# @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil)
|
|
137
|
+
# @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil)
|
|
138
138
|
# Pass arguments to `list_operations` via keyword arguments. Note that at
|
|
139
139
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
140
140
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -147,6 +147,17 @@ module Google
|
|
|
147
147
|
# The standard list page size.
|
|
148
148
|
# @param page_token [::String]
|
|
149
149
|
# The standard list page token.
|
|
150
|
+
# @param return_partial_success [::Boolean]
|
|
151
|
+
# When set to `true`, operations that are reachable are returned as normal,
|
|
152
|
+
# and those that are unreachable are returned in the
|
|
153
|
+
# [ListOperationsResponse.unreachable] field.
|
|
154
|
+
#
|
|
155
|
+
# This can only be `true` when reading across collections e.g. when `parent`
|
|
156
|
+
# is set to `"projects/example/locations/-"`.
|
|
157
|
+
#
|
|
158
|
+
# This field is not by default supported and will result in an
|
|
159
|
+
# `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
|
|
160
|
+
# service or product specific documentation.
|
|
150
161
|
#
|
|
151
162
|
# @yield [response, operation] Access the result along with the RPC operation
|
|
152
163
|
# @yieldparam response [::Gapic::PagedEnumerable<::Gapic::Operation>]
|
|
@@ -631,8 +642,6 @@ module Google
|
|
|
631
642
|
# @return [::String,nil]
|
|
632
643
|
# @!attribute [rw] credentials
|
|
633
644
|
# Credentials to send with calls. You may provide any of the following types:
|
|
634
|
-
# * (`String`) The path to a service account key file in JSON format
|
|
635
|
-
# * (`Hash`) A service account key as a Hash
|
|
636
645
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
637
646
|
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
638
647
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
@@ -641,7 +650,26 @@ module Google
|
|
|
641
650
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
642
651
|
# * (`nil`) indicating no credentials
|
|
643
652
|
#
|
|
644
|
-
# Warning:
|
|
653
|
+
# @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
|
|
654
|
+
# is deprecated. Providing an unvalidated credential configuration to
|
|
655
|
+
# Google APIs can compromise the security of your systems and data.
|
|
656
|
+
#
|
|
657
|
+
# @example
|
|
658
|
+
#
|
|
659
|
+
# # The recommended way to provide credentials is to use the `make_creds` method
|
|
660
|
+
# # on the appropriate credentials class for your environment.
|
|
661
|
+
#
|
|
662
|
+
# require "googleauth"
|
|
663
|
+
#
|
|
664
|
+
# credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
|
|
665
|
+
# json_key_io: ::File.open("/path/to/keyfile.json")
|
|
666
|
+
# )
|
|
667
|
+
#
|
|
668
|
+
# client = ::Google::Longrunning::Operations::Client.new do |config|
|
|
669
|
+
# config.credentials = credentials
|
|
670
|
+
# end
|
|
671
|
+
#
|
|
672
|
+
# @note Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
645
673
|
# external source for authentication to Google Cloud, you must validate it before
|
|
646
674
|
# providing it to a Google API client library. Providing an unvalidated credential
|
|
647
675
|
# configuration to Google APIs can compromise the security of your systems and data.
|
|
@@ -435,8 +435,8 @@ module Google
|
|
|
435
435
|
# ignore the request if it has already been completed. The server will
|
|
436
436
|
# guarantee that for at least 60 minutes since the first request.
|
|
437
437
|
#
|
|
438
|
-
# For example, consider a situation where you make an initial request and
|
|
439
|
-
#
|
|
438
|
+
# For example, consider a situation where you make an initial request and
|
|
439
|
+
# the request times out. If you make the request again with the same request
|
|
440
440
|
# ID, the server can check if original operation with the same request ID
|
|
441
441
|
# was received, and if so, will ignore the second request. This prevents
|
|
442
442
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -541,8 +541,8 @@ module Google
|
|
|
541
541
|
# ignore the request if it has already been completed. The server will
|
|
542
542
|
# guarantee that for at least 60 minutes since the first request.
|
|
543
543
|
#
|
|
544
|
-
# For example, consider a situation where you make an initial request and
|
|
545
|
-
#
|
|
544
|
+
# For example, consider a situation where you make an initial request and
|
|
545
|
+
# the request times out. If you make the request again with the same request
|
|
546
546
|
# ID, the server can check if original operation with the same request ID
|
|
547
547
|
# was received, and if so, will ignore the second request. This prevents
|
|
548
548
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -642,8 +642,8 @@ module Google
|
|
|
642
642
|
# ignore the request if it has already been completed. The server will
|
|
643
643
|
# guarantee that for at least 60 minutes after the first request.
|
|
644
644
|
#
|
|
645
|
-
# For example, consider a situation where you make an initial request and
|
|
646
|
-
#
|
|
645
|
+
# For example, consider a situation where you make an initial request and
|
|
646
|
+
# the request times out. If you make the request again with the same request
|
|
647
647
|
# ID, the server can check if original operation with the same request ID
|
|
648
648
|
# was received, and if so, will ignore the second request. This prevents
|
|
649
649
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -730,7 +730,7 @@ module Google
|
|
|
730
730
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
731
731
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
732
732
|
#
|
|
733
|
-
# @overload import_data(source_gcs_bucket: nil, destination_parallelstore: nil, name: nil, request_id: nil, service_account: nil)
|
|
733
|
+
# @overload import_data(source_gcs_bucket: nil, destination_parallelstore: nil, name: nil, request_id: nil, service_account: nil, metadata_options: nil)
|
|
734
734
|
# Pass arguments to `import_data` via keyword arguments. Note that at
|
|
735
735
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
736
736
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -747,8 +747,8 @@ module Google
|
|
|
747
747
|
# ignore the request if it has already been completed. The server will
|
|
748
748
|
# guarantee that for at least 60 minutes since the first request.
|
|
749
749
|
#
|
|
750
|
-
# For example, consider a situation where you make an initial request and
|
|
751
|
-
#
|
|
750
|
+
# For example, consider a situation where you make an initial request and
|
|
751
|
+
# the request times out. If you make the request again with the same request
|
|
752
752
|
# ID, the server can check if original operation with the same request ID
|
|
753
753
|
# was received, and if so, will ignore the second request. This prevents
|
|
754
754
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -767,6 +767,8 @@ module Google
|
|
|
767
767
|
#
|
|
768
768
|
# If unspecified, the Parallelstore service agent is used:
|
|
769
769
|
# `service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
|
|
770
|
+
# @param metadata_options [::Google::Cloud::Parallelstore::V1::TransferMetadataOptions, ::Hash]
|
|
771
|
+
# Optional. The transfer metadata options for the import data.
|
|
770
772
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
771
773
|
# @yieldparam result [::Gapic::Operation]
|
|
772
774
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -847,7 +849,7 @@ module Google
|
|
|
847
849
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
848
850
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
849
851
|
#
|
|
850
|
-
# @overload export_data(source_parallelstore: nil, destination_gcs_bucket: nil, name: nil, request_id: nil, service_account: nil)
|
|
852
|
+
# @overload export_data(source_parallelstore: nil, destination_gcs_bucket: nil, name: nil, request_id: nil, service_account: nil, metadata_options: nil)
|
|
851
853
|
# Pass arguments to `export_data` via keyword arguments. Note that at
|
|
852
854
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
853
855
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -864,8 +866,8 @@ module Google
|
|
|
864
866
|
# ignore the request if it has already been completed. The server will
|
|
865
867
|
# guarantee that for at least 60 minutes since the first request.
|
|
866
868
|
#
|
|
867
|
-
# For example, consider a situation where you make an initial request and
|
|
868
|
-
#
|
|
869
|
+
# For example, consider a situation where you make an initial request and
|
|
870
|
+
# the request times out. If you make the request again with the same request
|
|
869
871
|
# ID, the server can check if original operation with the same request ID
|
|
870
872
|
# was received, and if so, will ignore the second request. This prevents
|
|
871
873
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -883,6 +885,8 @@ module Google
|
|
|
883
885
|
#
|
|
884
886
|
# If unspecified, the Parallelstore service agent is used:
|
|
885
887
|
# `service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
|
|
888
|
+
# @param metadata_options [::Google::Cloud::Parallelstore::V1::TransferMetadataOptions, ::Hash]
|
|
889
|
+
# Optional. The metadata options for the export data.
|
|
886
890
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
887
891
|
# @yieldparam result [::Gapic::Operation]
|
|
888
892
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -125,7 +125,7 @@ module Google
|
|
|
125
125
|
# @param options [::Gapic::CallOptions, ::Hash]
|
|
126
126
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
|
127
127
|
#
|
|
128
|
-
# @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil)
|
|
128
|
+
# @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil)
|
|
129
129
|
# Pass arguments to `list_operations` via keyword arguments. Note that at
|
|
130
130
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
|
131
131
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
@@ -138,6 +138,17 @@ module Google
|
|
|
138
138
|
# The standard list page size.
|
|
139
139
|
# @param page_token [::String]
|
|
140
140
|
# The standard list page token.
|
|
141
|
+
# @param return_partial_success [::Boolean]
|
|
142
|
+
# When set to `true`, operations that are reachable are returned as normal,
|
|
143
|
+
# and those that are unreachable are returned in the
|
|
144
|
+
# [ListOperationsResponse.unreachable] field.
|
|
145
|
+
#
|
|
146
|
+
# This can only be `true` when reading across collections e.g. when `parent`
|
|
147
|
+
# is set to `"projects/example/locations/-"`.
|
|
148
|
+
#
|
|
149
|
+
# This field is not by default supported and will result in an
|
|
150
|
+
# `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
|
|
151
|
+
# service or product specific documentation.
|
|
141
152
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
|
142
153
|
# @yieldparam result [::Gapic::Operation]
|
|
143
154
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
|
@@ -16,7 +16,7 @@ require 'google/protobuf/timestamp_pb'
|
|
|
16
16
|
require 'google/rpc/code_pb'
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
descriptor_data = "\n1google/cloud/parallelstore/v1/parallelstore.proto\x12\x1dgoogle.cloud.parallelstore.v1\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\x1a\x15google/rpc/code.proto\"\xf9\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\x41\n\x05state\x18\x03 \x01(\x0e\x32-.google.cloud.parallelstore.v1.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\x12H\n\x06labels\x18\x06 \x03(\x0b\x32\x33.google.cloud.parallelstore.v1.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\x1b\n\x0c\x64\x61os_version\x18\t \x01(\tB\x05\x18\x01\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\x12Q\n\x11\x66ile_stripe_level\x18\x0f \x01(\x0e\x32..google.cloud.parallelstore.v1.FileStripeLevelB\x06\xe0\x41\x05\xe0\x41\x01\x12[\n\x16\x64irectory_stripe_level\x18\x10 \x01(\x0e\x32\x33.google.cloud.parallelstore.v1.DirectoryStripeLevelB\x06\xe0\x41\x05\xe0\x41\x01\x12N\n\x0f\x64\x65ployment_type\x18\x11 \x01(\x0e\x32-.google.cloud.parallelstore.v1.DeploymentTypeB\x06\xe0\x41\x05\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\"p\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\x12\r\n\tREPAIRING\x10\x06:}\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\"\x81\x01\n\x15ListInstancesResponse\x12:\n\tinstances\x18\x01 \x03(\x0b\x32\'.google.cloud.parallelstore.v1.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\"\xc9\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>\n\x08instance\x18\x03 \x01(\x0b\x32\'.google.cloud.parallelstore.v1.InstanceB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xa6\x01\n\x15UpdateInstanceRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12>\n\x08instance\x18\x02 \x01(\x0b\x32\'.google.cloud.parallelstore.v1.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\"\xf9\x02\n\x11ImportDataRequest\x12K\n\x11source_gcs_bucket\x18\x02 \x01(\x0b\x32..google.cloud.parallelstore.v1.SourceGcsBucketH\x00\x12\\\n\x19\x64\x65stination_parallelstore\x18\x03 \x01(\x0b\x32\x37.google.cloud.parallelstore.v1.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\"\xf9\x02\n\x11\x45xportDataRequest\x12R\n\x14source_parallelstore\x18\x02 \x01(\x0b\x32\x32.google.cloud.parallelstore.v1.SourceParallelstoreH\x00\x12U\n\x16\x64\x65stination_gcs_bucket\x18\x03 \x01(\x0b\x32\x33.google.cloud.parallelstore.v1.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\";\n\x15TransferErrorLogEntry\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x15\n\rerror_details\x18\x02 \x03(\t\"\xa2\x01\n\x14TransferErrorSummary\x12$\n\nerror_code\x18\x01 \x01(\x0e\x32\x10.google.rpc.Code\x12\x13\n\x0b\x65rror_count\x18\x02 \x01(\x03\x12O\n\x11\x65rror_log_entries\x18\x04 \x03(\x0b\x32\x34.google.cloud.parallelstore.v1.TransferErrorLogEntry\"\xd7\x02\n\x12ImportDataMetadata\x12T\n\x12operation_metadata\x18\x01 \x01(\x0b\x32\x38.google.cloud.parallelstore.v1.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\"\xd7\x02\n\x12\x45xportDataMetadata\x12T\n\x12operation_metadata\x18\x01 \x01(\x0b\x32\x38.google.cloud.parallelstore.v1.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\"\x80\x05\n\x19TransferOperationMetadata\x12W\n\x14source_parallelstore\x18\x07 \x01(\x0b\x32\x32.google.cloud.parallelstore.v1.SourceParallelstoreB\x03\xe0\x41\x03H\x00\x12P\n\x11source_gcs_bucket\x18\x08 \x01(\x0b\x32..google.cloud.parallelstore.v1.SourceGcsBucketB\x03\xe0\x41\x03H\x00\x12Z\n\x16\x64\x65stination_gcs_bucket\x18\t \x01(\x0b\x32\x33.google.cloud.parallelstore.v1.DestinationGcsBucketB\x03\xe0\x41\x03H\x01\x12\x61\n\x19\x64\x65stination_parallelstore\x18\n \x01(\x0b\x32\x37.google.cloud.parallelstore.v1.DestinationParallelstoreB\x03\xe0\x41\x03H\x01\x12\x46\n\x08\x63ounters\x18\x03 \x01(\x0b\x32/.google.cloud.parallelstore.v1.TransferCountersB\x03\xe0\x41\x03\x12G\n\rtransfer_type\x18\x06 \x01(\x0e\x32+.google.cloud.parallelstore.v1.TransferTypeB\x03\xe0\x41\x03\x12O\n\rerror_summary\x18\r \x03(\x0b\x32\x33.google.cloud.parallelstore.v1.TransferErrorSummaryB\x03\xe0\x41\x03\x42\x08\n\x06sourceB\r\n\x0b\x64\x65stination\"\xca\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\x12\x16\n\x0eobjects_failed\x18\x07 \x01(\x03\x12\x14\n\x0c\x62ytes_failed\x18\x08 \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*N\n\x0e\x44\x65ploymentType\x12\x1f\n\x1b\x44\x45PLOYMENT_TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07SCRATCH\x10\x01\x12\x0e\n\nPERSISTENT\x10\x02\x32\x8b\x0c\n\rParallelstore\x12\xba\x01\n\rListInstances\x12\x33.google.cloud.parallelstore.v1.ListInstancesRequest\x1a\x34.google.cloud.parallelstore.v1.ListInstancesResponse\">\xda\x41\x06parent\x82\xd3\xe4\x93\x02/\x12-/v1/{parent=projects/*/locations/*}/instances\x12\xa7\x01\n\x0bGetInstance\x12\x31.google.cloud.parallelstore.v1.GetInstanceRequest\x1a\'.google.cloud.parallelstore.v1.Instance\"<\xda\x41\x04name\x82\xd3\xe4\x93\x02/\x12-/v1/{name=projects/*/locations/*/instances/*}\x12\xe4\x01\n\x0e\x43reateInstance\x12\x34.google.cloud.parallelstore.v1.CreateInstanceRequest\x1a\x1d.google.longrunning.Operation\"}\xca\x41\x1d\n\x08Instance\x12\x11OperationMetadata\xda\x41\x1bparent,instance,instance_id\x82\xd3\xe4\x93\x02\x39\"-/v1/{parent=projects/*/locations/*}/instances:\x08instance\x12\xe6\x01\n\x0eUpdateInstance\x12\x34.google.cloud.parallelstore.v1.UpdateInstanceRequest\x1a\x1d.google.longrunning.Operation\"\x7f\xca\x41\x1d\n\x08Instance\x12\x11OperationMetadata\xda\x41\x14instance,update_mask\x82\xd3\xe4\x93\x02\x42\x32\x36/v1/{instance.name=projects/*/locations/*/instances/*}:\x08instance\x12\xd0\x01\n\x0e\x44\x65leteInstance\x12\x34.google.cloud.parallelstore.v1.DeleteInstanceRequest\x1a\x1d.google.longrunning.Operation\"i\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02/*-/v1/{name=projects/*/locations/*/instances/*}\x12\xcd\x01\n\nImportData\x12\x30.google.cloud.parallelstore.v1.ImportDataRequest\x1a\x1d.google.longrunning.Operation\"n\xca\x41(\n\x12ImportDataResponse\x12\x12ImportDataMetadata\x82\xd3\xe4\x93\x02=\"8/v1/{name=projects/*/locations/*/instances/*}:importData:\x01*\x12\xcd\x01\n\nExportData\x12\x30.google.cloud.parallelstore.v1.ExportDataRequest\x1a\x1d.google.longrunning.Operation\"n\xca\x41(\n\x12\x45xportDataResponse\x12\x12\x45xportDataMetadata\x82\xd3\xe4\x93\x02=\"8/v1/{name=projects/*/locations/*/instances/*}:exportData:\x01*\x1aP\xca\x41\x1cparallelstore.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xee\x03\n!com.google.cloud.parallelstore.v1B\x12ParallelstoreProtoP\x01ZGcloud.google.com/go/parallelstore/apiv1/parallelstorepb;parallelstorepb\xaa\x02\x1dGoogle.Cloud.Parallelstore.V1\xca\x02\x1dGoogle\\Cloud\\Parallelstore\\V1\xea\x02 Google::Cloud::Parallelstore::V1\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
|
+
descriptor_data = "\n1google/cloud/parallelstore/v1/parallelstore.proto\x12\x1dgoogle.cloud.parallelstore.v1\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\x1a\x15google/rpc/code.proto\"\xf9\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\x41\n\x05state\x18\x03 \x01(\x0e\x32-.google.cloud.parallelstore.v1.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\x12H\n\x06labels\x18\x06 \x03(\x0b\x32\x33.google.cloud.parallelstore.v1.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\x1b\n\x0c\x64\x61os_version\x18\t \x01(\tB\x05\x18\x01\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\x12Q\n\x11\x66ile_stripe_level\x18\x0f \x01(\x0e\x32..google.cloud.parallelstore.v1.FileStripeLevelB\x06\xe0\x41\x05\xe0\x41\x01\x12[\n\x16\x64irectory_stripe_level\x18\x10 \x01(\x0e\x32\x33.google.cloud.parallelstore.v1.DirectoryStripeLevelB\x06\xe0\x41\x05\xe0\x41\x01\x12N\n\x0f\x64\x65ployment_type\x18\x11 \x01(\x0e\x32-.google.cloud.parallelstore.v1.DeploymentTypeB\x06\xe0\x41\x05\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\"p\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\x12\r\n\tREPAIRING\x10\x06:}\xea\x41z\n%parallelstore.googleapis.com/Instance\x12<projects/{project}/locations/{location}/instances/{instance}*\tinstances2\x08instance\"\xcb\x03\n\x17TransferMetadataOptions\x12L\n\x03uid\x18\x01 \x01(\x0e\x32:.google.cloud.parallelstore.v1.TransferMetadataOptions.UidB\x03\xe0\x41\x01\x12L\n\x03gid\x18\x02 \x01(\x0e\x32:.google.cloud.parallelstore.v1.TransferMetadataOptions.GidB\x03\xe0\x41\x01\x12N\n\x04mode\x18\x03 \x01(\x0e\x32;.google.cloud.parallelstore.v1.TransferMetadataOptions.ModeB\x03\xe0\x41\x01\"A\n\x03Uid\x12\x13\n\x0fUID_UNSPECIFIED\x10\x00\x12\x0c\n\x08UID_SKIP\x10\x01\x12\x17\n\x13UID_NUMBER_PRESERVE\x10\x02\"A\n\x03Gid\x12\x13\n\x0fGID_UNSPECIFIED\x10\x00\x12\x0c\n\x08GID_SKIP\x10\x01\x12\x17\n\x13GID_NUMBER_PRESERVE\x10\x02\">\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\r\n\tMODE_SKIP\x10\x01\x12\x11\n\rMODE_PRESERVE\x10\x02\"\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\"\x81\x01\n\x15ListInstancesResponse\x12:\n\tinstances\x18\x01 \x03(\x0b\x32\'.google.cloud.parallelstore.v1.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\"\xc9\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>\n\x08instance\x18\x03 \x01(\x0b\x32\'.google.cloud.parallelstore.v1.InstanceB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xa6\x01\n\x15UpdateInstanceRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12>\n\x08instance\x18\x02 \x01(\x0b\x32\'.google.cloud.parallelstore.v1.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\"\xd0\x03\n\x11ImportDataRequest\x12K\n\x11source_gcs_bucket\x18\x02 \x01(\x0b\x32..google.cloud.parallelstore.v1.SourceGcsBucketH\x00\x12\\\n\x19\x64\x65stination_parallelstore\x18\x03 \x01(\x0b\x32\x37.google.cloud.parallelstore.v1.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/ServiceAccount\x12U\n\x10metadata_options\x18\x06 \x01(\x0b\x32\x36.google.cloud.parallelstore.v1.TransferMetadataOptionsB\x03\xe0\x41\x01\x42\x08\n\x06sourceB\r\n\x0b\x64\x65stination\"\xd0\x03\n\x11\x45xportDataRequest\x12R\n\x14source_parallelstore\x18\x02 \x01(\x0b\x32\x32.google.cloud.parallelstore.v1.SourceParallelstoreH\x00\x12U\n\x16\x64\x65stination_gcs_bucket\x18\x03 \x01(\x0b\x32\x33.google.cloud.parallelstore.v1.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/ServiceAccount\x12U\n\x10metadata_options\x18\x06 \x01(\x0b\x32\x36.google.cloud.parallelstore.v1.TransferMetadataOptionsB\x03\xe0\x41\x01\x42\x08\n\x06sourceB\r\n\x0b\x64\x65stination\"\x14\n\x12ImportDataResponse\";\n\x15TransferErrorLogEntry\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x15\n\rerror_details\x18\x02 \x03(\t\"\xa2\x01\n\x14TransferErrorSummary\x12$\n\nerror_code\x18\x01 \x01(\x0e\x32\x10.google.rpc.Code\x12\x13\n\x0b\x65rror_count\x18\x02 \x01(\x03\x12O\n\x11\x65rror_log_entries\x18\x04 \x03(\x0b\x32\x34.google.cloud.parallelstore.v1.TransferErrorLogEntry\"\xd7\x02\n\x12ImportDataMetadata\x12T\n\x12operation_metadata\x18\x01 \x01(\x0b\x32\x38.google.cloud.parallelstore.v1.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\"\xd7\x02\n\x12\x45xportDataMetadata\x12T\n\x12operation_metadata\x18\x01 \x01(\x0b\x32\x38.google.cloud.parallelstore.v1.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\"\x80\x05\n\x19TransferOperationMetadata\x12W\n\x14source_parallelstore\x18\x07 \x01(\x0b\x32\x32.google.cloud.parallelstore.v1.SourceParallelstoreB\x03\xe0\x41\x03H\x00\x12P\n\x11source_gcs_bucket\x18\x08 \x01(\x0b\x32..google.cloud.parallelstore.v1.SourceGcsBucketB\x03\xe0\x41\x03H\x00\x12Z\n\x16\x64\x65stination_gcs_bucket\x18\t \x01(\x0b\x32\x33.google.cloud.parallelstore.v1.DestinationGcsBucketB\x03\xe0\x41\x03H\x01\x12\x61\n\x19\x64\x65stination_parallelstore\x18\n \x01(\x0b\x32\x37.google.cloud.parallelstore.v1.DestinationParallelstoreB\x03\xe0\x41\x03H\x01\x12\x46\n\x08\x63ounters\x18\x03 \x01(\x0b\x32/.google.cloud.parallelstore.v1.TransferCountersB\x03\xe0\x41\x03\x12G\n\rtransfer_type\x18\x06 \x01(\x0e\x32+.google.cloud.parallelstore.v1.TransferTypeB\x03\xe0\x41\x03\x12O\n\rerror_summary\x18\r \x03(\x0b\x32\x33.google.cloud.parallelstore.v1.TransferErrorSummaryB\x03\xe0\x41\x03\x42\x08\n\x06sourceB\r\n\x0b\x64\x65stination\"\xca\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\x12\x16\n\x0eobjects_failed\x18\x07 \x01(\x03\x12\x14\n\x0c\x62ytes_failed\x18\x08 \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*N\n\x0e\x44\x65ploymentType\x12\x1f\n\x1b\x44\x45PLOYMENT_TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07SCRATCH\x10\x01\x12\x0e\n\nPERSISTENT\x10\x02\x32\x8b\x0c\n\rParallelstore\x12\xba\x01\n\rListInstances\x12\x33.google.cloud.parallelstore.v1.ListInstancesRequest\x1a\x34.google.cloud.parallelstore.v1.ListInstancesResponse\">\xda\x41\x06parent\x82\xd3\xe4\x93\x02/\x12-/v1/{parent=projects/*/locations/*}/instances\x12\xa7\x01\n\x0bGetInstance\x12\x31.google.cloud.parallelstore.v1.GetInstanceRequest\x1a\'.google.cloud.parallelstore.v1.Instance\"<\xda\x41\x04name\x82\xd3\xe4\x93\x02/\x12-/v1/{name=projects/*/locations/*/instances/*}\x12\xe4\x01\n\x0e\x43reateInstance\x12\x34.google.cloud.parallelstore.v1.CreateInstanceRequest\x1a\x1d.google.longrunning.Operation\"}\xca\x41\x1d\n\x08Instance\x12\x11OperationMetadata\xda\x41\x1bparent,instance,instance_id\x82\xd3\xe4\x93\x02\x39\"-/v1/{parent=projects/*/locations/*}/instances:\x08instance\x12\xe6\x01\n\x0eUpdateInstance\x12\x34.google.cloud.parallelstore.v1.UpdateInstanceRequest\x1a\x1d.google.longrunning.Operation\"\x7f\xca\x41\x1d\n\x08Instance\x12\x11OperationMetadata\xda\x41\x14instance,update_mask\x82\xd3\xe4\x93\x02\x42\x32\x36/v1/{instance.name=projects/*/locations/*/instances/*}:\x08instance\x12\xd0\x01\n\x0e\x44\x65leteInstance\x12\x34.google.cloud.parallelstore.v1.DeleteInstanceRequest\x1a\x1d.google.longrunning.Operation\"i\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02/*-/v1/{name=projects/*/locations/*/instances/*}\x12\xcd\x01\n\nImportData\x12\x30.google.cloud.parallelstore.v1.ImportDataRequest\x1a\x1d.google.longrunning.Operation\"n\xca\x41(\n\x12ImportDataResponse\x12\x12ImportDataMetadata\x82\xd3\xe4\x93\x02=\"8/v1/{name=projects/*/locations/*/instances/*}:importData:\x01*\x12\xcd\x01\n\nExportData\x12\x30.google.cloud.parallelstore.v1.ExportDataRequest\x1a\x1d.google.longrunning.Operation\"n\xca\x41(\n\x12\x45xportDataResponse\x12\x12\x45xportDataMetadata\x82\xd3\xe4\x93\x02=\"8/v1/{name=projects/*/locations/*/instances/*}:exportData:\x01*\x1aP\xca\x41\x1cparallelstore.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xee\x03\n!com.google.cloud.parallelstore.v1B\x12ParallelstoreProtoP\x01ZGcloud.google.com/go/parallelstore/apiv1/parallelstorepb;parallelstorepb\xaa\x02\x1dGoogle.Cloud.Parallelstore.V1\xca\x02\x1dGoogle\\Cloud\\Parallelstore\\V1\xea\x02 Google::Cloud::Parallelstore::V1\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"
|
|
20
20
|
|
|
21
21
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
22
22
|
|
|
@@ -50,6 +50,10 @@ module Google
|
|
|
50
50
|
module V1
|
|
51
51
|
Instance = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.parallelstore.v1.Instance").msgclass
|
|
52
52
|
Instance::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.parallelstore.v1.Instance.State").enummodule
|
|
53
|
+
TransferMetadataOptions = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.parallelstore.v1.TransferMetadataOptions").msgclass
|
|
54
|
+
TransferMetadataOptions::Uid = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.parallelstore.v1.TransferMetadataOptions.Uid").enummodule
|
|
55
|
+
TransferMetadataOptions::Gid = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.parallelstore.v1.TransferMetadataOptions.Gid").enummodule
|
|
56
|
+
TransferMetadataOptions::Mode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.parallelstore.v1.TransferMetadataOptions.Mode").enummodule
|
|
53
57
|
ListInstancesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.parallelstore.v1.ListInstancesRequest").msgclass
|
|
54
58
|
ListInstancesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.parallelstore.v1.ListInstancesResponse").msgclass
|
|
55
59
|
GetInstanceRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.parallelstore.v1.GetInstanceRequest").msgclass
|
|
@@ -52,8 +52,8 @@ module Google
|
|
|
52
52
|
# @!attribute [r] daos_version
|
|
53
53
|
# @deprecated This field is deprecated and may be removed in the next major version update.
|
|
54
54
|
# @return [::String]
|
|
55
|
-
# Output only. Deprecated
|
|
56
|
-
#
|
|
55
|
+
# Output only. Deprecated: The version of DAOS software running in the
|
|
56
|
+
# instance.
|
|
57
57
|
# @!attribute [r] access_points
|
|
58
58
|
# @return [::Array<::String>]
|
|
59
59
|
# Output only. A list of IPv4 addresses used for client side configuration.
|
|
@@ -138,6 +138,57 @@ module Google
|
|
|
138
138
|
end
|
|
139
139
|
end
|
|
140
140
|
|
|
141
|
+
# Transfer metadata options for the instance.
|
|
142
|
+
# @!attribute [rw] uid
|
|
143
|
+
# @return [::Google::Cloud::Parallelstore::V1::TransferMetadataOptions::Uid]
|
|
144
|
+
# Optional. The UID preservation behavior.
|
|
145
|
+
# @!attribute [rw] gid
|
|
146
|
+
# @return [::Google::Cloud::Parallelstore::V1::TransferMetadataOptions::Gid]
|
|
147
|
+
# Optional. The GID preservation behavior.
|
|
148
|
+
# @!attribute [rw] mode
|
|
149
|
+
# @return [::Google::Cloud::Parallelstore::V1::TransferMetadataOptions::Mode]
|
|
150
|
+
# Optional. The mode preservation behavior.
|
|
151
|
+
class TransferMetadataOptions
|
|
152
|
+
include ::Google::Protobuf::MessageExts
|
|
153
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
154
|
+
|
|
155
|
+
# The UID preservation behavior.
|
|
156
|
+
module Uid
|
|
157
|
+
# default is UID_NUMBER_PRESERVE.
|
|
158
|
+
UID_UNSPECIFIED = 0
|
|
159
|
+
|
|
160
|
+
# Do not preserve UID during a transfer job.
|
|
161
|
+
UID_SKIP = 1
|
|
162
|
+
|
|
163
|
+
# Preserve UID that is in number format during a transfer job.
|
|
164
|
+
UID_NUMBER_PRESERVE = 2
|
|
165
|
+
end
|
|
166
|
+
|
|
167
|
+
# The GID preservation behavior.
|
|
168
|
+
module Gid
|
|
169
|
+
# default is GID_NUMBER_PRESERVE.
|
|
170
|
+
GID_UNSPECIFIED = 0
|
|
171
|
+
|
|
172
|
+
# Do not preserve GID during a transfer job.
|
|
173
|
+
GID_SKIP = 1
|
|
174
|
+
|
|
175
|
+
# Preserve GID that is in number format during a transfer job.
|
|
176
|
+
GID_NUMBER_PRESERVE = 2
|
|
177
|
+
end
|
|
178
|
+
|
|
179
|
+
# The mode preservation behavior.
|
|
180
|
+
module Mode
|
|
181
|
+
# default is MODE_PRESERVE.
|
|
182
|
+
MODE_UNSPECIFIED = 0
|
|
183
|
+
|
|
184
|
+
# Do not preserve mode during a transfer job.
|
|
185
|
+
MODE_SKIP = 1
|
|
186
|
+
|
|
187
|
+
# Preserve mode during a transfer job.
|
|
188
|
+
MODE_PRESERVE = 2
|
|
189
|
+
end
|
|
190
|
+
end
|
|
191
|
+
|
|
141
192
|
# List instances request.
|
|
142
193
|
# @!attribute [rw] parent
|
|
143
194
|
# @return [::String]
|
|
@@ -215,8 +266,8 @@ module Google
|
|
|
215
266
|
# ignore the request if it has already been completed. The server will
|
|
216
267
|
# guarantee that for at least 60 minutes since the first request.
|
|
217
268
|
#
|
|
218
|
-
# For example, consider a situation where you make an initial request and
|
|
219
|
-
#
|
|
269
|
+
# For example, consider a situation where you make an initial request and
|
|
270
|
+
# the request times out. If you make the request again with the same request
|
|
220
271
|
# ID, the server can check if original operation with the same request ID
|
|
221
272
|
# was received, and if so, will ignore the second request. This prevents
|
|
222
273
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -245,8 +296,8 @@ module Google
|
|
|
245
296
|
# ignore the request if it has already been completed. The server will
|
|
246
297
|
# guarantee that for at least 60 minutes since the first request.
|
|
247
298
|
#
|
|
248
|
-
# For example, consider a situation where you make an initial request and
|
|
249
|
-
#
|
|
299
|
+
# For example, consider a situation where you make an initial request and
|
|
300
|
+
# the request times out. If you make the request again with the same request
|
|
250
301
|
# ID, the server can check if original operation with the same request ID
|
|
251
302
|
# was received, and if so, will ignore the second request. This prevents
|
|
252
303
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -269,8 +320,8 @@ module Google
|
|
|
269
320
|
# ignore the request if it has already been completed. The server will
|
|
270
321
|
# guarantee that for at least 60 minutes after the first request.
|
|
271
322
|
#
|
|
272
|
-
# For example, consider a situation where you make an initial request and
|
|
273
|
-
#
|
|
323
|
+
# For example, consider a situation where you make an initial request and
|
|
324
|
+
# the request times out. If you make the request again with the same request
|
|
274
325
|
# ID, the server can check if original operation with the same request ID
|
|
275
326
|
# was received, and if so, will ignore the second request. This prevents
|
|
276
327
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -372,8 +423,8 @@ module Google
|
|
|
372
423
|
# ignore the request if it has already been completed. The server will
|
|
373
424
|
# guarantee that for at least 60 minutes since the first request.
|
|
374
425
|
#
|
|
375
|
-
# For example, consider a situation where you make an initial request and
|
|
376
|
-
#
|
|
426
|
+
# For example, consider a situation where you make an initial request and
|
|
427
|
+
# the request times out. If you make the request again with the same request
|
|
377
428
|
# ID, the server can check if original operation with the same request ID
|
|
378
429
|
# was received, and if so, will ignore the second request. This prevents
|
|
379
430
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -393,6 +444,9 @@ module Google
|
|
|
393
444
|
#
|
|
394
445
|
# If unspecified, the Parallelstore service agent is used:
|
|
395
446
|
# `service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
|
|
447
|
+
# @!attribute [rw] metadata_options
|
|
448
|
+
# @return [::Google::Cloud::Parallelstore::V1::TransferMetadataOptions]
|
|
449
|
+
# Optional. The transfer metadata options for the import data.
|
|
396
450
|
class ImportDataRequest
|
|
397
451
|
include ::Google::Protobuf::MessageExts
|
|
398
452
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -415,8 +469,8 @@ module Google
|
|
|
415
469
|
# ignore the request if it has already been completed. The server will
|
|
416
470
|
# guarantee that for at least 60 minutes since the first request.
|
|
417
471
|
#
|
|
418
|
-
# For example, consider a situation where you make an initial request and
|
|
419
|
-
#
|
|
472
|
+
# For example, consider a situation where you make an initial request and
|
|
473
|
+
# the request times out. If you make the request again with the same request
|
|
420
474
|
# ID, the server can check if original operation with the same request ID
|
|
421
475
|
# was received, and if so, will ignore the second request. This prevents
|
|
422
476
|
# clients from accidentally creating duplicate commitments.
|
|
@@ -435,6 +489,9 @@ module Google
|
|
|
435
489
|
#
|
|
436
490
|
# If unspecified, the Parallelstore service agent is used:
|
|
437
491
|
# `service-<PROJECT_NUMBER>@gcp-sa-parallelstore.iam.gserviceaccount.com`
|
|
492
|
+
# @!attribute [rw] metadata_options
|
|
493
|
+
# @return [::Google::Cloud::Parallelstore::V1::TransferMetadataOptions]
|
|
494
|
+
# Optional. The metadata options for the export data.
|
|
438
495
|
class ExportDataRequest
|
|
439
496
|
include ::Google::Protobuf::MessageExts
|
|
440
497
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -612,10 +669,10 @@ module Google
|
|
|
612
669
|
# Bytes that are copied to the data destination.
|
|
613
670
|
# @!attribute [rw] objects_failed
|
|
614
671
|
# @return [::Integer]
|
|
615
|
-
# Objects that
|
|
672
|
+
# Objects that failed to be written to the data destination.
|
|
616
673
|
# @!attribute [rw] bytes_failed
|
|
617
674
|
# @return [::Integer]
|
|
618
|
-
# Bytes that
|
|
675
|
+
# Bytes that failed to be written to the data destination.
|
|
619
676
|
class TransferCounters
|
|
620
677
|
include ::Google::Protobuf::MessageExts
|
|
621
678
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -83,6 +83,18 @@ module Google
|
|
|
83
83
|
# @!attribute [rw] page_token
|
|
84
84
|
# @return [::String]
|
|
85
85
|
# The standard list page token.
|
|
86
|
+
# @!attribute [rw] return_partial_success
|
|
87
|
+
# @return [::Boolean]
|
|
88
|
+
# When set to `true`, operations that are reachable are returned as normal,
|
|
89
|
+
# and those that are unreachable are returned in the
|
|
90
|
+
# [ListOperationsResponse.unreachable] field.
|
|
91
|
+
#
|
|
92
|
+
# This can only be `true` when reading across collections e.g. when `parent`
|
|
93
|
+
# is set to `"projects/example/locations/-"`.
|
|
94
|
+
#
|
|
95
|
+
# This field is not by default supported and will result in an
|
|
96
|
+
# `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
|
|
97
|
+
# service or product specific documentation.
|
|
86
98
|
class ListOperationsRequest
|
|
87
99
|
include ::Google::Protobuf::MessageExts
|
|
88
100
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -96,6 +108,12 @@ module Google
|
|
|
96
108
|
# @!attribute [rw] next_page_token
|
|
97
109
|
# @return [::String]
|
|
98
110
|
# The standard List next-page token.
|
|
111
|
+
# @!attribute [rw] unreachable
|
|
112
|
+
# @return [::Array<::String>]
|
|
113
|
+
# Unordered list. Unreachable resources. Populated when the request sets
|
|
114
|
+
# `ListOperationsRequest.return_partial_success` and reads across
|
|
115
|
+
# collections e.g. when attempting to list all resources across all supported
|
|
116
|
+
# locations.
|
|
99
117
|
class ListOperationsResponse
|
|
100
118
|
include ::Google::Protobuf::MessageExts
|
|
101
119
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|