Interface RuleOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Rule, Rule.Builder

    public interface RuleOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasAction

        boolean hasAction()
         This is deprecated and has no effect. Do not use.
         Check the Action enum for the list of possible values.
         
        optional string action = 187661878;
        Returns:
        Whether the action field is set.
      • getAction

        String getAction()
         This is deprecated and has no effect. Do not use.
         Check the Action enum for the list of possible values.
         
        optional string action = 187661878;
        Returns:
        The action.
      • getActionBytes

        com.google.protobuf.ByteString getActionBytes()
         This is deprecated and has no effect. Do not use.
         Check the Action enum for the list of possible values.
         
        optional string action = 187661878;
        Returns:
        The bytes for action.
      • getConditionsList

        List<Condition> getConditionsList()
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.Condition conditions = 142882488;
      • getConditions

        Condition getConditions​(int index)
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.Condition conditions = 142882488;
      • getConditionsCount

        int getConditionsCount()
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.Condition conditions = 142882488;
      • getConditionsOrBuilderList

        List<? extends ConditionOrBuilder> getConditionsOrBuilderList()
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.Condition conditions = 142882488;
      • getConditionsOrBuilder

        ConditionOrBuilder getConditionsOrBuilder​(int index)
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.Condition conditions = 142882488;
      • hasDescription

        boolean hasDescription()
         This is deprecated and has no effect. Do not use.
         
        optional string description = 422937596;
        Returns:
        Whether the description field is set.
      • getDescription

        String getDescription()
         This is deprecated and has no effect. Do not use.
         
        optional string description = 422937596;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         This is deprecated and has no effect. Do not use.
         
        optional string description = 422937596;
        Returns:
        The bytes for description.
      • getInsList

        List<String> getInsList()
         This is deprecated and has no effect. Do not use.
         
        repeated string ins = 104430;
        Returns:
        A list containing the ins.
      • getInsCount

        int getInsCount()
         This is deprecated and has no effect. Do not use.
         
        repeated string ins = 104430;
        Returns:
        The count of ins.
      • getIns

        String getIns​(int index)
         This is deprecated and has no effect. Do not use.
         
        repeated string ins = 104430;
        Parameters:
        index - The index of the element to return.
        Returns:
        The ins at the given index.
      • getInsBytes

        com.google.protobuf.ByteString getInsBytes​(int index)
         This is deprecated and has no effect. Do not use.
         
        repeated string ins = 104430;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the ins at the given index.
      • getLogConfigsList

        List<LogConfig> getLogConfigsList()
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;
      • getLogConfigs

        LogConfig getLogConfigs​(int index)
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;
      • getLogConfigsCount

        int getLogConfigsCount()
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;
      • getLogConfigsOrBuilderList

        List<? extends LogConfigOrBuilder> getLogConfigsOrBuilderList()
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;
      • getLogConfigsOrBuilder

        LogConfigOrBuilder getLogConfigsOrBuilder​(int index)
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.LogConfig log_configs = 152873846;
      • getNotInsList

        List<String> getNotInsList()
         This is deprecated and has no effect. Do not use.
         
        repeated string not_ins = 518443138;
        Returns:
        A list containing the notIns.
      • getNotInsCount

        int getNotInsCount()
         This is deprecated and has no effect. Do not use.
         
        repeated string not_ins = 518443138;
        Returns:
        The count of notIns.
      • getNotIns

        String getNotIns​(int index)
         This is deprecated and has no effect. Do not use.
         
        repeated string not_ins = 518443138;
        Parameters:
        index - The index of the element to return.
        Returns:
        The notIns at the given index.
      • getNotInsBytes

        com.google.protobuf.ByteString getNotInsBytes​(int index)
         This is deprecated and has no effect. Do not use.
         
        repeated string not_ins = 518443138;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the notIns at the given index.
      • getPermissionsList

        List<String> getPermissionsList()
         This is deprecated and has no effect. Do not use.
         
        repeated string permissions = 59962500;
        Returns:
        A list containing the permissions.
      • getPermissionsCount

        int getPermissionsCount()
         This is deprecated and has no effect. Do not use.
         
        repeated string permissions = 59962500;
        Returns:
        The count of permissions.
      • getPermissions

        String getPermissions​(int index)
         This is deprecated and has no effect. Do not use.
         
        repeated string permissions = 59962500;
        Parameters:
        index - The index of the element to return.
        Returns:
        The permissions at the given index.
      • getPermissionsBytes

        com.google.protobuf.ByteString getPermissionsBytes​(int index)
         This is deprecated and has no effect. Do not use.
         
        repeated string permissions = 59962500;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the permissions at the given index.