Skip to content

Commit

Permalink
feat(baremetalsolution): update the api
Browse files Browse the repository at this point in the history
#### baremetalsolution:v2

The following keys were added:
- schemas.ProvisioningQuota.properties.networkBandwidth (Total Keys: 2)
- schemas.ProvisioningQuota.properties.serverCount (Total Keys: 2)
- schemas.ProvisioningQuota.properties.storageGib (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Mar 29, 2022
1 parent 9adeaf4 commit 2234f87
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/dyn/baremetalsolution_v1.operations.html
Expand Up @@ -113,7 +113,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
}</pre>
</div>

Expand All @@ -136,7 +136,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
}</pre>
</div>

Expand Down
Expand Up @@ -120,6 +120,9 @@ <h3>Method Details</h3>
},
&quot;location&quot;: &quot;A String&quot;, # The specific location of the provisioining quota.
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of the provisioning quota.
&quot;networkBandwidth&quot;: &quot;A String&quot;, # Network bandwidth, Gbps
&quot;serverCount&quot;: &quot;A String&quot;, # Server count.
&quot;storageGib&quot;: &quot;A String&quot;, # Storage size (GB).
},
],
}</pre>
Expand Down
Expand Up @@ -168,7 +168,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
}</pre>
</div>

Expand Down
Expand Up @@ -151,7 +151,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
}</pre>
</div>

Expand Down
Expand Up @@ -268,7 +268,7 @@
}
}
},
"revision": "20220314",
"revision": "20220322",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand All @@ -278,7 +278,7 @@
"type": "object"
},
"Empty": {
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.",
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
"id": "Empty",
"properties": {},
"type": "object"
Expand Down
Expand Up @@ -1222,7 +1222,7 @@
}
}
},
"revision": "20220314",
"revision": "20220322",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"AllowedClient": {
Expand Down Expand Up @@ -1271,7 +1271,7 @@
"type": "object"
},
"Empty": {
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.",
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
"id": "Empty",
"properties": {},
"type": "object"
Expand Down Expand Up @@ -2234,6 +2234,21 @@
"description": "Output only. The name of the provisioning quota.",
"readOnly": true,
"type": "string"
},
"networkBandwidth": {
"description": "Network bandwidth, Gbps",
"format": "int64",
"type": "string"
},
"serverCount": {
"description": "Server count.",
"format": "int64",
"type": "string"
},
"storageGib": {
"description": "Storage size (GB).",
"format": "int64",
"type": "string"
}
},
"type": "object"
Expand Down

0 comments on commit 2234f87

Please sign in to comment.