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