Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,9 @@
* </tr>
* <tr>
* <td><p> ListLocations</td>
* <td><p> Lists information about the supported locations for this service.</td>
* <td><p> Lists information about the supported locations for this service.
* <p> This method lists locations based on the resource scope provided inthe [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If `name` follows the format`projects/{project}`, the method lists locations visible to thatspecific project. This includes public, private, or otherproject-specific locations enabled for the project.
* <p> For gRPC and client library implementations, the resource name ispassed as the `name` field. For direct service calls, the resourcename isincorporated into the request path based on the specific serviceimplementation and version.</td>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand Down Expand Up @@ -2211,6 +2213,18 @@ public final ResourceAllowance updateResourceAllowance(UpdateResourceAllowanceRe
/**
* Lists information about the supported locations for this service.
*
* <p>This method lists locations based on the resource scope provided inthe
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
* `name` follows the format`projects/{project}`, the method lists locations visible to
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
* for the project.
*
* <p>For gRPC and client library implementations, the resource name ispassed as the `name` field.
* For direct service calls, the resourcename isincorporated into the request path based on the
* specific serviceimplementation and version.
*
* <p>Sample code:
*
* <pre>{@code
Expand Down Expand Up @@ -2244,6 +2258,18 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
/**
* Lists information about the supported locations for this service.
*
* <p>This method lists locations based on the resource scope provided inthe
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
* `name` follows the format`projects/{project}`, the method lists locations visible to
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
* for the project.
*
* <p>For gRPC and client library implementations, the resource name ispassed as the `name` field.
* For direct service calls, the resourcename isincorporated into the request path based on the
* specific serviceimplementation and version.
*
* <p>Sample code:
*
* <pre>{@code
Expand Down Expand Up @@ -2278,6 +2304,18 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
/**
* Lists information about the supported locations for this service.
*
* <p>This method lists locations based on the resource scope provided inthe
* [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field:
* &#42;&#42;&#42;Global locations&#42;&#42;: If `name` is empty, the method lists thepublic
* locations available to all projects. &#42; &#42;&#42;Project-specificlocations&#42;&#42;: If
* `name` follows the format`projects/{project}`, the method lists locations visible to
* thatspecific project. This includes public, private, or otherproject-specific locations enabled
* for the project.
*
* <p>For gRPC and client library implementations, the resource name ispassed as the `name` field.
* For direct service calls, the resourcename isincorporated into the request path based on the
* specific serviceimplementation and version.
*
* <p>Sample code:
*
* <pre>{@code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.batch.v1alpha.AllocationPolicy$InstanceFlexibilityPolicy",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.batch.v1alpha.AllocationPolicy$InstanceFlexibilityPolicy$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.batch.v1alpha.AllocationPolicy$InstancePolicy",
"queryAllDeclaredConstructors": true,
Expand Down Expand Up @@ -629,6 +647,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.batch.v1alpha.AllocationPolicy$InstanceSelection",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.batch.v1alpha.AllocationPolicy$InstanceSelection$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.batch.v1alpha.AllocationPolicy$LocationPolicy",
"queryAllDeclaredConstructors": true,
Expand Down
Loading
Loading