Class TargetPoolsRemoveHealthCheckRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TargetPoolsRemoveHealthCheckRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TargetPoolsRemoveHealthCheckRequest.Builder>
      • getDefaultInstanceForType

        public TargetPoolsRemoveHealthCheckRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public TargetPoolsRemoveHealthCheckRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public TargetPoolsRemoveHealthCheckRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TargetPoolsRemoveHealthCheckRequest.Builder>
      • 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;
        Specified by:
        getHealthChecksList in interface TargetPoolsRemoveHealthCheckRequestOrBuilder
      • 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;
        Specified by:
        getHealthChecksCount in interface TargetPoolsRemoveHealthCheckRequestOrBuilder
      • getHealthChecks

        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;
        Specified by:
        getHealthChecks in interface TargetPoolsRemoveHealthCheckRequestOrBuilder
      • setHealthChecks

        public TargetPoolsRemoveHealthCheckRequest.Builder setHealthChecks​(int index,
                                                                           HealthCheckReference value)
         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;
      • setHealthChecks

        public TargetPoolsRemoveHealthCheckRequest.Builder setHealthChecks​(int index,
                                                                           HealthCheckReference.Builder builderForValue)
         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;
      • addHealthChecks

        public TargetPoolsRemoveHealthCheckRequest.Builder addHealthChecks​(HealthCheckReference value)
         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;
      • addHealthChecks

        public TargetPoolsRemoveHealthCheckRequest.Builder addHealthChecks​(int index,
                                                                           HealthCheckReference value)
         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;
      • addHealthChecks

        public TargetPoolsRemoveHealthCheckRequest.Builder addHealthChecks​(HealthCheckReference.Builder builderForValue)
         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;
      • addHealthChecks

        public TargetPoolsRemoveHealthCheckRequest.Builder addHealthChecks​(int index,
                                                                           HealthCheckReference.Builder builderForValue)
         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;
      • addAllHealthChecks

        public TargetPoolsRemoveHealthCheckRequest.Builder addAllHealthChecks​(Iterable<? extends HealthCheckReference> values)
         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;
      • clearHealthChecks

        public TargetPoolsRemoveHealthCheckRequest.Builder clearHealthChecks()
         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;
      • removeHealthChecks

        public TargetPoolsRemoveHealthCheckRequest.Builder removeHealthChecks​(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;
      • getHealthChecksBuilder

        public HealthCheckReference.Builder getHealthChecksBuilder​(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;
      • getHealthChecksOrBuilder

        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;
        Specified by:
        getHealthChecksOrBuilder in interface TargetPoolsRemoveHealthCheckRequestOrBuilder
      • 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;
        Specified by:
        getHealthChecksOrBuilderList in interface TargetPoolsRemoveHealthCheckRequestOrBuilder
      • addHealthChecksBuilder

        public HealthCheckReference.Builder addHealthChecksBuilder()
         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;
      • addHealthChecksBuilder

        public HealthCheckReference.Builder addHealthChecksBuilder​(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;
      • getHealthChecksBuilderList

        public List<HealthCheckReference.Builder> getHealthChecksBuilderList()
         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;