Uses of Class
com.google.cloud.compute.v1.SSLHealthCheck
-
Packages that use SSLHealthCheck Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SSLHealthCheck in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SSLHealthCheck Modifier and Type Method Description SSLHealthCheck
SSLHealthCheck.Builder. build()
SSLHealthCheck
SSLHealthCheck.Builder. buildPartial()
static SSLHealthCheck
SSLHealthCheck. getDefaultInstance()
SSLHealthCheck
SSLHealthCheck.Builder. getDefaultInstanceForType()
SSLHealthCheck
SSLHealthCheck. getDefaultInstanceForType()
SSLHealthCheck
HealthCheck.Builder. getSslHealthCheck()
optional .google.cloud.compute.v1.SSLHealthCheck ssl_health_check = 280032440;
SSLHealthCheck
HealthCheck. getSslHealthCheck()
optional .google.cloud.compute.v1.SSLHealthCheck ssl_health_check = 280032440;
SSLHealthCheck
HealthCheckOrBuilder. getSslHealthCheck()
optional .google.cloud.compute.v1.SSLHealthCheck ssl_health_check = 280032440;
static SSLHealthCheck
SSLHealthCheck. parseDelimitedFrom(InputStream input)
static SSLHealthCheck
SSLHealthCheck. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SSLHealthCheck
SSLHealthCheck. parseFrom(byte[] data)
static SSLHealthCheck
SSLHealthCheck. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SSLHealthCheck
SSLHealthCheck. parseFrom(com.google.protobuf.ByteString data)
static SSLHealthCheck
SSLHealthCheck. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SSLHealthCheck
SSLHealthCheck. parseFrom(com.google.protobuf.CodedInputStream input)
static SSLHealthCheck
SSLHealthCheck. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SSLHealthCheck
SSLHealthCheck. parseFrom(InputStream input)
static SSLHealthCheck
SSLHealthCheck. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SSLHealthCheck
SSLHealthCheck. parseFrom(ByteBuffer data)
static SSLHealthCheck
SSLHealthCheck. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type SSLHealthCheck Modifier and Type Method Description com.google.protobuf.Parser<SSLHealthCheck>
SSLHealthCheck. getParserForType()
static com.google.protobuf.Parser<SSLHealthCheck>
SSLHealthCheck. parser()
Methods in com.google.cloud.compute.v1 with parameters of type SSLHealthCheck Modifier and Type Method Description SSLHealthCheck.Builder
SSLHealthCheck.Builder. mergeFrom(SSLHealthCheck other)
HealthCheck.Builder
HealthCheck.Builder. mergeSslHealthCheck(SSLHealthCheck value)
optional .google.cloud.compute.v1.SSLHealthCheck ssl_health_check = 280032440;
static SSLHealthCheck.Builder
SSLHealthCheck. newBuilder(SSLHealthCheck prototype)
HealthCheck.Builder
HealthCheck.Builder. setSslHealthCheck(SSLHealthCheck value)
optional .google.cloud.compute.v1.SSLHealthCheck ssl_health_check = 280032440;
-