Skip to content
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
* methods:
*
* <ol>
* <li>A "flattened" method. With this type of method, the fields of the request type have been
* <li> A "flattened" method. With this type of method, the fields of the request type have been
* converted into function parameters. It may be the case that not all fields are available as
* parameters, and not every API method will have a flattened method entry point.
* <li>A "request object" method. This type of method only takes one parameter, a request object,
* <li> A "request object" method. This type of method only takes one parameter, a request object,
* which must be constructed before the call. Not every API method will have a request object
* method.
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
* callable object, which can be used to initiate calls to the service.
* </ol>
*
Expand Down Expand Up @@ -563,16 +563,13 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted

public static class AggregatedListAcceleratorTypesPagedResponse
extends AbstractPagedListResponse<
AggregatedListAcceleratorTypesHttpRequest,
AcceleratorTypeAggregatedList,
AcceleratorTypesScopedList,
AggregatedListAcceleratorTypesPage,
AggregatedListAcceleratorTypesHttpRequest, AcceleratorTypeAggregatedList,
AcceleratorTypesScopedList, AggregatedListAcceleratorTypesPage,
AggregatedListAcceleratorTypesFixedSizeCollection> {

public static ApiFuture<AggregatedListAcceleratorTypesPagedResponse> createAsync(
PageContext<
AggregatedListAcceleratorTypesHttpRequest,
AcceleratorTypeAggregatedList,
AggregatedListAcceleratorTypesHttpRequest, AcceleratorTypeAggregatedList,
AcceleratorTypesScopedList>
context,
ApiFuture<AcceleratorTypeAggregatedList> futureResponse) {
Expand All @@ -598,15 +595,12 @@ private AggregatedListAcceleratorTypesPagedResponse(AggregatedListAcceleratorTyp

public static class AggregatedListAcceleratorTypesPage
extends AbstractPage<
AggregatedListAcceleratorTypesHttpRequest,
AcceleratorTypeAggregatedList,
AcceleratorTypesScopedList,
AggregatedListAcceleratorTypesPage> {
AggregatedListAcceleratorTypesHttpRequest, AcceleratorTypeAggregatedList,
AcceleratorTypesScopedList, AggregatedListAcceleratorTypesPage> {

private AggregatedListAcceleratorTypesPage(
PageContext<
AggregatedListAcceleratorTypesHttpRequest,
AcceleratorTypeAggregatedList,
AggregatedListAcceleratorTypesHttpRequest, AcceleratorTypeAggregatedList,
AcceleratorTypesScopedList>
context,
AcceleratorTypeAggregatedList response) {
Expand All @@ -620,8 +614,7 @@ private static AggregatedListAcceleratorTypesPage createEmptyPage() {
@Override
protected AggregatedListAcceleratorTypesPage createPage(
PageContext<
AggregatedListAcceleratorTypesHttpRequest,
AcceleratorTypeAggregatedList,
AggregatedListAcceleratorTypesHttpRequest, AcceleratorTypeAggregatedList,
AcceleratorTypesScopedList>
context,
AcceleratorTypeAggregatedList response) {
Expand All @@ -631,8 +624,7 @@ protected AggregatedListAcceleratorTypesPage createPage(
@Override
public ApiFuture<AggregatedListAcceleratorTypesPage> createPageAsync(
PageContext<
AggregatedListAcceleratorTypesHttpRequest,
AcceleratorTypeAggregatedList,
AggregatedListAcceleratorTypesHttpRequest, AcceleratorTypeAggregatedList,
AcceleratorTypesScopedList>
context,
ApiFuture<AcceleratorTypeAggregatedList> futureResponse) {
Expand All @@ -642,10 +634,8 @@ public ApiFuture<AggregatedListAcceleratorTypesPage> createPageAsync(

public static class AggregatedListAcceleratorTypesFixedSizeCollection
extends AbstractFixedSizeCollection<
AggregatedListAcceleratorTypesHttpRequest,
AcceleratorTypeAggregatedList,
AcceleratorTypesScopedList,
AggregatedListAcceleratorTypesPage,
AggregatedListAcceleratorTypesHttpRequest, AcceleratorTypeAggregatedList,
AcceleratorTypesScopedList, AggregatedListAcceleratorTypesPage,
AggregatedListAcceleratorTypesFixedSizeCollection> {

private AggregatedListAcceleratorTypesFixedSizeCollection(
Expand All @@ -666,11 +656,8 @@ protected AggregatedListAcceleratorTypesFixedSizeCollection createCollection(

public static class ListAcceleratorTypesPagedResponse
extends AbstractPagedListResponse<
ListAcceleratorTypesHttpRequest,
AcceleratorTypeList,
AcceleratorType,
ListAcceleratorTypesPage,
ListAcceleratorTypesFixedSizeCollection> {
ListAcceleratorTypesHttpRequest, AcceleratorTypeList, AcceleratorType,
ListAcceleratorTypesPage, ListAcceleratorTypesFixedSizeCollection> {

public static ApiFuture<ListAcceleratorTypesPagedResponse> createAsync(
PageContext<ListAcceleratorTypesHttpRequest, AcceleratorTypeList, AcceleratorType> context,
Expand All @@ -694,9 +681,7 @@ private ListAcceleratorTypesPagedResponse(ListAcceleratorTypesPage page) {

public static class ListAcceleratorTypesPage
extends AbstractPage<
ListAcceleratorTypesHttpRequest,
AcceleratorTypeList,
AcceleratorType,
ListAcceleratorTypesHttpRequest, AcceleratorTypeList, AcceleratorType,
ListAcceleratorTypesPage> {

private ListAcceleratorTypesPage(
Expand Down Expand Up @@ -726,11 +711,8 @@ public ApiFuture<ListAcceleratorTypesPage> createPageAsync(

public static class ListAcceleratorTypesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListAcceleratorTypesHttpRequest,
AcceleratorTypeList,
AcceleratorType,
ListAcceleratorTypesPage,
ListAcceleratorTypesFixedSizeCollection> {
ListAcceleratorTypesHttpRequest, AcceleratorTypeList, AcceleratorType,
ListAcceleratorTypesPage, ListAcceleratorTypesFixedSizeCollection> {

private ListAcceleratorTypesFixedSizeCollection(
List<ListAcceleratorTypesPage> pages, int collectionSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
public class AcceleratorTypeSettings extends ClientSettings<AcceleratorTypeSettings> {
/** Returns the object with the settings used for calls to aggregatedListAcceleratorTypes. */
public PagedCallSettings<
AggregatedListAcceleratorTypesHttpRequest,
AcceleratorTypeAggregatedList,
AggregatedListAcceleratorTypesHttpRequest, AcceleratorTypeAggregatedList,
AggregatedListAcceleratorTypesPagedResponse>
aggregatedListAcceleratorTypesSettings() {
return ((AcceleratorTypeStubSettings) getStubSettings())
Expand Down Expand Up @@ -191,8 +190,7 @@ public Builder applyToAllUnaryMethods(

/** Returns the builder for the settings used for calls to aggregatedListAcceleratorTypes. */
public PagedCallSettings.Builder<
AggregatedListAcceleratorTypesHttpRequest,
AcceleratorTypeAggregatedList,
AggregatedListAcceleratorTypesHttpRequest, AcceleratorTypeAggregatedList,
AggregatedListAcceleratorTypesPagedResponse>
aggregatedListAcceleratorTypesSettings() {
return getStubSettingsBuilder().aggregatedListAcceleratorTypesSettings();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
* methods:
*
* <ol>
* <li>A "flattened" method. With this type of method, the fields of the request type have been
* <li> A "flattened" method. With this type of method, the fields of the request type have been
* converted into function parameters. It may be the case that not all fields are available as
* parameters, and not every API method will have a flattened method entry point.
* <li>A "request object" method. This type of method only takes one parameter, a request object,
* <li> A "request object" method. This type of method only takes one parameter, a request object,
* which must be constructed before the call. Not every API method will have a request object
* method.
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
* callable object, which can be used to initiate calls to the service.
* </ol>
*
Expand Down Expand Up @@ -763,11 +763,8 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted

public static class AggregatedListAddressesPagedResponse
extends AbstractPagedListResponse<
AggregatedListAddressesHttpRequest,
AddressAggregatedList,
AddressesScopedList,
AggregatedListAddressesPage,
AggregatedListAddressesFixedSizeCollection> {
AggregatedListAddressesHttpRequest, AddressAggregatedList, AddressesScopedList,
AggregatedListAddressesPage, AggregatedListAddressesFixedSizeCollection> {

public static ApiFuture<AggregatedListAddressesPagedResponse> createAsync(
PageContext<AggregatedListAddressesHttpRequest, AddressAggregatedList, AddressesScopedList>
Expand All @@ -792,9 +789,7 @@ private AggregatedListAddressesPagedResponse(AggregatedListAddressesPage page) {

public static class AggregatedListAddressesPage
extends AbstractPage<
AggregatedListAddressesHttpRequest,
AddressAggregatedList,
AddressesScopedList,
AggregatedListAddressesHttpRequest, AddressAggregatedList, AddressesScopedList,
AggregatedListAddressesPage> {

private AggregatedListAddressesPage(
Expand Down Expand Up @@ -827,11 +822,8 @@ public ApiFuture<AggregatedListAddressesPage> createPageAsync(

public static class AggregatedListAddressesFixedSizeCollection
extends AbstractFixedSizeCollection<
AggregatedListAddressesHttpRequest,
AddressAggregatedList,
AddressesScopedList,
AggregatedListAddressesPage,
AggregatedListAddressesFixedSizeCollection> {
AggregatedListAddressesHttpRequest, AddressAggregatedList, AddressesScopedList,
AggregatedListAddressesPage, AggregatedListAddressesFixedSizeCollection> {

private AggregatedListAddressesFixedSizeCollection(
List<AggregatedListAddressesPage> pages, int collectionSize) {
Expand All @@ -851,10 +843,7 @@ protected AggregatedListAddressesFixedSizeCollection createCollection(

public static class ListAddressesPagedResponse
extends AbstractPagedListResponse<
ListAddressesHttpRequest,
AddressList,
Address,
ListAddressesPage,
ListAddressesHttpRequest, AddressList, Address, ListAddressesPage,
ListAddressesFixedSizeCollection> {

public static ApiFuture<ListAddressesPagedResponse> createAsync(
Expand Down Expand Up @@ -905,10 +894,7 @@ public ApiFuture<ListAddressesPage> createPageAsync(

public static class ListAddressesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListAddressesHttpRequest,
AddressList,
Address,
ListAddressesPage,
ListAddressesHttpRequest, AddressList, Address, ListAddressesPage,
ListAddressesFixedSizeCollection> {

private ListAddressesFixedSizeCollection(List<ListAddressesPage> pages, int collectionSize) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
public class AddressSettings extends ClientSettings<AddressSettings> {
/** Returns the object with the settings used for calls to aggregatedListAddresses. */
public PagedCallSettings<
AggregatedListAddressesHttpRequest,
AddressAggregatedList,
AggregatedListAddressesHttpRequest, AddressAggregatedList,
AggregatedListAddressesPagedResponse>
aggregatedListAddressesSettings() {
return ((AddressStubSettings) getStubSettings()).aggregatedListAddressesSettings();
Expand Down Expand Up @@ -197,8 +196,7 @@ public Builder applyToAllUnaryMethods(

/** Returns the builder for the settings used for calls to aggregatedListAddresses. */
public PagedCallSettings.Builder<
AggregatedListAddressesHttpRequest,
AddressAggregatedList,
AggregatedListAddressesHttpRequest, AddressAggregatedList,
AggregatedListAddressesPagedResponse>
aggregatedListAddressesSettings() {
return getStubSettingsBuilder().aggregatedListAddressesSettings();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
* methods:
*
* <ol>
* <li>A "flattened" method. With this type of method, the fields of the request type have been
* <li> A "flattened" method. With this type of method, the fields of the request type have been
* converted into function parameters. It may be the case that not all fields are available as
* parameters, and not every API method will have a flattened method entry point.
* <li>A "request object" method. This type of method only takes one parameter, a request object,
* <li> A "request object" method. This type of method only takes one parameter, a request object,
* which must be constructed before the call. Not every API method will have a request object
* method.
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
* callable object, which can be used to initiate calls to the service.
* </ol>
*
Expand Down Expand Up @@ -1061,16 +1061,12 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted

public static class AggregatedListAutoscalersPagedResponse
extends AbstractPagedListResponse<
AggregatedListAutoscalersHttpRequest,
AutoscalerAggregatedList,
AutoscalersScopedList,
AggregatedListAutoscalersPage,
AggregatedListAutoscalersFixedSizeCollection> {
AggregatedListAutoscalersHttpRequest, AutoscalerAggregatedList, AutoscalersScopedList,
AggregatedListAutoscalersPage, AggregatedListAutoscalersFixedSizeCollection> {

public static ApiFuture<AggregatedListAutoscalersPagedResponse> createAsync(
PageContext<
AggregatedListAutoscalersHttpRequest,
AutoscalerAggregatedList,
AggregatedListAutoscalersHttpRequest, AutoscalerAggregatedList,
AutoscalersScopedList>
context,
ApiFuture<AutoscalerAggregatedList> futureResponse) {
Expand All @@ -1094,15 +1090,12 @@ private AggregatedListAutoscalersPagedResponse(AggregatedListAutoscalersPage pag

public static class AggregatedListAutoscalersPage
extends AbstractPage<
AggregatedListAutoscalersHttpRequest,
AutoscalerAggregatedList,
AutoscalersScopedList,
AggregatedListAutoscalersHttpRequest, AutoscalerAggregatedList, AutoscalersScopedList,
AggregatedListAutoscalersPage> {

private AggregatedListAutoscalersPage(
PageContext<
AggregatedListAutoscalersHttpRequest,
AutoscalerAggregatedList,
AggregatedListAutoscalersHttpRequest, AutoscalerAggregatedList,
AutoscalersScopedList>
context,
AutoscalerAggregatedList response) {
Expand All @@ -1116,8 +1109,7 @@ private static AggregatedListAutoscalersPage createEmptyPage() {
@Override
protected AggregatedListAutoscalersPage createPage(
PageContext<
AggregatedListAutoscalersHttpRequest,
AutoscalerAggregatedList,
AggregatedListAutoscalersHttpRequest, AutoscalerAggregatedList,
AutoscalersScopedList>
context,
AutoscalerAggregatedList response) {
Expand All @@ -1127,8 +1119,7 @@ protected AggregatedListAutoscalersPage createPage(
@Override
public ApiFuture<AggregatedListAutoscalersPage> createPageAsync(
PageContext<
AggregatedListAutoscalersHttpRequest,
AutoscalerAggregatedList,
AggregatedListAutoscalersHttpRequest, AutoscalerAggregatedList,
AutoscalersScopedList>
context,
ApiFuture<AutoscalerAggregatedList> futureResponse) {
Expand All @@ -1138,11 +1129,8 @@ public ApiFuture<AggregatedListAutoscalersPage> createPageAsync(

public static class AggregatedListAutoscalersFixedSizeCollection
extends AbstractFixedSizeCollection<
AggregatedListAutoscalersHttpRequest,
AutoscalerAggregatedList,
AutoscalersScopedList,
AggregatedListAutoscalersPage,
AggregatedListAutoscalersFixedSizeCollection> {
AggregatedListAutoscalersHttpRequest, AutoscalerAggregatedList, AutoscalersScopedList,
AggregatedListAutoscalersPage, AggregatedListAutoscalersFixedSizeCollection> {

private AggregatedListAutoscalersFixedSizeCollection(
List<AggregatedListAutoscalersPage> pages, int collectionSize) {
Expand All @@ -1162,10 +1150,7 @@ protected AggregatedListAutoscalersFixedSizeCollection createCollection(

public static class ListAutoscalersPagedResponse
extends AbstractPagedListResponse<
ListAutoscalersHttpRequest,
AutoscalerList,
Autoscaler,
ListAutoscalersPage,
ListAutoscalersHttpRequest, AutoscalerList, Autoscaler, ListAutoscalersPage,
ListAutoscalersFixedSizeCollection> {

public static ApiFuture<ListAutoscalersPagedResponse> createAsync(
Expand Down Expand Up @@ -1219,10 +1204,7 @@ public ApiFuture<ListAutoscalersPage> createPageAsync(

public static class ListAutoscalersFixedSizeCollection
extends AbstractFixedSizeCollection<
ListAutoscalersHttpRequest,
AutoscalerList,
Autoscaler,
ListAutoscalersPage,
ListAutoscalersHttpRequest, AutoscalerList, Autoscaler, ListAutoscalersPage,
ListAutoscalersFixedSizeCollection> {

private ListAutoscalersFixedSizeCollection(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
public class AutoscalerSettings extends ClientSettings<AutoscalerSettings> {
/** Returns the object with the settings used for calls to aggregatedListAutoscalers. */
public PagedCallSettings<
AggregatedListAutoscalersHttpRequest,
AutoscalerAggregatedList,
AggregatedListAutoscalersHttpRequest, AutoscalerAggregatedList,
AggregatedListAutoscalersPagedResponse>
aggregatedListAutoscalersSettings() {
return ((AutoscalerStubSettings) getStubSettings()).aggregatedListAutoscalersSettings();
Expand Down Expand Up @@ -207,8 +206,7 @@ public Builder applyToAllUnaryMethods(

/** Returns the builder for the settings used for calls to aggregatedListAutoscalers. */
public PagedCallSettings.Builder<
AggregatedListAutoscalersHttpRequest,
AutoscalerAggregatedList,
AggregatedListAutoscalersHttpRequest, AutoscalerAggregatedList,
AggregatedListAutoscalersPagedResponse>
aggregatedListAutoscalersSettings() {
return getStubSettingsBuilder().aggregatedListAutoscalersSettings();
Expand Down
Loading