Uses of Class
com.google.cloud.compute.v1.AggregatedListBackendServicesRequest
-
Packages that use AggregatedListBackendServicesRequest 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 AggregatedListBackendServicesRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListBackendServicesRequest Modifier and Type Method Description AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest.Builder. build()
AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest.Builder. buildPartial()
static AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest. getDefaultInstance()
AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest.Builder. getDefaultInstanceForType()
AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest. getDefaultInstanceForType()
static AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest. parseDelimitedFrom(InputStream input)
static AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest. parseFrom(byte[] data)
static AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest. parseFrom(InputStream input)
static AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest. parseFrom(ByteBuffer data)
static AggregatedListBackendServicesRequest
AggregatedListBackendServicesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListBackendServicesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListBackendServicesRequest,BackendServiceAggregatedList>
BackendServicesClient. aggregatedListCallable()
Retrieves the list of all BackendService resources, regional and global, available to the specified project.com.google.api.gax.rpc.UnaryCallable<AggregatedListBackendServicesRequest,BackendServicesClient.AggregatedListPagedResponse>
BackendServicesClient. aggregatedListPagedCallable()
Retrieves the list of all BackendService resources, regional and global, available to the specified project.com.google.api.gax.rpc.PagedCallSettings<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,BackendServicesClient.AggregatedListPagedResponse>
BackendServicesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,BackendServicesClient.AggregatedListPagedResponse>
BackendServicesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListBackendServicesRequest>
AggregatedListBackendServicesRequest. getParserForType()
static com.google.protobuf.Parser<AggregatedListBackendServicesRequest>
AggregatedListBackendServicesRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListBackendServicesRequest Modifier and Type Method Description BackendServicesClient.AggregatedListPagedResponse
BackendServicesClient. aggregatedList(AggregatedListBackendServicesRequest request)
Retrieves the list of all BackendService resources, regional and global, available to the specified project.AggregatedListBackendServicesRequest.Builder
AggregatedListBackendServicesRequest.Builder. mergeFrom(AggregatedListBackendServicesRequest other)
static AggregatedListBackendServicesRequest.Builder
AggregatedListBackendServicesRequest. newBuilder(AggregatedListBackendServicesRequest prototype)
-
Uses of AggregatedListBackendServicesRequest in com.google.cloud.compute.v1.stub
-