Uses of Class
com.google.cloud.compute.v1.AggregatedListUrlMapsRequest
-
Packages that use AggregatedListUrlMapsRequest 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 AggregatedListUrlMapsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListUrlMapsRequest Modifier and Type Method Description AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest.Builder. build()
AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest.Builder. buildPartial()
static AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest. getDefaultInstance()
AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest.Builder. getDefaultInstanceForType()
AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest. getDefaultInstanceForType()
static AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest. parseDelimitedFrom(InputStream input)
static AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest. parseFrom(byte[] data)
static AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest. parseFrom(InputStream input)
static AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest. parseFrom(ByteBuffer data)
static AggregatedListUrlMapsRequest
AggregatedListUrlMapsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListUrlMapsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListUrlMapsRequest,UrlMapsAggregatedList>
UrlMapsClient. aggregatedListCallable()
Retrieves the list of all UrlMap resources, regional and global, available to the specified project.com.google.api.gax.rpc.UnaryCallable<AggregatedListUrlMapsRequest,UrlMapsClient.AggregatedListPagedResponse>
UrlMapsClient. aggregatedListPagedCallable()
Retrieves the list of all UrlMap resources, regional and global, available to the specified project.com.google.api.gax.rpc.PagedCallSettings<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,UrlMapsClient.AggregatedListPagedResponse>
UrlMapsSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,UrlMapsClient.AggregatedListPagedResponse>
UrlMapsSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListUrlMapsRequest>
AggregatedListUrlMapsRequest. getParserForType()
static com.google.protobuf.Parser<AggregatedListUrlMapsRequest>
AggregatedListUrlMapsRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListUrlMapsRequest Modifier and Type Method Description UrlMapsClient.AggregatedListPagedResponse
UrlMapsClient. aggregatedList(AggregatedListUrlMapsRequest request)
Retrieves the list of all UrlMap resources, regional and global, available to the specified project.AggregatedListUrlMapsRequest.Builder
AggregatedListUrlMapsRequest.Builder. mergeFrom(AggregatedListUrlMapsRequest other)
static AggregatedListUrlMapsRequest.Builder
AggregatedListUrlMapsRequest. newBuilder(AggregatedListUrlMapsRequest prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type AggregatedListUrlMapsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<UrlMapsClient.AggregatedListPagedResponse>
UrlMapsClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,Map.Entry<String,UrlMapsScopedList>> context, com.google.api.core.ApiFuture<UrlMapsAggregatedList> futureResponse)
protected UrlMapsClient.AggregatedListPage
UrlMapsClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,Map.Entry<String,UrlMapsScopedList>> context, UrlMapsAggregatedList response)
com.google.api.core.ApiFuture<UrlMapsClient.AggregatedListPage>
UrlMapsClient.AggregatedListPage. createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,Map.Entry<String,UrlMapsScopedList>> context, com.google.api.core.ApiFuture<UrlMapsAggregatedList> futureResponse)
-
Uses of AggregatedListUrlMapsRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type AggregatedListUrlMapsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListUrlMapsRequest,UrlMapsAggregatedList>
HttpJsonUrlMapsStub. aggregatedListCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListUrlMapsRequest,UrlMapsAggregatedList>
UrlMapsStub. aggregatedListCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListUrlMapsRequest,UrlMapsClient.AggregatedListPagedResponse>
HttpJsonUrlMapsStub. aggregatedListPagedCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListUrlMapsRequest,UrlMapsClient.AggregatedListPagedResponse>
UrlMapsStub. aggregatedListPagedCallable()
com.google.api.gax.rpc.PagedCallSettings<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,UrlMapsClient.AggregatedListPagedResponse>
UrlMapsStubSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,UrlMapsClient.AggregatedListPagedResponse>
UrlMapsStubSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
-