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 AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest.Builder. build()AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest.Builder. buildPartial()static AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest. getDefaultInstance()AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest.Builder. getDefaultInstanceForType()AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest. getDefaultInstanceForType()static AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest. parseDelimitedFrom(InputStream input)static AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest. parseFrom(byte[] data)static AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest. parseFrom(com.google.protobuf.ByteString data)static AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest. parseFrom(InputStream input)static AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest. parseFrom(ByteBuffer data)static AggregatedListHealthChecksRequestAggregatedListHealthChecksRequest. 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.AggregatedListPagedResponseHealthChecksClient. aggregatedList(AggregatedListHealthChecksRequest request)Retrieves the list of all HealthCheck resources, regional and global, available to the specified project.AggregatedListHealthChecksRequest.BuilderAggregatedListHealthChecksRequest.Builder. mergeFrom(AggregatedListHealthChecksRequest other)static AggregatedListHealthChecksRequest.BuilderAggregatedListHealthChecksRequest. newBuilder(AggregatedListHealthChecksRequest prototype) -
Uses of AggregatedListHealthChecksRequest in com.google.cloud.compute.v1.stub
-