Home
last modified time | relevance | path

Searched refs:ListObjectsResponse (Results 1 – 25 of 119) sorted by relevance

12345

/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/
H A Dlist_objects_reader_test.cc30 using ::google::cloud::storage::internal::ListObjectsResponse;
63 ListObjectsResponse response; in TEST()
72 return StatusOr<ListObjectsResponse>(response); in TEST()
85 [](ListObjectsResponse r) { return std::move(r.items); }); in TEST()
97 .WillOnce(Return(make_status_or(ListObjectsResponse{}))); in TEST()
102 [](ListObjectsResponse r) { return std::move(r.items); }); in TEST()
118 ListObjectsResponse response; in TEST()
123 return StatusOr<ListObjectsResponse>(response); in TEST()
132 return StatusOr<ListObjectsResponse>(PermanentError()); in TEST()
138 [](ListObjectsResponse r) { return std::move(r.items); }); in TEST()
H A Dlist_objects_and_prefixes_reader_test.cc29 using ::google::cloud::storage::internal::ListObjectsResponse;
64 ListObjectsResponse response; in TEST()
75 return StatusOr<ListObjectsResponse>(response); in TEST()
89 [](internal::ListObjectsResponse r) { in TEST()
H A Dobject_test.cc447 -> StatusOr<internal::ListObjectsResponse> { in TEST_F()
454 internal::ListObjectsResponse response; in TEST_F()
491 -> StatusOr<internal::ListObjectsResponse> { in TEST_F()
494 internal::ListObjectsResponse response; in TEST_F()
530 .WillOnce(Return(StatusOr<internal::ListObjectsResponse>( in TEST_F()
548 -> StatusOr<internal::ListObjectsResponse> { in TEST_F()
551 internal::ListObjectsResponse response; in TEST_F()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/
H A Dlist_objects_reader_test.cc29 using ::google::cloud::storage::internal::ListObjectsResponse;
62 ListObjectsResponse response; in TEST()
71 return StatusOr<ListObjectsResponse>(response); in TEST()
95 .WillOnce(Return(make_status_or(ListObjectsResponse{}))); in TEST()
115 ListObjectsResponse response; in TEST()
120 return StatusOr<ListObjectsResponse>(response); in TEST()
129 return StatusOr<ListObjectsResponse>(PermanentError()); in TEST()
163 ListObjectsResponse response; in TEST()
172 return StatusOr<ListObjectsResponse>(response); in TEST()
H A Dlist_objects_and_prefixes_reader_test.cc28 using ::google::cloud::storage::internal::ListObjectsResponse;
63 ListObjectsResponse response; in TEST()
74 return StatusOr<ListObjectsResponse>(response); in TEST()
87 [](internal::ListObjectsResponse r) { in TEST()
H A Dobject_test.cc446 -> StatusOr<internal::ListObjectsResponse> { in TEST_F()
453 internal::ListObjectsResponse response; in TEST_F()
490 -> StatusOr<internal::ListObjectsResponse> { in TEST_F()
493 internal::ListObjectsResponse response; in TEST_F()
529 .WillOnce(Return(StatusOr<internal::ListObjectsResponse>( in TEST_F()
547 -> StatusOr<internal::ListObjectsResponse> { in TEST_F()
550 internal::ListObjectsResponse response; in TEST_F()
H A Dlist_objects_reader.h31 internal::ListObjectsResponse>;
H A Dlist_objects_and_prefixes_reader.h33 internal::ListObjectsResponse>;
/dports/security/vault/vault-1.8.2/vendor/github.com/oracle/oci-go-sdk/objectstorage/
H A Dlist_objects_request_response.go69 type ListObjectsResponse struct { struct
85 func (response ListObjectsResponse) String() string { argument
90 func (response ListObjectsResponse) HTTPResponse() *http.Response { argument
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/oracle/oci-go-sdk/objectstorage/
H A Dlist_objects_request_response.go69 type ListObjectsResponse struct { struct
85 func (response ListObjectsResponse) String() string { argument
90 func (response ListObjectsResponse) HTTPResponse() *http.Response { argument
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/oracle/oci-go-sdk/objectstorage/
H A Dlist_objects_request_response.go69 type ListObjectsResponse struct { struct
85 func (response ListObjectsResponse) String() string { argument
90 func (response ListObjectsResponse) HTTPResponse() *http.Response { argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/oracle/oci-go-sdk/objectstorage/
H A Dlist_objects_request_response.go69 type ListObjectsResponse struct { struct
85 func (response ListObjectsResponse) String() string { argument
90 func (response ListObjectsResponse) HTTPResponse() *http.Response { argument
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/objectstorage/
H A Dlist_objects_request_response.go74 type ListObjectsResponse struct { struct
90 func (response ListObjectsResponse) String() string { argument
95 func (response ListObjectsResponse) HTTPResponse() *http.Response { argument
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/uplink/private/metainfo/
H A Dbatch.go99 func (resp *BatchResponse) ListObjects() (ListObjectsResponse, error) {
102 return ListObjectsResponse{}, ErrInvalidType
107 return ListObjectsResponse{}, ErrInvalidType
/dports/net/storj/storj-1.45.3/vendor/storj.io/uplink/private/metaclient/
H A Dbatch.go99 func (resp *BatchResponse) ListObjects() (ListObjectsResponse, error) {
102 return ListObjectsResponse{}, ErrInvalidType
107 return ListObjectsResponse{}, ErrInvalidType
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/testing/
H A Dremove_stale_buckets_test.cc65 internal::ListObjectsResponse response; in TEST()
87 return internal::ListObjectsResponse{}; in TEST()
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/genproto/googleapis/storage/v1/
H A Dstorage_resources.pb.go2674 type ListObjectsResponse struct { struct
2688 func (m *ListObjectsResponse) Reset() { *m = ListObjectsResponse{} } argument
2690 func (*ListObjectsResponse) ProtoMessage() {} argument
2691 func (*ListObjectsResponse) Descriptor() ([]byte, []int) { argument
2695 func (m *ListObjectsResponse) XXX_Unmarshal(b []byte) error { argument
2701 func (m *ListObjectsResponse) XXX_Merge(src proto.Message) { argument
2704 func (m *ListObjectsResponse) XXX_Size() int { argument
2707 func (m *ListObjectsResponse) XXX_DiscardUnknown() { argument
2713 func (m *ListObjectsResponse) GetPrefixes() []string { argument
2720 func (m *ListObjectsResponse) GetItems() []*Object { argument
[all …]
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/genproto/googleapis/storage/v1/
H A Dstorage_resources.pb.go2661 type ListObjectsResponse struct { struct
2675 func (m *ListObjectsResponse) Reset() { *m = ListObjectsResponse{} } argument
2677 func (*ListObjectsResponse) ProtoMessage() {} argument
2678 func (*ListObjectsResponse) Descriptor() ([]byte, []int) { argument
2682 func (m *ListObjectsResponse) XXX_Unmarshal(b []byte) error { argument
2688 func (m *ListObjectsResponse) XXX_Merge(src proto.Message) { argument
2691 func (m *ListObjectsResponse) XXX_Size() int { argument
2694 func (m *ListObjectsResponse) XXX_DiscardUnknown() { argument
2700 func (m *ListObjectsResponse) GetPrefixes() []string { argument
2707 func (m *ListObjectsResponse) GetItems() []*Object { argument
[all …]
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/genproto/googleapis/storage/v1/
H A Dstorage_resources.pb.go2674 type ListObjectsResponse struct { struct
2688 func (m *ListObjectsResponse) Reset() { *m = ListObjectsResponse{} } argument
2690 func (*ListObjectsResponse) ProtoMessage() {} argument
2691 func (*ListObjectsResponse) Descriptor() ([]byte, []int) { argument
2695 func (m *ListObjectsResponse) XXX_Unmarshal(b []byte) error { argument
2701 func (m *ListObjectsResponse) XXX_Merge(src proto.Message) { argument
2704 func (m *ListObjectsResponse) XXX_Size() int { argument
2707 func (m *ListObjectsResponse) XXX_DiscardUnknown() { argument
2713 func (m *ListObjectsResponse) GetPrefixes() []string { argument
2720 func (m *ListObjectsResponse) GetItems() []*Object { argument
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/genproto/googleapis/storage/v1/
H A Dstorage_resources.pb.go2674 type ListObjectsResponse struct { struct
2688 func (m *ListObjectsResponse) Reset() { *m = ListObjectsResponse{} } argument
2690 func (*ListObjectsResponse) ProtoMessage() {} argument
2691 func (*ListObjectsResponse) Descriptor() ([]byte, []int) { argument
2695 func (m *ListObjectsResponse) XXX_Unmarshal(b []byte) error { argument
2701 func (m *ListObjectsResponse) XXX_Merge(src proto.Message) { argument
2704 func (m *ListObjectsResponse) XXX_Size() int { argument
2707 func (m *ListObjectsResponse) XXX_DiscardUnknown() { argument
2713 func (m *ListObjectsResponse) GetPrefixes() []string { argument
2720 func (m *ListObjectsResponse) GetItems() []*Object { argument
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/internal/
H A Dobject_requests.cc40 StatusOr<ListObjectsResponse> ListObjectsResponse::FromHttpResponse( in FromHttpResponse()
47 ListObjectsResponse result; in FromHttpResponse()
70 std::ostream& operator<<(std::ostream& os, ListObjectsResponse const& r) { in operator <<()
H A Dobject_requests.h62 struct ListObjectsResponse { struct
63 static StatusOr<ListObjectsResponse> FromHttpResponse(
71 std::ostream& operator<<(std::ostream& os, ListObjectsResponse const& r); argument
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/internal/
H A Dobject_requests.cc206 StatusOr<ListObjectsResponse> ListObjectsResponse::FromHttpResponse( in FromHttpResponse()
213 ListObjectsResponse result; in FromHttpResponse()
236 std::ostream& operator<<(std::ostream& os, ListObjectsResponse const& r) { in operator <<()
H A Dobject_requests.h83 struct ListObjectsResponse { struct
84 static StatusOr<ListObjectsResponse> FromHttpResponse(
92 std::ostream& operator<<(std::ostream& os, ListObjectsResponse const& r); argument
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/genproto/googleapis/storage/v1/
H A Dstorage_resources.pb.go2029 type ListObjectsResponse struct { struct
2044 func (x *ListObjectsResponse) Reset() { argument
2045 *x = ListObjectsResponse{}
2053 func (x *ListObjectsResponse) String() string { argument
2057 func (*ListObjectsResponse) ProtoMessage() {} argument
2059 func (x *ListObjectsResponse) ProtoReflect() protoreflect.Message { argument
2072 func (*ListObjectsResponse) Descriptor() ([]byte, []int) { argument
2076 func (x *ListObjectsResponse) GetPrefixes() []string { argument
2083 func (x *ListObjectsResponse) GetItems() []*Object { argument
2090 func (x *ListObjectsResponse) GetNextPageToken() string { argument
[all …]

12345