Uses of Class
com.google.cloud.compute.v1.ListGlobalAddressesRequest
-
Packages that use ListGlobalAddressesRequest 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 ListGlobalAddressesRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListGlobalAddressesRequest Modifier and Type Method Description ListGlobalAddressesRequest
ListGlobalAddressesRequest.Builder. build()
ListGlobalAddressesRequest
ListGlobalAddressesRequest.Builder. buildPartial()
static ListGlobalAddressesRequest
ListGlobalAddressesRequest. getDefaultInstance()
ListGlobalAddressesRequest
ListGlobalAddressesRequest.Builder. getDefaultInstanceForType()
ListGlobalAddressesRequest
ListGlobalAddressesRequest. getDefaultInstanceForType()
static ListGlobalAddressesRequest
ListGlobalAddressesRequest. parseDelimitedFrom(InputStream input)
static ListGlobalAddressesRequest
ListGlobalAddressesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGlobalAddressesRequest
ListGlobalAddressesRequest. parseFrom(byte[] data)
static ListGlobalAddressesRequest
ListGlobalAddressesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGlobalAddressesRequest
ListGlobalAddressesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListGlobalAddressesRequest
ListGlobalAddressesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGlobalAddressesRequest
ListGlobalAddressesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListGlobalAddressesRequest
ListGlobalAddressesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGlobalAddressesRequest
ListGlobalAddressesRequest. parseFrom(InputStream input)
static ListGlobalAddressesRequest
ListGlobalAddressesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGlobalAddressesRequest
ListGlobalAddressesRequest. parseFrom(ByteBuffer data)
static ListGlobalAddressesRequest
ListGlobalAddressesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ListGlobalAddressesRequest Modifier and Type Method Description com.google.protobuf.Parser<ListGlobalAddressesRequest>
ListGlobalAddressesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListGlobalAddressesRequest,AddressList>
GlobalAddressesClient. listCallable()
Retrieves a list of global addresses.com.google.api.gax.rpc.UnaryCallable<ListGlobalAddressesRequest,GlobalAddressesClient.ListPagedResponse>
GlobalAddressesClient. listPagedCallable()
Retrieves a list of global addresses.com.google.api.gax.rpc.PagedCallSettings.Builder<ListGlobalAddressesRequest,AddressList,GlobalAddressesClient.ListPagedResponse>
GlobalAddressesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListGlobalAddressesRequest,AddressList,GlobalAddressesClient.ListPagedResponse>
GlobalAddressesSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListGlobalAddressesRequest>
ListGlobalAddressesRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ListGlobalAddressesRequest Modifier and Type Method Description GlobalAddressesClient.ListPagedResponse
GlobalAddressesClient. list(ListGlobalAddressesRequest request)
Retrieves a list of global addresses.ListGlobalAddressesRequest.Builder
ListGlobalAddressesRequest.Builder. mergeFrom(ListGlobalAddressesRequest other)
static ListGlobalAddressesRequest.Builder
ListGlobalAddressesRequest. newBuilder(ListGlobalAddressesRequest prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ListGlobalAddressesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<GlobalAddressesClient.ListPagedResponse>
GlobalAddressesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListGlobalAddressesRequest,AddressList,Address> context, com.google.api.core.ApiFuture<AddressList> futureResponse)
protected GlobalAddressesClient.ListPage
GlobalAddressesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListGlobalAddressesRequest,AddressList,Address> context, AddressList response)
com.google.api.core.ApiFuture<GlobalAddressesClient.ListPage>
GlobalAddressesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListGlobalAddressesRequest,AddressList,Address> context, com.google.api.core.ApiFuture<AddressList> futureResponse)
-
Uses of ListGlobalAddressesRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListGlobalAddressesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListGlobalAddressesRequest,AddressList>
GlobalAddressesStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListGlobalAddressesRequest,AddressList>
HttpJsonGlobalAddressesStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListGlobalAddressesRequest,GlobalAddressesClient.ListPagedResponse>
GlobalAddressesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListGlobalAddressesRequest,GlobalAddressesClient.ListPagedResponse>
HttpJsonGlobalAddressesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListGlobalAddressesRequest,AddressList,GlobalAddressesClient.ListPagedResponse>
GlobalAddressesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListGlobalAddressesRequest,AddressList,GlobalAddressesClient.ListPagedResponse>
GlobalAddressesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-