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

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

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

        public ServiceConfig.HealthCheckConfig 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<ServiceConfig.HealthCheckConfig.Builder>
      • hasServiceName

        public boolean hasServiceName()
         Service name to use in the health-checking request.
         
        .google.protobuf.StringValue service_name = 1;
        Specified by:
        hasServiceName in interface ServiceConfig.HealthCheckConfigOrBuilder
        Returns:
        Whether the serviceName field is set.
      • getServiceName

        public com.google.protobuf.StringValue getServiceName()
         Service name to use in the health-checking request.
         
        .google.protobuf.StringValue service_name = 1;
        Specified by:
        getServiceName in interface ServiceConfig.HealthCheckConfigOrBuilder
        Returns:
        The serviceName.
      • setServiceName

        public ServiceConfig.HealthCheckConfig.Builder setServiceName​(com.google.protobuf.StringValue value)
         Service name to use in the health-checking request.
         
        .google.protobuf.StringValue service_name = 1;
      • setServiceName

        public ServiceConfig.HealthCheckConfig.Builder setServiceName​(com.google.protobuf.StringValue.Builder builderForValue)
         Service name to use in the health-checking request.
         
        .google.protobuf.StringValue service_name = 1;
      • mergeServiceName

        public ServiceConfig.HealthCheckConfig.Builder mergeServiceName​(com.google.protobuf.StringValue value)
         Service name to use in the health-checking request.
         
        .google.protobuf.StringValue service_name = 1;
      • getServiceNameBuilder

        public com.google.protobuf.StringValue.Builder getServiceNameBuilder()
         Service name to use in the health-checking request.
         
        .google.protobuf.StringValue service_name = 1;