public final class TargetPoolsRemoveHealthCheckRequest extends GeneratedMessageV3 implements TargetPoolsRemoveHealthCheckRequestOrBuilder
Protobuf type google.cloud.compute.v1.TargetPoolsRemoveHealthCheckRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
HEALTH_CHECKS_FIELD_NUMBER
public static final int HEALTH_CHECKS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static TargetPoolsRemoveHealthCheckRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static TargetPoolsRemoveHealthCheckRequest.Builder newBuilder()
newBuilder(TargetPoolsRemoveHealthCheckRequest prototype)
public static TargetPoolsRemoveHealthCheckRequest.Builder newBuilder(TargetPoolsRemoveHealthCheckRequest prototype)
public static TargetPoolsRemoveHealthCheckRequest parseDelimitedFrom(InputStream input)
public static TargetPoolsRemoveHealthCheckRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static TargetPoolsRemoveHealthCheckRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TargetPoolsRemoveHealthCheckRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static TargetPoolsRemoveHealthCheckRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TargetPoolsRemoveHealthCheckRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TargetPoolsRemoveHealthCheckRequest parseFrom(CodedInputStream input)
public static TargetPoolsRemoveHealthCheckRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TargetPoolsRemoveHealthCheckRequest parseFrom(InputStream input)
public static TargetPoolsRemoveHealthCheckRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static TargetPoolsRemoveHealthCheckRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TargetPoolsRemoveHealthCheckRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<TargetPoolsRemoveHealthCheckRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public TargetPoolsRemoveHealthCheckRequest getDefaultInstanceForType()
getHealthChecks(int index)
public HealthCheckReference getHealthChecks(int index)
Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
Parameter |
Name |
Description |
index |
int
|
getHealthChecksCount()
public int getHealthChecksCount()
Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
Returns |
Type |
Description |
int |
|
getHealthChecksList()
public List<HealthCheckReference> getHealthChecksList()
Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
getHealthChecksOrBuilder(int index)
public HealthCheckReferenceOrBuilder getHealthChecksOrBuilder(int index)
Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
Parameter |
Name |
Description |
index |
int
|
getHealthChecksOrBuilderList()
public List<? extends HealthCheckReferenceOrBuilder> getHealthChecksOrBuilderList()
Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
Returns |
Type |
Description |
List<? extends com.google.cloud.compute.v1.HealthCheckReferenceOrBuilder> |
|
getParserForType()
public Parser<TargetPoolsRemoveHealthCheckRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public TargetPoolsRemoveHealthCheckRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TargetPoolsRemoveHealthCheckRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public TargetPoolsRemoveHealthCheckRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides