generated/google/apis/networkmanagement_v1beta1/representations.rb in google-api-client-0.48.0 vs generated/google/apis/networkmanagement_v1beta1/representations.rb in google-api-client-0.49.0

- old
+ new

@@ -128,10 +128,22 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class LatencyDistribution + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class LatencyPercentile + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ListConnectivityTestsResponse class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -288,10 +300,11 @@ end class Binding # @private class Representation < Google::Apis::Core::JsonRepresentation + property :binding_id, as: 'bindingId' property :condition, as: 'condition', class: Google::Apis::NetworkmanagementV1beta1::Expr, decorator: Google::Apis::NetworkmanagementV1beta1::Expr::Representation collection :members, as: 'members' property :role, as: 'role' end @@ -453,10 +466,26 @@ property :service_account, as: 'serviceAccount' property :uri, as: 'uri' end end + class LatencyDistribution + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :latency_percentiles, as: 'latencyPercentiles', class: Google::Apis::NetworkmanagementV1beta1::LatencyPercentile, decorator: Google::Apis::NetworkmanagementV1beta1::LatencyPercentile::Representation + + end + end + + class LatencyPercentile + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :latency_micros, :numeric_string => true, as: 'latencyMicros' + property :percent, as: 'percent' + end + end + class ListConnectivityTestsResponse # @private class Representation < Google::Apis::Core::JsonRepresentation property :next_page_token, as: 'nextPageToken' collection :resources, as: 'resources', class: Google::Apis::NetworkmanagementV1beta1::ConnectivityTest, decorator: Google::Apis::NetworkmanagementV1beta1::ConnectivityTest::Representation @@ -568,9 +597,11 @@ class Representation < Google::Apis::Core::JsonRepresentation property :abort_cause, as: 'abortCause' property :endpoint_info, as: 'endpointInfo', class: Google::Apis::NetworkmanagementV1beta1::EndpointInfo, decorator: Google::Apis::NetworkmanagementV1beta1::EndpointInfo::Representation property :error, as: 'error', class: Google::Apis::NetworkmanagementV1beta1::Status, decorator: Google::Apis::NetworkmanagementV1beta1::Status::Representation + + property :probing_latency, as: 'probingLatency', class: Google::Apis::NetworkmanagementV1beta1::LatencyDistribution, decorator: Google::Apis::NetworkmanagementV1beta1::LatencyDistribution::Representation property :result, as: 'result' property :sent_probe_count, as: 'sentProbeCount' property :successful_probe_count, as: 'successfulProbeCount' property :verify_time, as: 'verifyTime'