Interface PacketMirroringNetworkInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCanonicalUrl()
      [Output Only] Unique identifier for the network; defined by the server.
      com.google.protobuf.ByteString getCanonicalUrlBytes()
      [Output Only] Unique identifier for the network; defined by the server.
      String getUrl()
      URL of the network resource.
      com.google.protobuf.ByteString getUrlBytes()
      URL of the network resource.
      boolean hasCanonicalUrl()
      [Output Only] Unique identifier for the network; defined by the server.
      boolean hasUrl()
      URL of the network resource.
      • 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

      • hasCanonicalUrl

        boolean hasCanonicalUrl()
         [Output Only] Unique identifier for the network; defined by the server.
         
        optional string canonical_url = 512294820;
        Returns:
        Whether the canonicalUrl field is set.
      • getCanonicalUrl

        String getCanonicalUrl()
         [Output Only] Unique identifier for the network; defined by the server.
         
        optional string canonical_url = 512294820;
        Returns:
        The canonicalUrl.
      • getCanonicalUrlBytes

        com.google.protobuf.ByteString getCanonicalUrlBytes()
         [Output Only] Unique identifier for the network; defined by the server.
         
        optional string canonical_url = 512294820;
        Returns:
        The bytes for canonicalUrl.
      • hasUrl

        boolean hasUrl()
         URL of the network resource.
         
        optional string url = 116079;
        Returns:
        Whether the url field is set.
      • getUrl

        String getUrl()
         URL of the network resource.
         
        optional string url = 116079;
        Returns:
        The url.
      • getUrlBytes

        com.google.protobuf.ByteString getUrlBytes()
         URL of the network resource.
         
        optional string url = 116079;
        Returns:
        The bytes for url.