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 Value
ACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER
Field Value
ACTOR_EMAIL_FIELD_NUMBER
public static final int ACTOR_EMAIL_FIELD_NUMBER
Field Value
EARLIEST_CHANGE_TIME_FIELD_NUMBER
public static final int EARLIEST_CHANGE_TIME_FIELD_NUMBER
Field Value
LATEST_CHANGE_TIME_FIELD_NUMBER
public static final int LATEST_CHANGE_TIME_FIELD_NUMBER
Field Value
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
PROPERTY_FIELD_NUMBER
public static final int PROPERTY_FIELD_NUMBER
Field Value
RESOURCE_TYPE_FIELD_NUMBER
public static final int RESOURCE_TYPE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SearchChangeHistoryEventsRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static SearchChangeHistoryEventsRequest.Builder newBuilder()
Returns
newBuilder(SearchChangeHistoryEventsRequest prototype)
public static SearchChangeHistoryEventsRequest.Builder newBuilder(SearchChangeHistoryEventsRequest prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static SearchChangeHistoryEventsRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchChangeHistoryEventsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SearchChangeHistoryEventsRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SearchChangeHistoryEventsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SearchChangeHistoryEventsRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchChangeHistoryEventsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static SearchChangeHistoryEventsRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchChangeHistoryEventsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static SearchChangeHistoryEventsRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchChangeHistoryEventsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SearchChangeHistoryEventsRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SearchChangeHistoryEventsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<SearchChangeHistoryEventsRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAccount()
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) = { ... }
Returns
Type | 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) = { ... }
Returns
getAction(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];
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | 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];
Returns
Type | 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];
Returns
getActionValue(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];
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | 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];
Returns
Type | 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];
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | 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];
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | 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];
Returns
Type | 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];
Returns
getDefaultInstanceForType()
public SearchChangeHistoryEventsRequest getDefaultInstanceForType()
Returns
getEarliestChangeTime()
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];
Returns
Type | 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];
Returns
getLatestChangeTime()
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];
Returns
Type | 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];
Returns
getPageSize()
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];
Returns
Type | 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];
Returns
Type | 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];
Returns
getParserForType()
public Parser<SearchChangeHistoryEventsRequest> getParserForType()
Returns
Overrides
getProperty()
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) = { ... }
Returns
Type | 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) = { ... }
Returns
getResourceType(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];
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
getResourceTypeCount()
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];
Returns
Type | 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];
Returns
getResourceTypeValue(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];
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | 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];
Returns
Type | Description |
List<Integer> | A list containing the enum numeric values on the wire for resourceType.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasEarliestChangeTime()
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];
Returns
Type | 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];
Returns
Type | Description |
boolean | Whether the latestChangeTime field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public SearchChangeHistoryEventsRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SearchChangeHistoryEventsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public SearchChangeHistoryEventsRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions