syntax = "proto3"; package google.apicore.testing; import "google/protobuf/field_mask.proto"; import "google/protobuf/timestamp.proto"; import "google/protobuf/duration.proto"; import "google/protobuf/struct.proto"; import "google/protobuf/wrappers.proto"; option php_namespace = "Google\\ApiCore\\Testing"; option php_metadata_namespace = "GPBMetadata\\ApiCore\\Testing"; message MockRequest { string page_token = 1; uint64 page_size = 2; } message MockResponse { string name = 1; uint64 number = 2; repeated string resources_list = 3; string next_page_token = 4; map<string, string> resources_map = 5; } message MockRequestBody { string name = 1; uint64 number = 2; repeated string repeated_field = 3; MockRequestBody nested_message = 4; google.protobuf.BytesValue bytes_value = 5; google.protobuf.Duration duration_value = 6; google.protobuf.FieldMask field_mask = 7; google.protobuf.Int64Value int64_value = 8; google.protobuf.ListValue list_value = 9; google.protobuf.StringValue string_value = 10; google.protobuf.Struct struct_value = 11; google.protobuf.Timestamp timestamp_value = 12; google.protobuf.Value value_value = 13; oneof oneof_field { string field_1 = 14; string field_2 = 15; string field_3 = 16; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
GeneratedTest.php | File | 3.5 KB | 0755 |
|
MessageAwareArrayComparator.php | File | 881 B | 0755 |
|
MessageAwareExporter.php | File | 1.25 KB | 0755 |
|
MockBidiStreamingCall.php | File | 5.52 KB | 0755 |
|
MockClientStreamingCall.php | File | 4.24 KB | 0755 |
|
MockGrpcTransport.php | File | 3.47 KB | 0755 |
|
MockRequest.php | File | 1.93 KB | 0755 |
|
MockRequestBody.php | File | 16.76 KB | 0755 |
|
MockResponse.php | File | 4.22 KB | 0755 |
|
MockServerStreamingCall.php | File | 3.22 KB | 0755 |
|
MockStatus.php | File | 1.88 KB | 0755 |
|
MockStubTrait.php | File | 10.72 KB | 0755 |
|
MockTransport.php | File | 4.1 KB | 0755 |
|
MockUnaryCall.php | File | 2.98 KB | 0755 |
|
ProtobufGPBEmptyComparator.php | File | 2.11 KB | 0755 |
|
ProtobufMessageComparator.php | File | 2.65 KB | 0755 |
|
ReceivedRequest.php | File | 2.52 KB | 0755 |
|
SerializationTrait.php | File | 2.39 KB | 0755 |
|
mocks.proto | File | 1.25 KB | 0755 |
|