Interface AbortInfoOrBuilder

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

    public interface AbortInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AbortInfo.Cause getCause()
      Causes that the analysis is aborted.
      int getCauseValue()
      Causes that the analysis is aborted.
      String getProjectsMissingPermission​(int index)
      List of project IDs that the user has specified in the request but does not have permission to access network configs.
      com.google.protobuf.ByteString getProjectsMissingPermissionBytes​(int index)
      List of project IDs that the user has specified in the request but does not have permission to access network configs.
      int getProjectsMissingPermissionCount()
      List of project IDs that the user has specified in the request but does not have permission to access network configs.
      List<String> getProjectsMissingPermissionList()
      List of project IDs that the user has specified in the request but does not have permission to access network configs.
      String getResourceUri()
      URI of the resource that caused the abort.
      com.google.protobuf.ByteString getResourceUriBytes()
      URI of the resource that caused the abort.
      • 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

      • getCauseValue

        int getCauseValue()
         Causes that the analysis is aborted.
         
        .google.cloud.networkmanagement.v1.AbortInfo.Cause cause = 1;
        Returns:
        The enum numeric value on the wire for cause.
      • getCause

        AbortInfo.Cause getCause()
         Causes that the analysis is aborted.
         
        .google.cloud.networkmanagement.v1.AbortInfo.Cause cause = 1;
        Returns:
        The cause.
      • getResourceUri

        String getResourceUri()
         URI of the resource that caused the abort.
         
        string resource_uri = 2;
        Returns:
        The resourceUri.
      • getResourceUriBytes

        com.google.protobuf.ByteString getResourceUriBytes()
         URI of the resource that caused the abort.
         
        string resource_uri = 2;
        Returns:
        The bytes for resourceUri.
      • getProjectsMissingPermissionList

        List<String> getProjectsMissingPermissionList()
         List of project IDs that the user has specified in the request but does
         not have permission to access network configs. Analysis is aborted in this
         case with the PERMISSION_DENIED cause.
         
        repeated string projects_missing_permission = 3;
        Returns:
        A list containing the projectsMissingPermission.
      • getProjectsMissingPermissionCount

        int getProjectsMissingPermissionCount()
         List of project IDs that the user has specified in the request but does
         not have permission to access network configs. Analysis is aborted in this
         case with the PERMISSION_DENIED cause.
         
        repeated string projects_missing_permission = 3;
        Returns:
        The count of projectsMissingPermission.
      • getProjectsMissingPermission

        String getProjectsMissingPermission​(int index)
         List of project IDs that the user has specified in the request but does
         not have permission to access network configs. Analysis is aborted in this
         case with the PERMISSION_DENIED cause.
         
        repeated string projects_missing_permission = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The projectsMissingPermission at the given index.
      • getProjectsMissingPermissionBytes

        com.google.protobuf.ByteString getProjectsMissingPermissionBytes​(int index)
         List of project IDs that the user has specified in the request but does
         not have permission to access network configs. Analysis is aborted in this
         case with the PERMISSION_DENIED cause.
         
        repeated string projects_missing_permission = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the projectsMissingPermission at the given index.