Interface RemoveRuleSecurityPolicyRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPriority()
      The priority of the rule to remove from the security policy.
      String getProject()
      Project ID for this request.
      com.google.protobuf.ByteString getProjectBytes()
      Project ID for this request.
      String getSecurityPolicy()
      Name of the security policy to update.
      com.google.protobuf.ByteString getSecurityPolicyBytes()
      Name of the security policy to update.
      boolean hasPriority()
      The priority of the rule to remove from the security policy.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasPriority

        boolean hasPriority()
         The priority of the rule to remove from the security policy.
         
        optional int32 priority = 445151652;
        Returns:
        Whether the priority field is set.
      • getPriority

        int getPriority()
         The priority of the rule to remove from the security policy.
         
        optional int32 priority = 445151652;
        Returns:
        The priority.
      • getProject

        String getProject()
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];
        Returns:
        The bytes for project.
      • getSecurityPolicy

        String getSecurityPolicy()
         Name of the security policy to update.
         
        string security_policy = 171082513 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The securityPolicy.
      • getSecurityPolicyBytes

        com.google.protobuf.ByteString getSecurityPolicyBytes()
         Name of the security policy to update.
         
        string security_policy = 171082513 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for securityPolicy.