Class Condition.Builder

  • All Implemented Interfaces:
    ConditionOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Condition

    public static final class Condition.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
    implements ConditionOrBuilder
     This is deprecated and has no effect. Do not use.
     
    Protobuf type google.cloud.compute.v1.Condition
    • 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<Condition.Builder>
      • clear

        public Condition.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Condition.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<Condition.Builder>
      • getDefaultInstanceForType

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

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

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

        public Condition.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
      • setField

        public Condition.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                          Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
      • clearField

        public Condition.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
      • clearOneof

        public Condition.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
      • setRepeatedField

        public Condition.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                  int index,
                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
      • addRepeatedField

        public Condition.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                  Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
      • mergeFrom

        public Condition.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Condition.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
      • mergeFrom

        public Condition.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Condition.Builder>
        Throws:
        IOException
      • hasIam

        public boolean hasIam()
         This is deprecated and has no effect. Do not use.
         Check the Iam enum for the list of possible values.
         
        optional string iam = 104021;
        Specified by:
        hasIam in interface ConditionOrBuilder
        Returns:
        Whether the iam field is set.
      • getIam

        public String getIam()
         This is deprecated and has no effect. Do not use.
         Check the Iam enum for the list of possible values.
         
        optional string iam = 104021;
        Specified by:
        getIam in interface ConditionOrBuilder
        Returns:
        The iam.
      • getIamBytes

        public com.google.protobuf.ByteString getIamBytes()
         This is deprecated and has no effect. Do not use.
         Check the Iam enum for the list of possible values.
         
        optional string iam = 104021;
        Specified by:
        getIamBytes in interface ConditionOrBuilder
        Returns:
        The bytes for iam.
      • setIam

        public Condition.Builder setIam​(String value)
         This is deprecated and has no effect. Do not use.
         Check the Iam enum for the list of possible values.
         
        optional string iam = 104021;
        Parameters:
        value - The iam to set.
        Returns:
        This builder for chaining.
      • clearIam

        public Condition.Builder clearIam()
         This is deprecated and has no effect. Do not use.
         Check the Iam enum for the list of possible values.
         
        optional string iam = 104021;
        Returns:
        This builder for chaining.
      • setIamBytes

        public Condition.Builder setIamBytes​(com.google.protobuf.ByteString value)
         This is deprecated and has no effect. Do not use.
         Check the Iam enum for the list of possible values.
         
        optional string iam = 104021;
        Parameters:
        value - The bytes for iam to set.
        Returns:
        This builder for chaining.
      • hasOp

        public boolean hasOp()
         This is deprecated and has no effect. Do not use.
         Check the Op enum for the list of possible values.
         
        optional string op = 3553;
        Specified by:
        hasOp in interface ConditionOrBuilder
        Returns:
        Whether the op field is set.
      • getOp

        public String getOp()
         This is deprecated and has no effect. Do not use.
         Check the Op enum for the list of possible values.
         
        optional string op = 3553;
        Specified by:
        getOp in interface ConditionOrBuilder
        Returns:
        The op.
      • getOpBytes

        public com.google.protobuf.ByteString getOpBytes()
         This is deprecated and has no effect. Do not use.
         Check the Op enum for the list of possible values.
         
        optional string op = 3553;
        Specified by:
        getOpBytes in interface ConditionOrBuilder
        Returns:
        The bytes for op.
      • setOp

        public Condition.Builder setOp​(String value)
         This is deprecated and has no effect. Do not use.
         Check the Op enum for the list of possible values.
         
        optional string op = 3553;
        Parameters:
        value - The op to set.
        Returns:
        This builder for chaining.
      • clearOp

        public Condition.Builder clearOp()
         This is deprecated and has no effect. Do not use.
         Check the Op enum for the list of possible values.
         
        optional string op = 3553;
        Returns:
        This builder for chaining.
      • setOpBytes

        public Condition.Builder setOpBytes​(com.google.protobuf.ByteString value)
         This is deprecated and has no effect. Do not use.
         Check the Op enum for the list of possible values.
         
        optional string op = 3553;
        Parameters:
        value - The bytes for op to set.
        Returns:
        This builder for chaining.
      • hasSvc

        public boolean hasSvc()
         This is deprecated and has no effect. Do not use.
         
        optional string svc = 114272;
        Specified by:
        hasSvc in interface ConditionOrBuilder
        Returns:
        Whether the svc field is set.
      • getSvc

        public String getSvc()
         This is deprecated and has no effect. Do not use.
         
        optional string svc = 114272;
        Specified by:
        getSvc in interface ConditionOrBuilder
        Returns:
        The svc.
      • getSvcBytes

        public com.google.protobuf.ByteString getSvcBytes()
         This is deprecated and has no effect. Do not use.
         
        optional string svc = 114272;
        Specified by:
        getSvcBytes in interface ConditionOrBuilder
        Returns:
        The bytes for svc.
      • setSvc

        public Condition.Builder setSvc​(String value)
         This is deprecated and has no effect. Do not use.
         
        optional string svc = 114272;
        Parameters:
        value - The svc to set.
        Returns:
        This builder for chaining.
      • clearSvc

        public Condition.Builder clearSvc()
         This is deprecated and has no effect. Do not use.
         
        optional string svc = 114272;
        Returns:
        This builder for chaining.
      • setSvcBytes

        public Condition.Builder setSvcBytes​(com.google.protobuf.ByteString value)
         This is deprecated and has no effect. Do not use.
         
        optional string svc = 114272;
        Parameters:
        value - The bytes for svc to set.
        Returns:
        This builder for chaining.
      • hasSys

        public boolean hasSys()
         This is deprecated and has no effect. Do not use.
         Check the Sys enum for the list of possible values.
         
        optional string sys = 114381;
        Specified by:
        hasSys in interface ConditionOrBuilder
        Returns:
        Whether the sys field is set.
      • getSys

        public String getSys()
         This is deprecated and has no effect. Do not use.
         Check the Sys enum for the list of possible values.
         
        optional string sys = 114381;
        Specified by:
        getSys in interface ConditionOrBuilder
        Returns:
        The sys.
      • getSysBytes

        public com.google.protobuf.ByteString getSysBytes()
         This is deprecated and has no effect. Do not use.
         Check the Sys enum for the list of possible values.
         
        optional string sys = 114381;
        Specified by:
        getSysBytes in interface ConditionOrBuilder
        Returns:
        The bytes for sys.
      • setSys

        public Condition.Builder setSys​(String value)
         This is deprecated and has no effect. Do not use.
         Check the Sys enum for the list of possible values.
         
        optional string sys = 114381;
        Parameters:
        value - The sys to set.
        Returns:
        This builder for chaining.
      • clearSys

        public Condition.Builder clearSys()
         This is deprecated and has no effect. Do not use.
         Check the Sys enum for the list of possible values.
         
        optional string sys = 114381;
        Returns:
        This builder for chaining.
      • setSysBytes

        public Condition.Builder setSysBytes​(com.google.protobuf.ByteString value)
         This is deprecated and has no effect. Do not use.
         Check the Sys enum for the list of possible values.
         
        optional string sys = 114381;
        Parameters:
        value - The bytes for sys to set.
        Returns:
        This builder for chaining.
      • getValuesList

        public com.google.protobuf.ProtocolStringList getValuesList()
         This is deprecated and has no effect. Do not use.
         
        repeated string values = 249928994;
        Specified by:
        getValuesList in interface ConditionOrBuilder
        Returns:
        A list containing the values.
      • getValuesCount

        public int getValuesCount()
         This is deprecated and has no effect. Do not use.
         
        repeated string values = 249928994;
        Specified by:
        getValuesCount in interface ConditionOrBuilder
        Returns:
        The count of values.
      • getValues

        public String getValues​(int index)
         This is deprecated and has no effect. Do not use.
         
        repeated string values = 249928994;
        Specified by:
        getValues in interface ConditionOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The values at the given index.
      • getValuesBytes

        public com.google.protobuf.ByteString getValuesBytes​(int index)
         This is deprecated and has no effect. Do not use.
         
        repeated string values = 249928994;
        Specified by:
        getValuesBytes in interface ConditionOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the values at the given index.
      • setValues

        public Condition.Builder setValues​(int index,
                                           String value)
         This is deprecated and has no effect. Do not use.
         
        repeated string values = 249928994;
        Parameters:
        index - The index to set the value at.
        value - The values to set.
        Returns:
        This builder for chaining.
      • addValues

        public Condition.Builder addValues​(String value)
         This is deprecated and has no effect. Do not use.
         
        repeated string values = 249928994;
        Parameters:
        value - The values to add.
        Returns:
        This builder for chaining.
      • addAllValues

        public Condition.Builder addAllValues​(Iterable<String> values)
         This is deprecated and has no effect. Do not use.
         
        repeated string values = 249928994;
        Parameters:
        values - The values to add.
        Returns:
        This builder for chaining.
      • clearValues

        public Condition.Builder clearValues()
         This is deprecated and has no effect. Do not use.
         
        repeated string values = 249928994;
        Returns:
        This builder for chaining.
      • addValuesBytes

        public Condition.Builder addValuesBytes​(com.google.protobuf.ByteString value)
         This is deprecated and has no effect. Do not use.
         
        repeated string values = 249928994;
        Parameters:
        value - The bytes of the values to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Condition.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>
      • mergeUnknownFields

        public final Condition.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Condition.Builder>