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.ListUptimeCheckIpsPageUptimeCheckServiceClient.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 UptimeCheckIpUptimeCheckIp.Builder. build()UptimeCheckIpUptimeCheckIp.Builder. buildPartial()static UptimeCheckIpUptimeCheckIp. getDefaultInstance()UptimeCheckIpUptimeCheckIp.Builder. getDefaultInstanceForType()UptimeCheckIpUptimeCheckIp. getDefaultInstanceForType()UptimeCheckIpListUptimeCheckIpsResponse.Builder. getUptimeCheckIps(int index)The returned list of IP addresses (including region and location) that the checkers run from.UptimeCheckIpListUptimeCheckIpsResponse. getUptimeCheckIps(int index)The returned list of IP addresses (including region and location) that the checkers run from.UptimeCheckIpListUptimeCheckIpsResponseOrBuilder. getUptimeCheckIps(int index)The returned list of IP addresses (including region and location) that the checkers run from.static UptimeCheckIpUptimeCheckIp. parseDelimitedFrom(InputStream input)static UptimeCheckIpUptimeCheckIp. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UptimeCheckIpUptimeCheckIp. parseFrom(byte[] data)static UptimeCheckIpUptimeCheckIp. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UptimeCheckIpUptimeCheckIp. parseFrom(com.google.protobuf.ByteString data)static UptimeCheckIpUptimeCheckIp. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UptimeCheckIpUptimeCheckIp. parseFrom(com.google.protobuf.CodedInputStream input)static UptimeCheckIpUptimeCheckIp. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UptimeCheckIpUptimeCheckIp. parseFrom(InputStream input)static UptimeCheckIpUptimeCheckIp. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UptimeCheckIpUptimeCheckIp. parseFrom(ByteBuffer data)static UptimeCheckIpUptimeCheckIp. 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.BuilderListUptimeCheckIpsResponse.Builder. addUptimeCheckIps(int index, UptimeCheckIp value)The returned list of IP addresses (including region and location) that the checkers run from.ListUptimeCheckIpsResponse.BuilderListUptimeCheckIpsResponse.Builder. addUptimeCheckIps(UptimeCheckIp value)The returned list of IP addresses (including region and location) that the checkers run from.UptimeCheckIp.BuilderUptimeCheckIp.Builder. mergeFrom(UptimeCheckIp other)static UptimeCheckIp.BuilderUptimeCheckIp. newBuilder(UptimeCheckIp prototype)ListUptimeCheckIpsResponse.BuilderListUptimeCheckIpsResponse.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.BuilderListUptimeCheckIpsResponse.Builder. addAllUptimeCheckIps(Iterable<? extends UptimeCheckIp> values)The returned list of IP addresses (including region and location) that the checkers run from.
-