Class GetRegionHealthCheckServiceRequest.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<GetRegionHealthCheckServiceRequest.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<GetRegionHealthCheckServiceRequest.Builder>
      • getDefaultInstanceForType

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

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

        public GetRegionHealthCheckServiceRequest 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<GetRegionHealthCheckServiceRequest.Builder>
      • getHealthCheckService

        public String getHealthCheckService()
         Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.
         
        string health_check_service = 408374747 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getHealthCheckService in interface GetRegionHealthCheckServiceRequestOrBuilder
        Returns:
        The healthCheckService.
      • getHealthCheckServiceBytes

        public com.google.protobuf.ByteString getHealthCheckServiceBytes()
         Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.
         
        string health_check_service = 408374747 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getHealthCheckServiceBytes in interface GetRegionHealthCheckServiceRequestOrBuilder
        Returns:
        The bytes for healthCheckService.
      • setHealthCheckService

        public GetRegionHealthCheckServiceRequest.Builder setHealthCheckService​(String value)
         Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.
         
        string health_check_service = 408374747 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The healthCheckService to set.
        Returns:
        This builder for chaining.
      • clearHealthCheckService

        public GetRegionHealthCheckServiceRequest.Builder clearHealthCheckService()
         Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.
         
        string health_check_service = 408374747 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setHealthCheckServiceBytes

        public GetRegionHealthCheckServiceRequest.Builder setHealthCheckServiceBytes​(com.google.protobuf.ByteString value)
         Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.
         
        string health_check_service = 408374747 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for healthCheckService to set.
        Returns:
        This builder for chaining.
      • getProjectBytes

        public com.google.protobuf.ByteString getProjectBytes()
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getProjectBytes in interface GetRegionHealthCheckServiceRequestOrBuilder
        Returns:
        The bytes for project.
      • setProject

        public GetRegionHealthCheckServiceRequest.Builder setProject​(String value)
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The project to set.
        Returns:
        This builder for chaining.
      • clearProject

        public GetRegionHealthCheckServiceRequest.Builder clearProject()
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setProjectBytes

        public GetRegionHealthCheckServiceRequest.Builder setProjectBytes​(com.google.protobuf.ByteString value)
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for project to set.
        Returns:
        This builder for chaining.
      • getRegionBytes

        public com.google.protobuf.ByteString getRegionBytes()
         Name of the region scoping this request.
         
        string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getRegionBytes in interface GetRegionHealthCheckServiceRequestOrBuilder
        Returns:
        The bytes for region.
      • setRegion

        public GetRegionHealthCheckServiceRequest.Builder setRegion​(String value)
         Name of the region scoping this request.
         
        string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The region to set.
        Returns:
        This builder for chaining.
      • clearRegion

        public GetRegionHealthCheckServiceRequest.Builder clearRegion()
         Name of the region scoping this request.
         
        string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setRegionBytes

        public GetRegionHealthCheckServiceRequest.Builder setRegionBytes​(com.google.protobuf.ByteString value)
         Name of the region scoping this request.
         
        string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for region to set.
        Returns:
        This builder for chaining.