Class PacketMirroringForwardingRuleInfo.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PacketMirroringForwardingRuleInfo.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PacketMirroringForwardingRuleInfo.Builder>
      • getDefaultInstanceForType

        public PacketMirroringForwardingRuleInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public PacketMirroringForwardingRuleInfo build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public PacketMirroringForwardingRuleInfo buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PacketMirroringForwardingRuleInfo.Builder>
      • hasCanonicalUrl

        public boolean hasCanonicalUrl()
         [Output Only] Unique identifier for the forwarding rule; defined by the server.
         
        optional string canonical_url = 512294820;
        Specified by:
        hasCanonicalUrl in interface PacketMirroringForwardingRuleInfoOrBuilder
        Returns:
        Whether the canonicalUrl field is set.
      • getCanonicalUrlBytes

        public com.google.protobuf.ByteString getCanonicalUrlBytes()
         [Output Only] Unique identifier for the forwarding rule; defined by the server.
         
        optional string canonical_url = 512294820;
        Specified by:
        getCanonicalUrlBytes in interface PacketMirroringForwardingRuleInfoOrBuilder
        Returns:
        The bytes for canonicalUrl.
      • setCanonicalUrl

        public PacketMirroringForwardingRuleInfo.Builder setCanonicalUrl​(String value)
         [Output Only] Unique identifier for the forwarding rule; defined by the server.
         
        optional string canonical_url = 512294820;
        Parameters:
        value - The canonicalUrl to set.
        Returns:
        This builder for chaining.
      • clearCanonicalUrl

        public PacketMirroringForwardingRuleInfo.Builder clearCanonicalUrl()
         [Output Only] Unique identifier for the forwarding rule; defined by the server.
         
        optional string canonical_url = 512294820;
        Returns:
        This builder for chaining.
      • setCanonicalUrlBytes

        public PacketMirroringForwardingRuleInfo.Builder setCanonicalUrlBytes​(com.google.protobuf.ByteString value)
         [Output Only] Unique identifier for the forwarding rule; defined by the server.
         
        optional string canonical_url = 512294820;
        Parameters:
        value - The bytes for canonicalUrl to set.
        Returns:
        This builder for chaining.
      • hasUrl

        public boolean hasUrl()
         Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
         
        optional string url = 116079;
        Specified by:
        hasUrl in interface PacketMirroringForwardingRuleInfoOrBuilder
        Returns:
        Whether the url field is set.
      • getUrlBytes

        public com.google.protobuf.ByteString getUrlBytes()
         Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
         
        optional string url = 116079;
        Specified by:
        getUrlBytes in interface PacketMirroringForwardingRuleInfoOrBuilder
        Returns:
        The bytes for url.
      • setUrl

        public PacketMirroringForwardingRuleInfo.Builder setUrl​(String value)
         Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
         
        optional string url = 116079;
        Parameters:
        value - The url to set.
        Returns:
        This builder for chaining.
      • clearUrl

        public PacketMirroringForwardingRuleInfo.Builder clearUrl()
         Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
         
        optional string url = 116079;
        Returns:
        This builder for chaining.
      • setUrlBytes

        public PacketMirroringForwardingRuleInfo.Builder setUrlBytes​(com.google.protobuf.ByteString value)
         Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
         
        optional string url = 116079;
        Parameters:
        value - The bytes for url to set.
        Returns:
        This builder for chaining.