Interface AddToEventsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AddToEventsRequest,AddToEventsRequest.Builder
public interface AddToEventsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEventIds(int index)repeated string event_ids = 3 [json_name = "eventIds"];com.google.protobuf.ByteStringgetEventIdsBytes(int index)repeated string event_ids = 3 [json_name = "eventIds"];intgetEventIdsCount()repeated string event_ids = 3 [json_name = "eventIds"];java.util.List<java.lang.String>getEventIdsList()repeated string event_ids = 3 [json_name = "eventIds"];java.lang.StringgetOrganizationId()string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];java.lang.StringgetTemplateIds(int index)repeated string template_ids = 2 [json_name = "templateIds"];com.google.protobuf.ByteStringgetTemplateIdsBytes(int index)repeated string template_ids = 2 [json_name = "templateIds"];intgetTemplateIdsCount()repeated string template_ids = 2 [json_name = "templateIds"];java.util.List<java.lang.String>getTemplateIdsList()repeated string template_ids = 2 [json_name = "templateIds"];
-
-
-
Method Detail
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
getTemplateIdsList
java.util.List<java.lang.String> getTemplateIdsList()
repeated string template_ids = 2 [json_name = "templateIds"];- Returns:
- A list containing the templateIds.
-
getTemplateIdsCount
int getTemplateIdsCount()
repeated string template_ids = 2 [json_name = "templateIds"];- Returns:
- The count of templateIds.
-
getTemplateIds
java.lang.String getTemplateIds(int index)
repeated string template_ids = 2 [json_name = "templateIds"];- Parameters:
index- The index of the element to return.- Returns:
- The templateIds at the given index.
-
getTemplateIdsBytes
com.google.protobuf.ByteString getTemplateIdsBytes(int index)
repeated string template_ids = 2 [json_name = "templateIds"];- Parameters:
index- The index of the element to return.- Returns:
- The templateIds at the given index.
-
getEventIdsList
java.util.List<java.lang.String> getEventIdsList()
repeated string event_ids = 3 [json_name = "eventIds"];- Returns:
- A list containing the eventIds.
-
getEventIdsCount
int getEventIdsCount()
repeated string event_ids = 3 [json_name = "eventIds"];- Returns:
- The count of eventIds.
-
getEventIds
java.lang.String getEventIds(int index)
repeated string event_ids = 3 [json_name = "eventIds"];- Parameters:
index- The index of the element to return.- Returns:
- The eventIds at the given index.
-
getEventIdsBytes
com.google.protobuf.ByteString getEventIdsBytes(int index)
repeated string event_ids = 3 [json_name = "eventIds"];- Parameters:
index- The index of the element to return.- Returns:
- The eventIds at the given index.
-
-