Class: Google::Cloud::Compute::V1::Condition

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

This is deprecated and has no effect. Do not use.

Defined Under Namespace

Modules: Iam, Op, Sys

Instance Attribute Summary collapse

Instance Attribute Details

#iam::String

Returns This is deprecated and has no effect. Do not use. Check the Iam enum for the list of possible values.

Returns:

  • (::String)

    This is deprecated and has no effect. Do not use. Check the Iam enum for the list of possible values.



4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4707

class Condition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Iam
    # A value indicating that the enum field is not set.
    UNDEFINED_IAM = 0

    # This is deprecated and has no effect. Do not use.
    APPROVER = 357_258_949

    # This is deprecated and has no effect. Do not use.
    ATTRIBUTION = 232_465_503

    # This is deprecated and has no effect. Do not use.
    AUTHORITY = 504_108_835

    # This is deprecated and has no effect. Do not use.
    CREDENTIALS_TYPE = 348_222_141

    # This is deprecated and has no effect. Do not use.
    CREDS_ASSERTION = 332_343_272

    # This is deprecated and has no effect. Do not use.
    JUSTIFICATION_TYPE = 206_147_719

    # This is deprecated and has no effect. Do not use.
    SECURITY_REALM = 526_269_616
  end

  # This is deprecated and has no effect. Do not use.
  module Op
    # A value indicating that the enum field is not set.
    UNDEFINED_OP = 0

    # This is deprecated and has no effect. Do not use.
    DISCHARGED = 266_338_274

    # This is deprecated and has no effect. Do not use.
    EQUALS = 442_201_023

    # This is deprecated and has no effect. Do not use.
    IN = 2341

    # This is deprecated and has no effect. Do not use.
    NOT_EQUALS = 19_718_859

    # This is deprecated and has no effect. Do not use.
    NOT_IN = 161_144_369

    # This is deprecated and has no effect. Do not use.
    NO_OP = 74_481_951
  end

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Sys
    # A value indicating that the enum field is not set.
    UNDEFINED_SYS = 0

    # This is deprecated and has no effect. Do not use.
    IP = 2343

    # This is deprecated and has no effect. Do not use.
    NAME = 2_388_619

    # This is deprecated and has no effect. Do not use.
    REGION = 266_017_524

    # This is deprecated and has no effect. Do not use.
    SERVICE = 17_781_397
  end
end

#op::String

Returns This is deprecated and has no effect. Do not use. Check the Op enum for the list of possible values.

Returns:

  • (::String)

    This is deprecated and has no effect. Do not use. Check the Op enum for the list of possible values.



4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4707

class Condition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Iam
    # A value indicating that the enum field is not set.
    UNDEFINED_IAM = 0

    # This is deprecated and has no effect. Do not use.
    APPROVER = 357_258_949

    # This is deprecated and has no effect. Do not use.
    ATTRIBUTION = 232_465_503

    # This is deprecated and has no effect. Do not use.
    AUTHORITY = 504_108_835

    # This is deprecated and has no effect. Do not use.
    CREDENTIALS_TYPE = 348_222_141

    # This is deprecated and has no effect. Do not use.
    CREDS_ASSERTION = 332_343_272

    # This is deprecated and has no effect. Do not use.
    JUSTIFICATION_TYPE = 206_147_719

    # This is deprecated and has no effect. Do not use.
    SECURITY_REALM = 526_269_616
  end

  # This is deprecated and has no effect. Do not use.
  module Op
    # A value indicating that the enum field is not set.
    UNDEFINED_OP = 0

    # This is deprecated and has no effect. Do not use.
    DISCHARGED = 266_338_274

    # This is deprecated and has no effect. Do not use.
    EQUALS = 442_201_023

    # This is deprecated and has no effect. Do not use.
    IN = 2341

    # This is deprecated and has no effect. Do not use.
    NOT_EQUALS = 19_718_859

    # This is deprecated and has no effect. Do not use.
    NOT_IN = 161_144_369

    # This is deprecated and has no effect. Do not use.
    NO_OP = 74_481_951
  end

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Sys
    # A value indicating that the enum field is not set.
    UNDEFINED_SYS = 0

    # This is deprecated and has no effect. Do not use.
    IP = 2343

    # This is deprecated and has no effect. Do not use.
    NAME = 2_388_619

    # This is deprecated and has no effect. Do not use.
    REGION = 266_017_524

    # This is deprecated and has no effect. Do not use.
    SERVICE = 17_781_397
  end
end

#svc::String

Returns This is deprecated and has no effect. Do not use.

Returns:

  • (::String)

    This is deprecated and has no effect. Do not use.



4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4707

class Condition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Iam
    # A value indicating that the enum field is not set.
    UNDEFINED_IAM = 0

    # This is deprecated and has no effect. Do not use.
    APPROVER = 357_258_949

    # This is deprecated and has no effect. Do not use.
    ATTRIBUTION = 232_465_503

    # This is deprecated and has no effect. Do not use.
    AUTHORITY = 504_108_835

    # This is deprecated and has no effect. Do not use.
    CREDENTIALS_TYPE = 348_222_141

    # This is deprecated and has no effect. Do not use.
    CREDS_ASSERTION = 332_343_272

    # This is deprecated and has no effect. Do not use.
    JUSTIFICATION_TYPE = 206_147_719

    # This is deprecated and has no effect. Do not use.
    SECURITY_REALM = 526_269_616
  end

  # This is deprecated and has no effect. Do not use.
  module Op
    # A value indicating that the enum field is not set.
    UNDEFINED_OP = 0

    # This is deprecated and has no effect. Do not use.
    DISCHARGED = 266_338_274

    # This is deprecated and has no effect. Do not use.
    EQUALS = 442_201_023

    # This is deprecated and has no effect. Do not use.
    IN = 2341

    # This is deprecated and has no effect. Do not use.
    NOT_EQUALS = 19_718_859

    # This is deprecated and has no effect. Do not use.
    NOT_IN = 161_144_369

    # This is deprecated and has no effect. Do not use.
    NO_OP = 74_481_951
  end

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Sys
    # A value indicating that the enum field is not set.
    UNDEFINED_SYS = 0

    # This is deprecated and has no effect. Do not use.
    IP = 2343

    # This is deprecated and has no effect. Do not use.
    NAME = 2_388_619

    # This is deprecated and has no effect. Do not use.
    REGION = 266_017_524

    # This is deprecated and has no effect. Do not use.
    SERVICE = 17_781_397
  end
end

#sys::String

Returns This is deprecated and has no effect. Do not use. Check the Sys enum for the list of possible values.

Returns:

  • (::String)

    This is deprecated and has no effect. Do not use. Check the Sys enum for the list of possible values.



4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4707

class Condition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Iam
    # A value indicating that the enum field is not set.
    UNDEFINED_IAM = 0

    # This is deprecated and has no effect. Do not use.
    APPROVER = 357_258_949

    # This is deprecated and has no effect. Do not use.
    ATTRIBUTION = 232_465_503

    # This is deprecated and has no effect. Do not use.
    AUTHORITY = 504_108_835

    # This is deprecated and has no effect. Do not use.
    CREDENTIALS_TYPE = 348_222_141

    # This is deprecated and has no effect. Do not use.
    CREDS_ASSERTION = 332_343_272

    # This is deprecated and has no effect. Do not use.
    JUSTIFICATION_TYPE = 206_147_719

    # This is deprecated and has no effect. Do not use.
    SECURITY_REALM = 526_269_616
  end

  # This is deprecated and has no effect. Do not use.
  module Op
    # A value indicating that the enum field is not set.
    UNDEFINED_OP = 0

    # This is deprecated and has no effect. Do not use.
    DISCHARGED = 266_338_274

    # This is deprecated and has no effect. Do not use.
    EQUALS = 442_201_023

    # This is deprecated and has no effect. Do not use.
    IN = 2341

    # This is deprecated and has no effect. Do not use.
    NOT_EQUALS = 19_718_859

    # This is deprecated and has no effect. Do not use.
    NOT_IN = 161_144_369

    # This is deprecated and has no effect. Do not use.
    NO_OP = 74_481_951
  end

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Sys
    # A value indicating that the enum field is not set.
    UNDEFINED_SYS = 0

    # This is deprecated and has no effect. Do not use.
    IP = 2343

    # This is deprecated and has no effect. Do not use.
    NAME = 2_388_619

    # This is deprecated and has no effect. Do not use.
    REGION = 266_017_524

    # This is deprecated and has no effect. Do not use.
    SERVICE = 17_781_397
  end
end

#values::Array<::String>

Returns This is deprecated and has no effect. Do not use.

Returns:

  • (::Array<::String>)

    This is deprecated and has no effect. Do not use.



4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4707

class Condition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Iam
    # A value indicating that the enum field is not set.
    UNDEFINED_IAM = 0

    # This is deprecated and has no effect. Do not use.
    APPROVER = 357_258_949

    # This is deprecated and has no effect. Do not use.
    ATTRIBUTION = 232_465_503

    # This is deprecated and has no effect. Do not use.
    AUTHORITY = 504_108_835

    # This is deprecated and has no effect. Do not use.
    CREDENTIALS_TYPE = 348_222_141

    # This is deprecated and has no effect. Do not use.
    CREDS_ASSERTION = 332_343_272

    # This is deprecated and has no effect. Do not use.
    JUSTIFICATION_TYPE = 206_147_719

    # This is deprecated and has no effect. Do not use.
    SECURITY_REALM = 526_269_616
  end

  # This is deprecated and has no effect. Do not use.
  module Op
    # A value indicating that the enum field is not set.
    UNDEFINED_OP = 0

    # This is deprecated and has no effect. Do not use.
    DISCHARGED = 266_338_274

    # This is deprecated and has no effect. Do not use.
    EQUALS = 442_201_023

    # This is deprecated and has no effect. Do not use.
    IN = 2341

    # This is deprecated and has no effect. Do not use.
    NOT_EQUALS = 19_718_859

    # This is deprecated and has no effect. Do not use.
    NOT_IN = 161_144_369

    # This is deprecated and has no effect. Do not use.
    NO_OP = 74_481_951
  end

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Sys
    # A value indicating that the enum field is not set.
    UNDEFINED_SYS = 0

    # This is deprecated and has no effect. Do not use.
    IP = 2343

    # This is deprecated and has no effect. Do not use.
    NAME = 2_388_619

    # This is deprecated and has no effect. Do not use.
    REGION = 266_017_524

    # This is deprecated and has no effect. Do not use.
    SERVICE = 17_781_397
  end
end