public final class SearchChangeHistoryEventsRequest extends GeneratedMessageV3 implements SearchChangeHistoryEventsRequestOrBuilder
Request message for SearchChangeHistoryEvents RPC.
Protobuf type google.analytics.admin.v1beta.SearchChangeHistoryEventsRequest
Static Fields
ACCOUNT_FIELD_NUMBER
public static final int ACCOUNT_FIELD_NUMBER
Field ValueACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER
Field ValueACTOR_EMAIL_FIELD_NUMBER
public static final int ACTOR_EMAIL_FIELD_NUMBER
Field ValueEARLIEST_CHANGE_TIME_FIELD_NUMBER
public static final int EARLIEST_CHANGE_TIME_FIELD_NUMBER
Field ValueLATEST_CHANGE_TIME_FIELD_NUMBER
public static final int LATEST_CHANGE_TIME_FIELD_NUMBER
Field ValuePAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field ValuePAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field ValuePROPERTY_FIELD_NUMBER
public static final int PROPERTY_FIELD_NUMBER
Field ValueRESOURCE_TYPE_FIELD_NUMBER
public static final int RESOURCE_TYPE_FIELD_NUMBER
Field ValueStatic Methods
getDefaultInstance()
public static SearchChangeHistoryEventsRequest getDefaultInstance()
ReturnsgetDescriptor()
public static final Descriptors.Descriptor getDescriptor()
ReturnsnewBuilder()
public static SearchChangeHistoryEventsRequest.Builder newBuilder()
ReturnsnewBuilder(SearchChangeHistoryEventsRequest )
public static SearchChangeHistoryEventsRequest.Builder newBuilder(SearchChangeHistoryEventsRequest )
ParameterReturnsparseDelimitedFrom(InputStream input)
public static SearchChangeHistoryEventsRequest parseDelimitedFrom(InputStream input)
ParameterReturnsExceptionsparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchChangeHistoryEventsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
ParametersReturnsExceptionsparseFrom(byte[] data)
public static SearchChangeHistoryEventsRequest parseFrom(byte[] data)
ParameterName | Description |
data | byte[]
|
ReturnsExceptionsparseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SearchChangeHistoryEventsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
ParametersReturnsExceptionsparseFrom(ByteString data)
public static SearchChangeHistoryEventsRequest parseFrom(ByteString data)
ParameterReturnsExceptionsparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchChangeHistoryEventsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
ParametersReturnsExceptionsparseFrom(CodedInputStream input)
public static SearchChangeHistoryEventsRequest parseFrom(CodedInputStream input)
ParameterReturnsExceptionsparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchChangeHistoryEventsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
ParametersReturnsExceptionsparseFrom(InputStream input)
public static SearchChangeHistoryEventsRequest parseFrom(InputStream input)
ParameterReturnsExceptionsparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchChangeHistoryEventsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
ParametersReturnsExceptionsparseFrom(ByteBuffer data)
public static SearchChangeHistoryEventsRequest parseFrom(ByteBuffer data)
ParameterReturnsExceptionsparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SearchChangeHistoryEventsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
ParametersReturnsExceptionsparser()
public static Parser<SearchChangeHistoryEventsRequest> parser()
ReturnsMethods
equals(Object obj)
public boolean equals(Object obj)
ParameterReturnsOverridesgetAccount()
public String getAccount()
Required. The account resource for which to return change history resources.
string account = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ReturnsType | Description |
String | The account. |
getAccountBytes()
public ByteString getAccountBytes()
Required. The account resource for which to return change history resources.
string account = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ReturnsgetAction(int index)
public ActionType getAction(int index)
Optional. If set, only return changes that match one or more of these types of actions.
repeated .google.analytics.admin.v1beta.ActionType action = 4 [(.google.api.field_behavior) = OPTIONAL];
ParameterName | Description |
index | int
The index of the element to return. |
ReturnsType | Description |
ActionType | The action at the given index. |
getActionCount()
public int getActionCount()
Optional. If set, only return changes that match one or more of these types of actions.
repeated .google.analytics.admin.v1beta.ActionType action = 4 [(.google.api.field_behavior) = OPTIONAL];
ReturnsType | Description |
int | The count of action. |
getActionList()
public List<ActionType> getActionList()
Optional. If set, only return changes that match one or more of these types of actions.
repeated .google.analytics.admin.v1beta.ActionType action = 4 [(.google.api.field_behavior) = OPTIONAL];
ReturnsgetActionValue(int index)
public int getActionValue(int index)
Optional. If set, only return changes that match one or more of these types of actions.
repeated .google.analytics.admin.v1beta.ActionType action = 4 [(.google.api.field_behavior) = OPTIONAL];
ParameterName | Description |
index | int
The index of the value to return. |
ReturnsType | Description |
int | The enum numeric value on the wire of action at the given index. |
getActionValueList()
public List<Integer> getActionValueList()
Optional. If set, only return changes that match one or more of these types of actions.
repeated .google.analytics.admin.v1beta.ActionType action = 4 [(.google.api.field_behavior) = OPTIONAL];
ReturnsType | Description |
List<Integer> | A list containing the enum numeric values on the wire for action. |
getActorEmail(int index)
public String getActorEmail(int index)
Optional. If set, only return changes if they are made by a user in this list.
repeated string actor_email = 5 [(.google.api.field_behavior) = OPTIONAL];
ParameterName | Description |
index | int
The index of the element to return. |
ReturnsType | Description |
String | The actorEmail at the given index. |
getActorEmailBytes(int index)
public ByteString getActorEmailBytes(int index)
Optional. If set, only return changes if they are made by a user in this list.
repeated string actor_email = 5 [(.google.api.field_behavior) = OPTIONAL];
ParameterName | Description |
index | int
The index of the value to return. |
ReturnsType | Description |
ByteString | The bytes of the actorEmail at the given index. |
getActorEmailCount()
public int getActorEmailCount()
Optional. If set, only return changes if they are made by a user in this list.
repeated string actor_email = 5 [(.google.api.field_behavior) = OPTIONAL];
ReturnsType | Description |
int | The count of actorEmail. |
getActorEmailList()
public ProtocolStringList getActorEmailList()
Optional. If set, only return changes if they are made by a user in this list.
repeated string actor_email = 5 [(.google.api.field_behavior) = OPTIONAL];
ReturnsgetDefaultInstanceForType()
public SearchChangeHistoryEventsRequest getDefaultInstanceForType()
ReturnsgetEarliestChangeTime()
public Timestamp getEarliestChangeTime()
Optional. If set, only return changes made after this time (inclusive).
.google.protobuf.Timestamp earliest_change_time = 6 [(.google.api.field_behavior) = OPTIONAL];
ReturnsType | Description |
Timestamp | The earliestChangeTime. |
getEarliestChangeTimeOrBuilder()
public TimestampOrBuilder getEarliestChangeTimeOrBuilder()
Optional. If set, only return changes made after this time (inclusive).
.google.protobuf.Timestamp earliest_change_time = 6 [(.google.api.field_behavior) = OPTIONAL];
ReturnsgetLatestChangeTime()
public Timestamp getLatestChangeTime()
Optional. If set, only return changes made before this time (inclusive).
.google.protobuf.Timestamp latest_change_time = 7 [(.google.api.field_behavior) = OPTIONAL];
ReturnsType | Description |
Timestamp | The latestChangeTime. |
getLatestChangeTimeOrBuilder()
public TimestampOrBuilder getLatestChangeTimeOrBuilder()
Optional. If set, only return changes made before this time (inclusive).
.google.protobuf.Timestamp latest_change_time = 7 [(.google.api.field_behavior) = OPTIONAL];
ReturnsgetPageSize()
Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
int32 page_size = 8 [(.google.api.field_behavior) = OPTIONAL];
ReturnsType | Description |
int | The pageSize. |
getPageToken()
public String getPageToken()
Optional. A page token, received from a previous SearchChangeHistoryEvents
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to SearchChangeHistoryEvents
must match the call that provided the page token.
string page_token = 9 [(.google.api.field_behavior) = OPTIONAL];
ReturnsType | Description |
String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
Optional. A page token, received from a previous SearchChangeHistoryEvents
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to SearchChangeHistoryEvents
must match the call that provided the page token.
string page_token = 9 [(.google.api.field_behavior) = OPTIONAL];
ReturnsgetParserForType()
public Parser<SearchChangeHistoryEventsRequest> getParserForType()
ReturnsOverridesgetProperty()
public String getProperty()
Optional. Resource name for a child property. If set, only return changes made to this property or its child resources.
string property = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
ReturnsType | Description |
String | The property. |
getPropertyBytes()
public ByteString getPropertyBytes()
Optional. Resource name for a child property. If set, only return changes made to this property or its child resources.
string property = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
ReturnsgetResourceType(int index)
public ChangeHistoryResourceType getResourceType(int index)
Optional. If set, only return changes if they are for a resource that matches at least one of these types.
repeated .google.analytics.admin.v1beta.ChangeHistoryResourceType resource_type = 3 [(.google.api.field_behavior) = OPTIONAL];
ParameterName | Description |
index | int
The index of the element to return. |
ReturnsgetResourceTypeCount()
public int getResourceTypeCount()
Optional. If set, only return changes if they are for a resource that matches at least one of these types.
repeated .google.analytics.admin.v1beta.ChangeHistoryResourceType resource_type = 3 [(.google.api.field_behavior) = OPTIONAL];
ReturnsType | Description |
int | The count of resourceType. |
getResourceTypeList()
public List<ChangeHistoryResourceType> getResourceTypeList()
Optional. If set, only return changes if they are for a resource that matches at least one of these types.
repeated .google.analytics.admin.v1beta.ChangeHistoryResourceType resource_type = 3 [(.google.api.field_behavior) = OPTIONAL];
ReturnsgetResourceTypeValue(int index)
public int getResourceTypeValue(int index)
Optional. If set, only return changes if they are for a resource that matches at least one of these types.
repeated .google.analytics.admin.v1beta.ChangeHistoryResourceType resource_type = 3 [(.google.api.field_behavior) = OPTIONAL];
ParameterName | Description |
index | int
The index of the value to return. |
ReturnsType | Description |
int | The enum numeric value on the wire of resourceType at the given index. |
getResourceTypeValueList()
public List<Integer> getResourceTypeValueList()
Optional. If set, only return changes if they are for a resource that matches at least one of these types.
repeated .google.analytics.admin.v1beta.ChangeHistoryResourceType resource_type = 3 [(.google.api.field_behavior) = OPTIONAL];
ReturnsType | Description |
List<Integer> | A list containing the enum numeric values on the wire for resourceType. |
getSerializedSize()
public int getSerializedSize()
ReturnsOverridesgetUnknownFields()
public final UnknownFieldSet getUnknownFields()
ReturnsOverrideshasEarliestChangeTime()
public boolean hasEarliestChangeTime()
Optional. If set, only return changes made after this time (inclusive).
.google.protobuf.Timestamp earliest_change_time = 6 [(.google.api.field_behavior) = OPTIONAL];
ReturnsType | Description |
boolean | Whether the earliestChangeTime field is set. |
hasLatestChangeTime()
public boolean hasLatestChangeTime()
Optional. If set, only return changes made before this time (inclusive).
.google.protobuf.Timestamp latest_change_time = 7 [(.google.api.field_behavior) = OPTIONAL];
ReturnsType | Description |
boolean | Whether the latestChangeTime field is set. |
hashCode()
ReturnsOverridesinternalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
ReturnsOverridesisInitialized()
public final boolean isInitialized()
ReturnsOverridesnewBuilderForType()
public SearchChangeHistoryEventsRequest.Builder newBuilderForType()
ReturnsnewBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SearchChangeHistoryEventsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
ParameterReturnsOverridesnewInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
ParameterReturnsOverridestoBuilder()
public SearchChangeHistoryEventsRequest.Builder toBuilder()
ReturnswriteTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
ParameterOverridesExceptions