Uses of Class
com.google.cloud.compute.v1.ListVpnGatewaysRequest
-
Packages that use ListVpnGatewaysRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of ListVpnGatewaysRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListVpnGatewaysRequest Modifier and Type Method Description ListVpnGatewaysRequest
ListVpnGatewaysRequest.Builder. build()
ListVpnGatewaysRequest
ListVpnGatewaysRequest.Builder. buildPartial()
static ListVpnGatewaysRequest
ListVpnGatewaysRequest. getDefaultInstance()
ListVpnGatewaysRequest
ListVpnGatewaysRequest.Builder. getDefaultInstanceForType()
ListVpnGatewaysRequest
ListVpnGatewaysRequest. getDefaultInstanceForType()
static ListVpnGatewaysRequest
ListVpnGatewaysRequest. parseDelimitedFrom(InputStream input)
static ListVpnGatewaysRequest
ListVpnGatewaysRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVpnGatewaysRequest
ListVpnGatewaysRequest. parseFrom(byte[] data)
static ListVpnGatewaysRequest
ListVpnGatewaysRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVpnGatewaysRequest
ListVpnGatewaysRequest. parseFrom(com.google.protobuf.ByteString data)
static ListVpnGatewaysRequest
ListVpnGatewaysRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVpnGatewaysRequest
ListVpnGatewaysRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListVpnGatewaysRequest
ListVpnGatewaysRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVpnGatewaysRequest
ListVpnGatewaysRequest. parseFrom(InputStream input)
static ListVpnGatewaysRequest
ListVpnGatewaysRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVpnGatewaysRequest
ListVpnGatewaysRequest. parseFrom(ByteBuffer data)
static ListVpnGatewaysRequest
ListVpnGatewaysRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ListVpnGatewaysRequest Modifier and Type Method Description com.google.protobuf.Parser<ListVpnGatewaysRequest>
ListVpnGatewaysRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListVpnGatewaysRequest,VpnGatewayList>
VpnGatewaysClient. listCallable()
Retrieves a list of VPN gateways available to the specified project and region.com.google.api.gax.rpc.UnaryCallable<ListVpnGatewaysRequest,VpnGatewaysClient.ListPagedResponse>
VpnGatewaysClient. listPagedCallable()
Retrieves a list of VPN gateways available to the specified project and region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListVpnGatewaysRequest,VpnGatewayList,VpnGatewaysClient.ListPagedResponse>
VpnGatewaysSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListVpnGatewaysRequest,VpnGatewayList,VpnGatewaysClient.ListPagedResponse>
VpnGatewaysSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListVpnGatewaysRequest>
ListVpnGatewaysRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ListVpnGatewaysRequest Modifier and Type Method Description VpnGatewaysClient.ListPagedResponse
VpnGatewaysClient. list(ListVpnGatewaysRequest request)
Retrieves a list of VPN gateways available to the specified project and region.ListVpnGatewaysRequest.Builder
ListVpnGatewaysRequest.Builder. mergeFrom(ListVpnGatewaysRequest other)
static ListVpnGatewaysRequest.Builder
ListVpnGatewaysRequest. newBuilder(ListVpnGatewaysRequest prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ListVpnGatewaysRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<VpnGatewaysClient.ListPagedResponse>
VpnGatewaysClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListVpnGatewaysRequest,VpnGatewayList,VpnGateway> context, com.google.api.core.ApiFuture<VpnGatewayList> futureResponse)
protected VpnGatewaysClient.ListPage
VpnGatewaysClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListVpnGatewaysRequest,VpnGatewayList,VpnGateway> context, VpnGatewayList response)
com.google.api.core.ApiFuture<VpnGatewaysClient.ListPage>
VpnGatewaysClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListVpnGatewaysRequest,VpnGatewayList,VpnGateway> context, com.google.api.core.ApiFuture<VpnGatewayList> futureResponse)
-
Uses of ListVpnGatewaysRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListVpnGatewaysRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListVpnGatewaysRequest,VpnGatewayList>
HttpJsonVpnGatewaysStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListVpnGatewaysRequest,VpnGatewayList>
VpnGatewaysStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListVpnGatewaysRequest,VpnGatewaysClient.ListPagedResponse>
HttpJsonVpnGatewaysStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListVpnGatewaysRequest,VpnGatewaysClient.ListPagedResponse>
VpnGatewaysStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListVpnGatewaysRequest,VpnGatewayList,VpnGatewaysClient.ListPagedResponse>
VpnGatewaysStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListVpnGatewaysRequest,VpnGatewayList,VpnGatewaysClient.ListPagedResponse>
VpnGatewaysStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-