Uses of Class
com.google.monitoring.v3.UptimeCheckIp
-
Packages that use UptimeCheckIp Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.monitoring.v3 -
-
Uses of UptimeCheckIp in com.google.cloud.monitoring.v3
Method parameters in com.google.cloud.monitoring.v3 with type arguments of type UptimeCheckIp Modifier and Type Method Description static com.google.api.core.ApiFuture<UptimeCheckServiceClient.ListUptimeCheckIpsPagedResponse>
UptimeCheckServiceClient.ListUptimeCheckIpsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListUptimeCheckIpsRequest,ListUptimeCheckIpsResponse,UptimeCheckIp> context, com.google.api.core.ApiFuture<ListUptimeCheckIpsResponse> futureResponse)
protected UptimeCheckServiceClient.ListUptimeCheckIpsPage
UptimeCheckServiceClient.ListUptimeCheckIpsPage. createPage(com.google.api.gax.rpc.PageContext<ListUptimeCheckIpsRequest,ListUptimeCheckIpsResponse,UptimeCheckIp> context, ListUptimeCheckIpsResponse response)
com.google.api.core.ApiFuture<UptimeCheckServiceClient.ListUptimeCheckIpsPage>
UptimeCheckServiceClient.ListUptimeCheckIpsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListUptimeCheckIpsRequest,ListUptimeCheckIpsResponse,UptimeCheckIp> context, com.google.api.core.ApiFuture<ListUptimeCheckIpsResponse> futureResponse)
-
Uses of UptimeCheckIp in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return UptimeCheckIp Modifier and Type Method Description UptimeCheckIp
UptimeCheckIp.Builder. build()
UptimeCheckIp
UptimeCheckIp.Builder. buildPartial()
static UptimeCheckIp
UptimeCheckIp. getDefaultInstance()
UptimeCheckIp
UptimeCheckIp.Builder. getDefaultInstanceForType()
UptimeCheckIp
UptimeCheckIp. getDefaultInstanceForType()
UptimeCheckIp
ListUptimeCheckIpsResponse.Builder. getUptimeCheckIps(int index)
The returned list of IP addresses (including region and location) that the checkers run from.UptimeCheckIp
ListUptimeCheckIpsResponse. getUptimeCheckIps(int index)
The returned list of IP addresses (including region and location) that the checkers run from.UptimeCheckIp
ListUptimeCheckIpsResponseOrBuilder. getUptimeCheckIps(int index)
The returned list of IP addresses (including region and location) that the checkers run from.static UptimeCheckIp
UptimeCheckIp. parseDelimitedFrom(InputStream input)
static UptimeCheckIp
UptimeCheckIp. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UptimeCheckIp
UptimeCheckIp. parseFrom(byte[] data)
static UptimeCheckIp
UptimeCheckIp. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UptimeCheckIp
UptimeCheckIp. parseFrom(com.google.protobuf.ByteString data)
static UptimeCheckIp
UptimeCheckIp. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UptimeCheckIp
UptimeCheckIp. parseFrom(com.google.protobuf.CodedInputStream input)
static UptimeCheckIp
UptimeCheckIp. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UptimeCheckIp
UptimeCheckIp. parseFrom(InputStream input)
static UptimeCheckIp
UptimeCheckIp. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UptimeCheckIp
UptimeCheckIp. parseFrom(ByteBuffer data)
static UptimeCheckIp
UptimeCheckIp. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type UptimeCheckIp Modifier and Type Method Description com.google.protobuf.Parser<UptimeCheckIp>
UptimeCheckIp. getParserForType()
List<UptimeCheckIp>
ListUptimeCheckIpsResponse.Builder. getUptimeCheckIpsList()
The returned list of IP addresses (including region and location) that the checkers run from.List<UptimeCheckIp>
ListUptimeCheckIpsResponse. getUptimeCheckIpsList()
The returned list of IP addresses (including region and location) that the checkers run from.List<UptimeCheckIp>
ListUptimeCheckIpsResponseOrBuilder. getUptimeCheckIpsList()
The returned list of IP addresses (including region and location) that the checkers run from.static com.google.protobuf.Parser<UptimeCheckIp>
UptimeCheckIp. parser()
Methods in com.google.monitoring.v3 with parameters of type UptimeCheckIp Modifier and Type Method Description ListUptimeCheckIpsResponse.Builder
ListUptimeCheckIpsResponse.Builder. addUptimeCheckIps(int index, UptimeCheckIp value)
The returned list of IP addresses (including region and location) that the checkers run from.ListUptimeCheckIpsResponse.Builder
ListUptimeCheckIpsResponse.Builder. addUptimeCheckIps(UptimeCheckIp value)
The returned list of IP addresses (including region and location) that the checkers run from.UptimeCheckIp.Builder
UptimeCheckIp.Builder. mergeFrom(UptimeCheckIp other)
static UptimeCheckIp.Builder
UptimeCheckIp. newBuilder(UptimeCheckIp prototype)
ListUptimeCheckIpsResponse.Builder
ListUptimeCheckIpsResponse.Builder. setUptimeCheckIps(int index, UptimeCheckIp value)
The returned list of IP addresses (including region and location) that the checkers run from.Method parameters in com.google.monitoring.v3 with type arguments of type UptimeCheckIp Modifier and Type Method Description ListUptimeCheckIpsResponse.Builder
ListUptimeCheckIpsResponse.Builder. addAllUptimeCheckIps(Iterable<? extends UptimeCheckIp> values)
The returned list of IP addresses (including region and location) that the checkers run from.
-