Class GetRequest.Builder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, GetRequestOrBuilder, java.lang.Cloneable
    Enclosing class:
    GetRequest

    public static final class GetRequest.Builder
    extends com.google.protobuf.GeneratedMessageLite.Builder<GetRequest,​GetRequest.Builder>
    implements GetRequestOrBuilder
    Protobuf type streamlayer.sdkSettings.organization.advertising.GetRequest
    • Field Summary

      • Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GetRequest.Builder clearEventId()
      if passed, get event level Advertising config
      GetRequest.Builder clearOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      java.lang.String getEventId()
      if passed, get event level Advertising config
      com.google.protobuf.ByteString getEventIdBytes()
      if passed, get event level Advertising config
      java.lang.String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      boolean hasEventId()
      if passed, get event level Advertising config
      GetRequest.Builder setEventId​(java.lang.String value)
      if passed, get event level Advertising config
      GetRequest.Builder setEventIdBytes​(com.google.protobuf.ByteString value)
      if passed, get event level Advertising config
      GetRequest.Builder setOrganizationId​(java.lang.String value)
      string organization_id = 1 [json_name = "organizationId"];
      GetRequest.Builder setOrganizationIdBytes​(com.google.protobuf.ByteString value)
      string organization_id = 1 [json_name = "organizationId"];
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOrganizationId

        public java.lang.String getOrganizationId()
        string organization_id = 1 [json_name = "organizationId"];
        Specified by:
        getOrganizationId in interface GetRequestOrBuilder
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        public com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 1 [json_name = "organizationId"];
        Specified by:
        getOrganizationIdBytes in interface GetRequestOrBuilder
        Returns:
        The bytes for organizationId.
      • setOrganizationId

        public GetRequest.Builder setOrganizationId​(java.lang.String value)
        string organization_id = 1 [json_name = "organizationId"];
        Parameters:
        value - The organizationId to set.
        Returns:
        This builder for chaining.
      • clearOrganizationId

        public GetRequest.Builder clearOrganizationId()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        This builder for chaining.
      • setOrganizationIdBytes

        public GetRequest.Builder setOrganizationIdBytes​(com.google.protobuf.ByteString value)
        string organization_id = 1 [json_name = "organizationId"];
        Parameters:
        value - The bytes for organizationId to set.
        Returns:
        This builder for chaining.
      • hasEventId

        public boolean hasEventId()
         if passed, get event level Advertising config
         
        optional string event_id = 2 [json_name = "eventId"];
        Specified by:
        hasEventId in interface GetRequestOrBuilder
        Returns:
        Whether the eventId field is set.
      • getEventId

        public java.lang.String getEventId()
         if passed, get event level Advertising config
         
        optional string event_id = 2 [json_name = "eventId"];
        Specified by:
        getEventId in interface GetRequestOrBuilder
        Returns:
        The eventId.
      • getEventIdBytes

        public com.google.protobuf.ByteString getEventIdBytes()
         if passed, get event level Advertising config
         
        optional string event_id = 2 [json_name = "eventId"];
        Specified by:
        getEventIdBytes in interface GetRequestOrBuilder
        Returns:
        The bytes for eventId.
      • setEventId

        public GetRequest.Builder setEventId​(java.lang.String value)
         if passed, get event level Advertising config
         
        optional string event_id = 2 [json_name = "eventId"];
        Parameters:
        value - The eventId to set.
        Returns:
        This builder for chaining.
      • clearEventId

        public GetRequest.Builder clearEventId()
         if passed, get event level Advertising config
         
        optional string event_id = 2 [json_name = "eventId"];
        Returns:
        This builder for chaining.
      • setEventIdBytes

        public GetRequest.Builder setEventIdBytes​(com.google.protobuf.ByteString value)
         if passed, get event level Advertising config
         
        optional string event_id = 2 [json_name = "eventId"];
        Parameters:
        value - The bytes for eventId to set.
        Returns:
        This builder for chaining.