com/google/errorprone/annotations/concurrent/UnlockMethod.class
UnlockMethod.java
package com.google.errorprone.annotations.concurrent
public abstract annotation com.google.errorprone.annotations.concurrent.UnlockMethod extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract java.lang.String[] value ()
}
com/google/errorprone/annotations/concurrent/LockMethod.class
LockMethod.java
package com.google.errorprone.annotations.concurrent
public abstract annotation com.google.errorprone.annotations.concurrent.LockMethod extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract java.lang.String[] value ()
}
com/google/errorprone/annotations/concurrent/LazyInit.class
LazyInit.java
package com.google.errorprone.annotations.concurrent
public abstract annotation com.google.errorprone.annotations.concurrent.LazyInit extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/errorprone/annotations/concurrent/GuardedBy.class
GuardedBy.java
package com.google.errorprone.annotations.concurrent
public abstract annotation com.google.errorprone.annotations.concurrent.GuardedBy extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract java.lang.String value ()
}
com/google/errorprone/annotations/concurrent/
com/google/errorprone/annotations/Var.class
Var.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.Var extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/errorprone/annotations/ThreadSafe.class
ThreadSafe.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.ThreadSafe extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/errorprone/annotations/SuppressPackageLocation.class
SuppressPackageLocation.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.SuppressPackageLocation extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/errorprone/annotations/RestrictedApi.class
RestrictedApi.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.RestrictedApi extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract java.lang.String explanation ()
public abstract java.lang.String link ()
public abstract java.lang.String allowedOnPath ()
public abstract java.lang.Class[] allowlistAnnotations ()
public abstract java.lang.Class[] allowlistWithWarningAnnotations ()
}
com/google/errorprone/annotations/RequiredModifiers.class
RequiredModifiers.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.RequiredModifiers extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract javax.lang.model.element.Modifier[] value ()
public abstract com.google.errorprone.annotations.Modifier[] modifier ()
}
com/google/errorprone/annotations/OverridingMethodsMustInvokeSuper.class
OverridingMethodsMustInvokeSuper.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.OverridingMethodsMustInvokeSuper extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/errorprone/annotations/NoAllocation.class
NoAllocation.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.NoAllocation extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/errorprone/annotations/MustBeClosed.class
MustBeClosed.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.MustBeClosed extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/errorprone/annotations/Modifier.class
Modifier.java
package com.google.errorprone.annotations
public final enum com.google.errorprone.annotations.Modifier extends java.lang.Enum {
public static final enum com.google.errorprone.annotations.Modifier PUBLIC
public static final enum com.google.errorprone.annotations.Modifier PROTECTED
public static final enum com.google.errorprone.annotations.Modifier PRIVATE
public static final enum com.google.errorprone.annotations.Modifier ABSTRACT
public static final enum com.google.errorprone.annotations.Modifier DEFAULT
public static final enum com.google.errorprone.annotations.Modifier STATIC
public static final enum com.google.errorprone.annotations.Modifier FINAL
public static final enum com.google.errorprone.annotations.Modifier TRANSIENT
public static final enum com.google.errorprone.annotations.Modifier VOLATILE
public static final enum com.google.errorprone.annotations.Modifier SYNCHRONIZED
public static final enum com.google.errorprone.annotations.Modifier NATIVE
public static final enum com.google.errorprone.annotations.Modifier STRICTFP
private static final synthetic com.google.errorprone.annotations.Modifier[] $VALUES
public static com.google.errorprone.annotations.Modifier[] values ()
public static com.google.errorprone.annotations.Modifier valueOf (java.lang.String)
String name
private void <init> (java.lang.String, int)
private static synthetic com.google.errorprone.annotations.Modifier[] $values ()
static void <clinit> ()
}
com/google/errorprone/annotations/Keep.class
Keep.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.Keep extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/errorprone/annotations/InlineMeValidationDisabled.class
InlineMeValidationDisabled.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.InlineMeValidationDisabled extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract java.lang.String value ()
}
com/google/errorprone/annotations/InlineMe.class
InlineMe.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.InlineMe extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract java.lang.String replacement ()
public abstract java.lang.String[] imports ()
public abstract java.lang.String[] staticImports ()
}
com/google/errorprone/annotations/IncompatibleModifiers.class
IncompatibleModifiers.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.IncompatibleModifiers extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract javax.lang.model.element.Modifier[] value ()
public abstract com.google.errorprone.annotations.Modifier[] modifier ()
}
com/google/errorprone/annotations/Immutable.class
Immutable.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.Immutable extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract java.lang.String[] containerOf ()
}
com/google/errorprone/annotations/FormatString.class
FormatString.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.FormatString extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/errorprone/annotations/FormatMethod.class
FormatMethod.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.FormatMethod extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/errorprone/annotations/ForOverride.class
ForOverride.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.ForOverride extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/errorprone/annotations/DoNotMock.class
DoNotMock.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.DoNotMock extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract java.lang.String value ()
}
com/google/errorprone/annotations/DoNotCall.class
DoNotCall.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.DoNotCall extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract java.lang.String value ()
}
com/google/errorprone/annotations/CompileTimeConstant.class
CompileTimeConstant.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.CompileTimeConstant extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/errorprone/annotations/CompatibleWith.class
CompatibleWith.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.CompatibleWith extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract java.lang.String value ()
}
com/google/errorprone/annotations/CheckReturnValue.class
CheckReturnValue.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.CheckReturnValue extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/errorprone/annotations/CanIgnoreReturnValue.class
CanIgnoreReturnValue.java
package com.google.errorprone.annotations
public abstract annotation com.google.errorprone.annotations.CanIgnoreReturnValue extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/errorprone/annotations/
com/google/errorprone/
com/google/
com/android/server/adservices/rollback/RollbackHandlingManager.class
<Unknown>
package com.android.server.adservices.rollback
public final com.android.server.adservices.rollback.RollbackHandlingManager extends java.lang.Object {
static final String STORAGE_XML_IDENTIFIER
static final String MSMT_FILE_PREFIX
static final String DELETION_OCCURRED_KEY
static final String VERSION_KEY
static final String DUMP_PREFIX
public static com.android.server.adservices.rollback.RollbackHandlingManager createRollbackHandlingManager (java.lang.String, int, int) throws java.io.IOException
com.android.adservices.shared.storage.AtomicFileDatastore getOrCreateAtomicFileDatastore (int) throws java.io.IOException
public void recordAdServicesDataDeletion (int) throws java.io.IOException
public boolean wasAdServicesDataDeleted (int) throws java.io.IOException
public int getPreviousStoredVersion (int) throws java.io.IOException
public void resetAdServicesDataDeletion (int) throws java.io.IOException
public void dump (java.io.PrintWriter, java.lang.String)
}
com/android/server/adservices/rollback/RollbackHandlingDatastoreLocationHelper.class
<Unknown>
package com.android.server.adservices.rollback
com.android.server.adservices.rollback.RollbackHandlingDatastoreLocationHelper extends java.lang.Object {
void <init> ()
static java.lang.String getRollbackHandlingDataStoreDirAndCreateDir (java.lang.String, int) throws java.io.IOException
}
com/android/server/adservices/feature/PrivacySandboxUxCollection.class
<Unknown>
package com.android.server.adservices.feature
public final enum com.android.server.adservices.feature.PrivacySandboxUxCollection extends java.lang.Enum {
public static final enum com.android.server.adservices.feature.PrivacySandboxUxCollection UNSUPPORTED_UX
public static final enum com.android.server.adservices.feature.PrivacySandboxUxCollection U18_UX
public static final enum com.android.server.adservices.feature.PrivacySandboxUxCollection GA_UX
public static final enum com.android.server.adservices.feature.PrivacySandboxUxCollection BETA_UX
public static com.android.server.adservices.feature.PrivacySandboxUxCollection[] values ()
public static com.android.server.adservices.feature.PrivacySandboxUxCollection valueOf (java.lang.String)
}
com/android/server/adservices/feature/PrivacySandboxFeatureType.class
<Unknown>
package com.android.server.adservices.feature
public final enum com.android.server.adservices.feature.PrivacySandboxFeatureType extends java.lang.Enum {
public static final enum com.android.server.adservices.feature.PrivacySandboxFeatureType PRIVACY_SANDBOX_UNSUPPORTED
public static final enum com.android.server.adservices.feature.PrivacySandboxFeatureType PRIVACY_SANDBOX_FIRST_CONSENT
public static final enum com.android.server.adservices.feature.PrivacySandboxFeatureType PRIVACY_SANDBOX_RECONSENT
public static final enum com.android.server.adservices.feature.PrivacySandboxFeatureType PRIVACY_SANDBOX_FIRST_CONSENT_FF
public static final enum com.android.server.adservices.feature.PrivacySandboxFeatureType PRIVACY_SANDBOX_RECONSENT_FF
public static com.android.server.adservices.feature.PrivacySandboxFeatureType[] values ()
public static com.android.server.adservices.feature.PrivacySandboxFeatureType valueOf (java.lang.String)
}
com/android/server/adservices/feature/PrivacySandboxEnrollmentChannelCollection.class
<Unknown>
package com.android.server.adservices.feature
public final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection extends java.lang.Enum {
public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection CONSENT_NOTIFICATION_DEBUG_CHANNEL
public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection ALREADY_ENROLLED_CHANNEL
public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection FIRST_CONSENT_NOTIFICATION_CHANNEL
public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection RECONSENT_NOTIFICATION_CHANNEL
public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection GA_GRADUATION_CHANNEL
public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection U18_DETENTION_CHANNEL
public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection CONSENT_NOTIFICATION_RESET_CHANNEL
public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection PAS_RECONSENT_NOTIFICATION_CHANNEL
public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection PAS_FIRST_CONSENT_NOTIFICATION_CHANNEL
public static com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection[] values ()
public static com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection valueOf (java.lang.String)
}
com/android/server/adservices/errorlogging/AdServicesErrorLoggerImpl.class
<Unknown>
package com.android.server.adservices.errorlogging
public final com.android.server.adservices.errorlogging.AdServicesErrorLoggerImpl extends com.android.adservices.shared.errorlogging.AbstractAdServicesErrorLogger {
void <init> (com.android.server.adservices.Flags, com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLogger)
public static com.android.adservices.shared.errorlogging.AdServicesErrorLogger getInstance ()
protected boolean isEnabled (int)
}
com/android/server/adservices/data/topics/TopicsTables.class
<Unknown>
package com.android.server.adservices.data.topics
public final com.android.server.adservices.data.topics.TopicsTables extends java.lang.Object {
public static final long DUMMY_MODEL_VERSION
public static final String CREATE_TABLE_BLOCKED_TOPICS
public static final java.util.List CREATE_STATEMENTS
}
com/android/server/adservices/data/topics/TopicsTables$BlockedTopicsContract.class
<Unknown>
package com.android.server.adservices.data.topics
public abstract com.android.server.adservices.data.topics.TopicsTables$BlockedTopicsContract extends java.lang.Object {
public static final String TABLE
public static final String ID
public static final String TAXONOMY_VERSION
public static final String TOPIC
public static final String USER
}
com/android/server/adservices/data/topics/TopicsDbHelper.class
<Unknown>
package com.android.server.adservices.data.topics
public final com.android.server.adservices.data.topics.TopicsDbHelper extends android.database.sqlite.SQLiteOpenHelper {
public static final int CURRENT_DATABASE_VERSION
public void <init> (android.content.Context, java.lang.String, int)
void <init> (android.content.Context)
public static com.android.server.adservices.data.topics.TopicsDbHelper getInstance ()
public void onCreate (android.database.sqlite.SQLiteDatabase)
public void onUpgrade (android.database.sqlite.SQLiteDatabase, int, int)
public void onDowngrade (android.database.sqlite.SQLiteDatabase, int, int)
public android.database.sqlite.SQLiteDatabase safeGetReadableDatabase ()
public android.database.sqlite.SQLiteDatabase safeGetWritableDatabase ()
public void dump (java.io.PrintWriter, java.lang.String, java.lang.String[])
}
com/android/server/adservices/data/topics/TopicsDao.class
<Unknown>
package com.android.server.adservices.data.topics
public final com.android.server.adservices.data.topics.TopicsDao extends java.lang.Object {
public void <init> (com.android.server.adservices.data.topics.TopicsDbHelper)
public static com.android.server.adservices.data.topics.TopicsDao getInstance ()
public void recordBlockedTopic (java.util.List, int)
public void removeBlockedTopic (android.adservices.topics.Topic, int)
public java.util.Set retrieveAllBlockedTopics (int)
public void clearAllBlockedTopicsOfUser (int)
public void dump (java.io.PrintWriter, java.lang.String, java.lang.String[])
}
com/android/server/adservices/consent/ConsentManager.class
<Unknown>
package com.android.server.adservices.consent
public final com.android.server.adservices.consent.ConsentManager extends java.lang.Object {
public static final String ERROR_MESSAGE_DATASTORE_EXCEPTION_WHILE_GET_CONTENT
public static final String VERSION_KEY
static final String NOTIFICATION_DISPLAYED_ONCE
static final String GA_UX_NOTIFICATION_DISPLAYED_ONCE
static final String PAS_NOTIFICATION_DISPLAYED_ONCE
static final String PAS_NOTIFICATION_OPENED
static final String TOPICS_CONSENT_PAGE_DISPLAYED
static final String FLEDGE_AND_MSMT_CONSENT_PAGE_DISPLAYED
static final int STORAGE_VERSION
static final String STORAGE_XML_IDENTIFIER
static final String DEFAULT_CONSENT
static final String TOPICS_DEFAULT_CONSENT
static final String FLEDGE_DEFAULT_CONSENT
static final String MEASUREMENT_DEFAULT_CONSENT
static final String DEFAULT_AD_ID_STATE
static final String MANUAL_INTERACTION_WITH_CONSENT_RECORDED
static final String IS_AD_ID_ENABLED
static final String IS_U18_ACCOUNT
static final String IS_ENTRY_POINT_ENABLED
static final String IS_ADULT_ACCOUNT
static final String WAS_U18_NOTIFICATION_DISPLAYED
static final String IS_MEASUREMENT_DATA_RESET
static final String IS_PA_DATA_RESET
static final String MODULE_ENROLLMENT_STATE
public static com.android.server.adservices.consent.ConsentManager createConsentManager (java.lang.String, int) throws java.io.IOException
static com.android.adservices.shared.storage.AtomicFileDatastore createAndInitAtomicFileDatastore (java.lang.String) throws java.io.IOException
public android.app.adservices.consent.ConsentParcel getConsent (int)
public void setConsent (android.app.adservices.consent.ConsentParcel) throws java.io.IOException
public void recordNotificationDisplayed (boolean)
public boolean wasNotificationDisplayed ()
public void recordGaUxNotificationDisplayed (boolean)
public boolean wasGaUxNotificationDisplayed ()
public void recordPasNotificationDisplayed (boolean)
public boolean wasPasNotificationDisplayed ()
public void recordPasNotificationOpened (boolean)
public boolean wasPasNotificationOpened ()
public void recordDefaultConsent (boolean)
public void recordTopicsDefaultConsent (boolean)
public void recordFledgeDefaultConsent (boolean)
public void recordMeasurementDefaultConsent (boolean)
public void recordDefaultAdIdState (boolean)
public void recordUserManualInteractionWithConsent (int)
public int getUserManualInteractionWithConsent ()
public boolean getDefaultConsent ()
public boolean getTopicsDefaultConsent ()
public boolean getFledgeDefaultConsent ()
public boolean getMeasurementDefaultConsent ()
public boolean getDefaultAdIdState ()
public void setCurrentPrivacySandboxFeature (java.lang.String)
public boolean isPrivacySandboxFeatureEnabled (com.android.server.adservices.feature.PrivacySandboxFeatureType)
public boolean deleteUserDirectory (java.io.File)
java.lang.String getConsentApiTypeKey (int)
public boolean isAdIdEnabled ()
public void setAdIdEnabled (boolean)
public boolean isU18Account ()
public void setU18Account (boolean)
public boolean isEntryPointEnabled ()
public void setEntryPointEnabled (boolean)
public boolean isAdultAccount ()
public void setAdultAccount (boolean)
public boolean wasU18NotificationDisplayed ()
public void setU18NotificationDisplayed (boolean) throws java.io.IOException
public void setUx (java.lang.String)
public java.lang.String getUx ()
public void setEnrollmentChannel (java.lang.String)
public java.lang.String getEnrollmentChannel ()
public boolean isMeasurementDataReset ()
public void setMeasurementDataReset (boolean) throws java.io.IOException
public boolean isPaDataReset ()
public void setPaDataReset (boolean) throws java.io.IOException
public java.lang.String getModuleEnrollmentState ()
public void setModuleEnrollmentState (java.lang.String) throws java.io.IOException
public void dump (java.io.PrintWriter, java.lang.String)
}
com/android/server/adservices/consent/ConsentDatastoreLocationHelper.class
<Unknown>
package com.android.server.adservices.consent
com.android.server.adservices.consent.ConsentDatastoreLocationHelper extends java.lang.Object {
void <init> ()
static java.lang.String getConsentDataStoreDir (java.lang.String, int)
static java.lang.String getConsentDataStoreDirAndCreateDir (java.lang.String, int) throws java.io.IOException
}
com/android/server/adservices/consent/AppConsentManager.class
<Unknown>
package com.android.server.adservices.consent
public com.android.server.adservices.consent.AppConsentManager extends java.lang.Object {
public static final int DATASTORE_VERSION
public static final String DATASTORE_NAME
static final String DATASTORE_KEY_SEPARATOR
static final String VERSION_KEY
static final String BASE_DIR_MUST_BE_PROVIDED_ERROR_MESSAGE
static final String DUMP_PREFIX
public void <init> (com.android.adservices.shared.storage.AtomicFileDatastore)
public static com.android.server.adservices.consent.AppConsentManager createAppConsentManager (java.lang.String, int) throws java.io.IOException
public java.util.List getKnownAppsWithConsent (java.util.List)
public java.util.List getAppsWithRevokedConsent (java.util.List) throws java.io.IOException
public void setConsentForApp (java.lang.String, int, boolean) throws java.lang.IllegalArgumentException java.io.IOException
public boolean setConsentForAppIfNew (java.lang.String, int, boolean) throws java.lang.IllegalArgumentException java.io.IOException
public boolean isConsentRevokedForApp (java.lang.String, int) throws java.lang.IllegalArgumentException java.io.IOException
public void clearAllAppConsentData () throws java.io.IOException
public void clearKnownAppsWithConsent () throws java.io.IOException
public void clearConsentForUninstalledApp (java.lang.String, int) throws java.lang.IllegalArgumentException java.io.IOException
java.lang.String toDatastoreKey (java.lang.String, int) throws java.lang.IllegalArgumentException
java.lang.String datastoreKeyToPackageName (java.lang.String) throws java.lang.IllegalArgumentException
public void dump (java.io.PrintWriter, java.lang.String)
}
com/android/server/adservices/UserInstanceManager.class
<Unknown>
package com.android.server.adservices
public com.android.server.adservices.UserInstanceManager extends java.lang.Object {
void <init> (com.android.server.adservices.data.topics.TopicsDao, java.lang.String)
com.android.server.adservices.consent.ConsentManager getOrCreateUserConsentManagerInstance (int) throws java.io.IOException
com.android.server.adservices.consent.AppConsentManager getOrCreateUserAppConsentManagerInstance (int) throws java.io.IOException
com.android.server.adservices.BlockedTopicsManager getOrCreateUserBlockedTopicsManagerInstance (int)
com.android.server.adservices.rollback.RollbackHandlingManager getOrCreateUserRollbackHandlingManagerInstance (int, int) throws java.io.IOException
com.android.server.adservices.consent.ConsentManager getUserConsentManagerInstance (int)
void deleteUserInstance (int) throws java.lang.Exception
void dump (java.io.PrintWriter, java.lang.String[])
}
com/android/server/adservices/UserInstanceManager$PerUserDumpHelper.class
<Unknown>
package com.android.server.adservices
final com.android.server.adservices.UserInstanceManager$PerUserDumpHelper extends java.lang.Object {
public com.android.server.adservices.consent.ConsentManager consentMgr
public com.android.server.adservices.consent.AppConsentManager appConsentMgr
public com.android.server.adservices.BlockedTopicsManager blockedTopicsMgr
public com.android.server.adservices.rollback.RollbackHandlingManager rollbackHandlingMgr
public void dump (java.io.PrintWriter, java.lang.String, int, int)
}
com/android/server/adservices/PhFlags.class
<Unknown>
package com.android.server.adservices
public final com.android.server.adservices.PhFlags extends java.lang.Object implements com.android.server.adservices.Flags {
static final String KEY_ADSERVICES_SYSTEM_SERVICE_ENABLED
static final String KEY_CLIENT_ERROR_LOGGING__ENABLE_CEL_FOR_SYSTEM_SERVER
public static final String KEY_ENABLE_BATCH_UPDATE_API_IN_SYSTEM_SERVER
public void <init> ()
static com.android.server.adservices.PhFlags getInstance ()
public boolean getAdServicesSystemServiceEnabled ()
public boolean getEnableCelForSystemServer ()
public boolean getEnableAtomicFileDatastoreBatchUpdateApiInSystemServer ()
}
com/android/server/adservices/LogUtil.class
<Unknown>
package com.android.server.adservices
public com.android.server.adservices.LogUtil extends java.lang.Object {
public static final String TAG
public void <init> ()
public static int v (java.lang.String)
public static transient int v (java.lang.String, java.lang.Object[])
public static int d (java.lang.String)
public static transient int d (java.lang.String, java.lang.Object[])
public static transient int d (java.lang.Throwable, java.lang.String, java.lang.Object[])
public static int i (java.lang.String)
public static transient int i (java.lang.String, java.lang.Object[])
public static int w (java.lang.String)
public static transient int w (java.lang.String, java.lang.Object[])
public static int e (java.lang.String)
public static transient int e (java.lang.String, java.lang.Object[])
public static int e (java.lang.Throwable, java.lang.String)
public static transient int e (java.lang.Throwable, java.lang.String, java.lang.Object[])
public static transient int w (java.lang.Throwable, java.lang.String, java.lang.Object[])
public static int d (java.lang.String, java.lang.Throwable)
public static int w (java.lang.String, java.lang.Throwable)
public static int e (java.lang.String, java.lang.Throwable)
}
com/android/server/adservices/FlagsFactory.class
<Unknown>
package com.android.server.adservices
public com.android.server.adservices.FlagsFactory extends java.lang.Object {
public void <init> ()
public static com.android.server.adservices.Flags getFlags ()
}
com/android/server/adservices/Flags.class
<Unknown>
package com.android.server.adservices
public abstract com.android.server.adservices.Flags extends java.lang.Object {
public static final boolean ADSERVICES_SYSTEM_SERVICE_ENABLED
public static final boolean CLIENT_ERROR_LOGGING__ENABLE_CEL_FOR_SYSTEM_SERVER
public static final boolean ENABLE_ATOMIC_FILE_DATASTORE_BATCH_UPDATE_API_IN_SYSTEM_SERVER
public boolean getAdServicesSystemServiceEnabled ()
public boolean getEnableCelForSystemServer ()
public boolean getEnableAtomicFileDatastoreBatchUpdateApiInSystemServer ()
}
com/android/server/adservices/DebugFlags.class
<Unknown>
package com.android.server.adservices
public final com.android.server.adservices.DebugFlags extends com.android.adservices.service.CommonDebugFlags {
public void <init> ()
public static com.android.server.adservices.DebugFlags getInstance ()
}
com/android/server/adservices/BlockedTopicsManager.class
<Unknown>
package com.android.server.adservices
public com.android.server.adservices.BlockedTopicsManager extends java.lang.Object {
public void <init> (com.android.server.adservices.data.topics.TopicsDao, int)
public void recordBlockedTopic (java.util.List)
public void removeBlockedTopic (android.app.adservices.topics.TopicParcel)
public java.util.List retrieveAllBlockedTopics ()
public void clearAllBlockedTopics ()
public void dump (java.io.PrintWriter, java.lang.String)
}
com/android/server/adservices/AdServicesShellCommand.class
<Unknown>
package com.android.server.adservices
com.android.server.adservices.AdServicesShellCommand extends com.android.adservices.jarjar.server.module.utils.BasicShellCommandHandler {
static final String WRONG_UID_TEMPLATE
static final String CMD_IS_SYSTEM_SERVICE_ENABLED
static final String CMD_SHORT_HELP
static final String CMD_HELP
static final long DEFAULT_TIMEOUT_MILLIS
static final int TIMEOUT_OFFSET_MILLIS
void <init> (android.content.Context)
void <init> (com.android.server.adservices.AdServicesShellCommand$Injector, com.android.server.adservices.Flags, android.content.Context)
public int onCommand (java.lang.String)
public void onHelp ()
}
com/android/server/adservices/AdServicesShellCommand$Injector.class
<Unknown>
package com.android.server.adservices
com.android.server.adservices.AdServicesShellCommand$Injector extends java.lang.Object {
void <init> ()
int getCallingUid ()
android.adservices.shell.IShellCommand getShellCommandService (android.content.Context)
}
com/android/server/adservices/AdServicesManagerService.class
<Unknown>
package com.android.server.adservices
public final com.android.server.adservices.AdServicesManagerService extends android.app.adservices.IAdServicesManager$Stub {
public static String ADSERVICES_BASE_DIR
void <init> (android.content.Context, com.android.server.adservices.UserInstanceManager)
void tearDownForTesting ()
public android.app.adservices.consent.ConsentParcel getConsent (int)
public void setConsent (android.app.adservices.consent.ConsentParcel)
public void recordNotificationDisplayed (boolean)
public void recordBlockedTopic (java.util.List)
public void removeBlockedTopic (android.app.adservices.topics.TopicParcel)
public java.util.List retrieveAllBlockedTopics ()
public void clearAllBlockedTopics ()
public boolean wasNotificationDisplayed ()
public void recordGaUxNotificationDisplayed (boolean)
public void recordDefaultConsent (boolean)
public void recordTopicsDefaultConsent (boolean)
public void recordFledgeDefaultConsent (boolean)
public void recordMeasurementDefaultConsent (boolean)
public void recordDefaultAdIdState (boolean)
public void recordUserManualInteractionWithConsent (int)
public boolean getTopicsDefaultConsent ()
public boolean getFledgeDefaultConsent ()
public boolean getMeasurementDefaultConsent ()
public boolean getDefaultAdIdState ()
public int getUserManualInteractionWithConsent ()
public boolean wasGaUxNotificationDisplayed ()
public void recordPasNotificationDisplayed (boolean)
public boolean wasPasNotificationDisplayed ()
public void recordPasNotificationOpened (boolean)
public boolean wasPasNotificationOpened ()
public boolean getDefaultConsent ()
public java.lang.String getCurrentPrivacySandboxFeature ()
public void setCurrentPrivacySandboxFeature (java.lang.String)
public java.util.List getKnownAppsWithConsent (java.util.List)
public java.util.List getAppsWithRevokedConsent (java.util.List)
public void setConsentForApp (java.lang.String, int, boolean)
public void clearKnownAppsWithConsent ()
public void clearAllAppConsentData ()
public boolean isConsentRevokedForApp (java.lang.String, int) throws java.lang.IllegalArgumentException
public boolean setConsentForAppIfNew (java.lang.String, int, boolean) throws java.lang.IllegalArgumentException
public void clearConsentForUninstalledApp (java.lang.String, int)
protected void dump (java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[])
public int handleShellCommand (android.os.ParcelFileDescriptor, android.os.ParcelFileDescriptor, android.os.ParcelFileDescriptor, java.lang.String[])
public void recordAdServicesDeletionOccurred (int)
public boolean needsToHandleRollbackReconciliation (int)
boolean hasAdServicesDeletionOccurred (int)
void resetAdServicesDeletionOccurred (int)
int getPreviousStoredVersion (int)
void registerReceivers ()
void setAdServicesApexVersion ()
int getAdServicesApexVersion ()
void setRollbackStatus ()
android.util.SparseArray getAdServicesPackagesRolledBackFrom ()
android.util.SparseArray getAdServicesPackagesRolledBackTo ()
void onUserRemoved (android.content.Intent)
public void onPackageChange (android.content.Intent, android.os.UserHandle)
void enforceAdServicesManagerPermission ()
public boolean isAdIdEnabled ()
public void setAdIdEnabled (boolean)
public boolean isU18Account ()
public void setU18Account (boolean)
public boolean isEntryPointEnabled ()
public void setEntryPointEnabled (boolean)
public boolean isAdultAccount ()
public void setAdultAccount (boolean)
public boolean wasU18NotificationDisplayed ()
public void setU18NotificationDisplayed (boolean)
public java.lang.String getUx ()
public void setUx (java.lang.String)
public java.lang.String getEnrollmentChannel ()
public void setEnrollmentChannel (java.lang.String)
public boolean isMeasurementDataReset ()
public void setMeasurementDataReset (boolean)
public boolean isPaDataReset ()
public void setPaDataReset (boolean)
public java.lang.String getModuleEnrollmentState ()
public void setModuleEnrollmentState (java.lang.String)
}
com/android/server/adservices/AdServicesManagerService$ThrowableGetter.class
<Unknown>
package com.android.server.adservices
abstract com.android.server.adservices.AdServicesManagerService$ThrowableGetter extends java.lang.Object {
public abstract java.lang.Object apply (int) throws java.io.IOException
}
com/android/server/adservices/AdServicesManagerService$Lifecycle.class
<Unknown>
package com.android.server.adservices
public final com.android.server.adservices.AdServicesManagerService$Lifecycle extends com.android.server.SystemService implements android.util.Dumpable {
public void <init> (android.content.Context)
public void <init> (android.content.Context, com.android.server.adservices.AdServicesManagerService)
public void onStart ()
void publishBinderService ()
public java.lang.String getDumpableName ()
public void dump (java.io.PrintWriter, java.lang.String[])
}
com/android/adservices/shared/util/ProtoParser.class
<Unknown>
package com.android.adservices.shared.util
public final com.android.adservices.shared.util.ProtoParser extends java.lang.Object {
public static com.android.adservices.jarjar.server.protobuf.MessageLite parseBase64EncodedStringToProto (com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.shared.errorlogging.AdServicesErrorLogger, java.lang.String, java.lang.String)
}
com/android/adservices/shared/util/Preconditions.class
<Unknown>
package com.android.adservices.shared.util
public final com.android.adservices.shared.util.Preconditions extends java.lang.Object {
public void <init> ()
public static transient void checkState (boolean, java.lang.String, java.lang.Object[])
}
com/android/adservices/shared/util/LogUtil.class
<Unknown>
package com.android.adservices.shared.util
public final com.android.adservices.shared.util.LogUtil extends java.lang.Object {
public static final boolean VERBOSE
public static final boolean DEBUG
public void <init> ()
public static int v (java.lang.String)
public static transient int v (java.lang.String, java.lang.Object[])
public static int d (java.lang.String)
public static transient int d (java.lang.String, java.lang.Object[])
public static transient int d (java.lang.Throwable, java.lang.String, java.lang.Object[])
public static int i (java.lang.String)
public static transient int i (java.lang.String, java.lang.Object[])
public static int w (java.lang.String)
public static transient int w (java.lang.String, java.lang.Object[])
public static int e (java.lang.String)
public static transient int e (java.lang.String, java.lang.Object[])
public static int e (java.lang.Throwable, java.lang.String)
public static transient int e (java.lang.Throwable, java.lang.String, java.lang.Object[])
public static transient int w (java.lang.Throwable, java.lang.String, java.lang.Object[])
}
com/android/adservices/shared/util/Clock.class
<Unknown>
package com.android.adservices.shared.util
public final com.android.adservices.shared.util.Clock extends java.lang.Object {
public void <init> ()
public static com.android.adservices.shared.util.Clock getInstance ()
public long elapsedRealtime ()
public long uptimeMillis ()
public long currentTimeMillis ()
}
com/android/adservices/shared/system/SystemContextSingleton.class
<Unknown>
package com.android.adservices.shared.system
public final com.android.adservices.shared.system.SystemContextSingleton extends java.lang.Object {
public static final String ERROR_MESSAGE_SET_NOT_CALLED
public static android.content.Context get ()
public static android.content.Context set (android.content.Context)
public static android.content.Context getForTests ()
public static android.content.Context setForTests (android.content.Context)
}
com/android/adservices/shared/storage/AtomicFileDatastore.class
<Unknown>
package com.android.adservices.shared.storage
public final com.android.adservices.shared.storage.AtomicFileDatastore extends java.lang.Object {
public static final int NO_PREVIOUS_VERSION
public static final String DUMP_ARG_INCLUDE_CONTENTS
public static final String[] DUMP_ARGS_INCLUDE_CONTENTS_ONLY
public void <init> (java.io.File, int, java.lang.String, com.android.adservices.shared.errorlogging.AdServicesErrorLogger)
void <init> (android.util.AtomicFile, int, java.lang.String, com.android.adservices.shared.errorlogging.AdServicesErrorLogger)
public void initialize () throws java.io.IOException
public void putBoolean (java.lang.String, boolean) throws java.io.IOException
public void putInt (java.lang.String, int) throws java.io.IOException
public void putString (java.lang.String, java.lang.String) throws java.io.IOException
public boolean putBooleanIfNew (java.lang.String, boolean) throws java.io.IOException
public int putIntIfNew (java.lang.String, int) throws java.io.IOException
public java.lang.String putStringIfNew (java.lang.String, java.lang.String) throws java.io.IOException
public java.lang.Boolean getBoolean (java.lang.String)
public java.lang.Integer getInt (java.lang.String)
public java.lang.String getString (java.lang.String)
public boolean getBoolean (java.lang.String, boolean)
public int getInt (java.lang.String, int)
public java.lang.String getString (java.lang.String, java.lang.String)
public java.util.Set keySet ()
public java.util.Set keySetTrue ()
public java.util.Set keySetFalse ()
public void clear () throws java.io.IOException
public void clearAllTrue () throws java.io.IOException
public void clearAllFalse () throws java.io.IOException
public void remove (java.lang.String) throws java.io.IOException
public void removeByPrefix (java.lang.String) throws java.io.IOException
public void update (com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdateOperation) throws java.io.IOException
public void dump (java.io.PrintWriter, java.lang.String, java.lang.String[])
public int getPreviousStoredVersion ()
public java.lang.String getVersionKey ()
public java.lang.String toString ()
}
com/android/adservices/shared/storage/AtomicFileDatastore$BatchUpdaterImpl.class
<Unknown>
package com.android.adservices.shared.storage
final com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdaterImpl extends java.lang.Object implements com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater {
void <init> (java.util.Map)
public void putBoolean (java.lang.String, boolean)
public void putInt (java.lang.String, int)
public void putString (java.lang.String, java.lang.String)
public void putBooleanIfNew (java.lang.String, boolean)
public void putIntIfNew (java.lang.String, int)
public void putStringIfNew (java.lang.String, java.lang.String)
boolean isChanged ()
}
com/android/adservices/shared/storage/AtomicFileDatastore$BatchUpdater.class
<Unknown>
package com.android.adservices.shared.storage
public abstract com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater extends java.lang.Object {
public abstract void putBoolean (java.lang.String, boolean)
public abstract void putInt (java.lang.String, int)
public abstract void putString (java.lang.String, java.lang.String)
public abstract void putBooleanIfNew (java.lang.String, boolean)
public abstract void putIntIfNew (java.lang.String, int)
public abstract void putStringIfNew (java.lang.String, java.lang.String)
}
com/android/adservices/shared/storage/AtomicFileDatastore$BatchUpdateOperation.class
<Unknown>
package com.android.adservices.shared.storage
public abstract com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdateOperation extends java.lang.Object {
public abstract void apply (com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater)
}
com/android/adservices/shared/proto/ModuleJobPolicyOuterClass.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.ModuleJobPolicyOuterClass extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/shared/proto/ModuleJobPolicyOrBuilder.class
<Unknown>
package com.android.adservices.shared.proto
public abstract com.android.adservices.shared.proto.ModuleJobPolicyOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract int getJobPolicyCount ()
public abstract boolean containsJobPolicy (int)
public abstract java.util.Map getJobPolicy ()
public abstract java.util.Map getJobPolicyMap ()
public abstract com.android.adservices.shared.proto.JobPolicy getJobPolicyOrDefault (int, com.android.adservices.shared.proto.JobPolicy)
public abstract com.android.adservices.shared.proto.JobPolicy getJobPolicyOrThrow (int)
}
com/android/adservices/shared/proto/ModuleJobPolicy.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.ModuleJobPolicy extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.ModuleJobPolicyOrBuilder {
public static final int JOB_POLICY_FIELD_NUMBER
public int getJobPolicyCount ()
public boolean containsJobPolicy (int)
public java.util.Map getJobPolicy ()
public java.util.Map getJobPolicyMap ()
public com.android.adservices.shared.proto.JobPolicy getJobPolicyOrDefault (int, com.android.adservices.shared.proto.JobPolicy)
public com.android.adservices.shared.proto.JobPolicy getJobPolicyOrThrow (int)
public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.ModuleJobPolicy parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.ModuleJobPolicy parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.ModuleJobPolicy$Builder newBuilder ()
public static com.android.adservices.shared.proto.ModuleJobPolicy$Builder newBuilder (com.android.adservices.shared.proto.ModuleJobPolicy)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.shared.proto.ModuleJobPolicy getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/shared/proto/ModuleJobPolicy$JobPolicyDefaultEntryHolder.class
<Unknown>
package com.android.adservices.shared.proto
final com.android.adservices.shared.proto.ModuleJobPolicy$JobPolicyDefaultEntryHolder extends java.lang.Object {
static final com.android.adservices.jarjar.server.protobuf.MapEntryLite defaultEntry
}
com/android/adservices/shared/proto/ModuleJobPolicy$Builder.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.ModuleJobPolicy$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.ModuleJobPolicyOrBuilder {
public int getJobPolicyCount ()
public boolean containsJobPolicy (int)
public com.android.adservices.shared.proto.ModuleJobPolicy$Builder clearJobPolicy ()
public com.android.adservices.shared.proto.ModuleJobPolicy$Builder removeJobPolicy (int)
public java.util.Map getJobPolicy ()
public java.util.Map getJobPolicyMap ()
public com.android.adservices.shared.proto.JobPolicy getJobPolicyOrDefault (int, com.android.adservices.shared.proto.JobPolicy)
public com.android.adservices.shared.proto.JobPolicy getJobPolicyOrThrow (int)
public com.android.adservices.shared.proto.ModuleJobPolicy$Builder putJobPolicy (int, com.android.adservices.shared.proto.JobPolicy)
public com.android.adservices.shared.proto.ModuleJobPolicy$Builder putAllJobPolicy (java.util.Map)
}
com/android/adservices/shared/proto/MetricIdOuterClass.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.MetricIdOuterClass extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/shared/proto/MetricId.class
<Unknown>
package com.android.adservices.shared.proto
public final enum com.android.adservices.shared.proto.MetricId extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite {
public static final enum com.android.adservices.shared.proto.MetricId UNKNOWN
public static final enum com.android.adservices.shared.proto.MetricId EXAMPLE_STATS
public static final enum com.android.adservices.shared.proto.MetricId UNRECOGNIZED
public static final int UNKNOWN_VALUE
public static final int EXAMPLE_STATS_VALUE
public static com.android.adservices.shared.proto.MetricId[] values ()
public static com.android.adservices.shared.proto.MetricId valueOf (java.lang.String)
public final int getNumber ()
public static com.android.adservices.shared.proto.MetricId valueOf (int)
public static com.android.adservices.shared.proto.MetricId forNumber (int)
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap ()
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier ()
}
com/android/adservices/shared/proto/MetricId$MetricIdVerifier.class
<Unknown>
package com.android.adservices.shared.proto
final com.android.adservices.shared.proto.MetricId$MetricIdVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier {
static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE
public boolean isInRange (int)
}
com/android/adservices/shared/proto/LogSamplingConfigOuterClass.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.LogSamplingConfigOuterClass extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/shared/proto/LogSamplingConfigOrBuilder.class
<Unknown>
package com.android.adservices.shared.proto
public abstract com.android.adservices.shared.proto.LogSamplingConfigOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasPerEventSampling ()
public abstract com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling getPerEventSampling ()
}
com/android/adservices/shared/proto/LogSamplingConfig.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.LogSamplingConfig extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.LogSamplingConfigOrBuilder {
public static final int PER_EVENT_SAMPLING_FIELD_NUMBER
public boolean hasPerEventSampling ()
public com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling getPerEventSampling ()
public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.LogSamplingConfig parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.LogSamplingConfig parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.LogSamplingConfig$Builder newBuilder ()
public static com.android.adservices.shared.proto.LogSamplingConfig$Builder newBuilder (com.android.adservices.shared.proto.LogSamplingConfig)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.shared.proto.LogSamplingConfig getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/shared/proto/LogSamplingConfig$PerEventSamplingOrBuilder.class
<Unknown>
package com.android.adservices.shared.proto
public abstract com.android.adservices.shared.proto.LogSamplingConfig$PerEventSamplingOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasSamplingRate ()
public abstract double getSamplingRate ()
}
com/android/adservices/shared/proto/LogSamplingConfig$PerEventSampling.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.LogSamplingConfig$PerEventSamplingOrBuilder {
public static final int SAMPLING_RATE_FIELD_NUMBER
public boolean hasSamplingRate ()
public double getSamplingRate ()
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling$Builder newBuilder ()
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling$Builder newBuilder (com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/shared/proto/LogSamplingConfig$PerEventSampling$Builder.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.LogSamplingConfig$PerEventSamplingOrBuilder {
public boolean hasSamplingRate ()
public double getSamplingRate ()
public com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling$Builder setSamplingRate (double)
public com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling$Builder clearSamplingRate ()
}
com/android/adservices/shared/proto/LogSamplingConfig$Builder.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.LogSamplingConfig$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.LogSamplingConfigOrBuilder {
public boolean hasPerEventSampling ()
public com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling getPerEventSampling ()
public com.android.adservices.shared.proto.LogSamplingConfig$Builder setPerEventSampling (com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling)
public com.android.adservices.shared.proto.LogSamplingConfig$Builder setPerEventSampling (com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling$Builder)
public com.android.adservices.shared.proto.LogSamplingConfig$Builder mergePerEventSampling (com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling)
public com.android.adservices.shared.proto.LogSamplingConfig$Builder clearPerEventSampling ()
}
com/android/adservices/shared/proto/JobPolicyOuterClass.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.JobPolicyOuterClass extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/shared/proto/JobPolicyOrBuilder.class
<Unknown>
package com.android.adservices.shared.proto
public abstract com.android.adservices.shared.proto.JobPolicyOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasJobId ()
public abstract int getJobId ()
public abstract boolean hasNetworkType ()
public abstract int getNetworkTypeValue ()
public abstract com.android.adservices.shared.proto.JobPolicy$NetworkType getNetworkType ()
public abstract boolean hasBatteryType ()
public abstract int getBatteryTypeValue ()
public abstract com.android.adservices.shared.proto.JobPolicy$BatteryType getBatteryType ()
public abstract boolean hasRequireDeviceIdle ()
public abstract boolean getRequireDeviceIdle ()
public abstract boolean hasRequireStorageNotLow ()
public abstract boolean getRequireStorageNotLow ()
public abstract boolean hasIsPersisted ()
public abstract boolean getIsPersisted ()
public abstract boolean hasPeriodicJobParams ()
public abstract com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams getPeriodicJobParams ()
public abstract boolean hasOneOffJobParams ()
public abstract com.android.adservices.shared.proto.JobPolicy$OneOffJobParams getOneOffJobParams ()
public abstract boolean hasTriggerContentJobParams ()
public abstract com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams getTriggerContentJobParams ()
public abstract com.android.adservices.shared.proto.JobPolicy$JobParamsCase getJobParamsCase ()
}
com/android/adservices/shared/proto/JobPolicy.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.JobPolicy extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.JobPolicyOrBuilder {
public static final int JOB_ID_FIELD_NUMBER
public static final int NETWORK_TYPE_FIELD_NUMBER
public static final int BATTERY_TYPE_FIELD_NUMBER
public static final int REQUIRE_DEVICE_IDLE_FIELD_NUMBER
public static final int REQUIRE_STORAGE_NOT_LOW_FIELD_NUMBER
public static final int IS_PERSISTED_FIELD_NUMBER
public static final int PERIODIC_JOB_PARAMS_FIELD_NUMBER
public static final int ONE_OFF_JOB_PARAMS_FIELD_NUMBER
public static final int TRIGGER_CONTENT_JOB_PARAMS_FIELD_NUMBER
public com.android.adservices.shared.proto.JobPolicy$JobParamsCase getJobParamsCase ()
public boolean hasJobId ()
public int getJobId ()
public boolean hasNetworkType ()
public int getNetworkTypeValue ()
public com.android.adservices.shared.proto.JobPolicy$NetworkType getNetworkType ()
public boolean hasBatteryType ()
public int getBatteryTypeValue ()
public com.android.adservices.shared.proto.JobPolicy$BatteryType getBatteryType ()
public boolean hasRequireDeviceIdle ()
public boolean getRequireDeviceIdle ()
public boolean hasRequireStorageNotLow ()
public boolean getRequireStorageNotLow ()
public boolean hasIsPersisted ()
public boolean getIsPersisted ()
public boolean hasPeriodicJobParams ()
public com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams getPeriodicJobParams ()
public boolean hasOneOffJobParams ()
public com.android.adservices.shared.proto.JobPolicy$OneOffJobParams getOneOffJobParams ()
public boolean hasTriggerContentJobParams ()
public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams getTriggerContentJobParams ()
public static com.android.adservices.shared.proto.JobPolicy parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$Builder newBuilder ()
public static com.android.adservices.shared.proto.JobPolicy$Builder newBuilder (com.android.adservices.shared.proto.JobPolicy)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.shared.proto.JobPolicy getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/shared/proto/JobPolicy$TriggerContentJobParamsOrBuilder.class
<Unknown>
package com.android.adservices.shared.proto
public abstract com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParamsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasTriggerContentUriString ()
public abstract java.lang.String getTriggerContentUriString ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getTriggerContentUriStringBytes ()
public abstract boolean hasTriggerContentMaxDelayMs ()
public abstract long getTriggerContentMaxDelayMs ()
public abstract boolean hasTriggerContentUpdateDelayMs ()
public abstract long getTriggerContentUpdateDelayMs ()
}
com/android/adservices/shared/proto/JobPolicy$TriggerContentJobParams.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParamsOrBuilder {
public static final int TRIGGER_CONTENT_URI_STRING_FIELD_NUMBER
public static final int TRIGGER_CONTENT_MAX_DELAY_MS_FIELD_NUMBER
public static final int TRIGGER_CONTENT_UPDATE_DELAY_MS_FIELD_NUMBER
public boolean hasTriggerContentUriString ()
public java.lang.String getTriggerContentUriString ()
public com.android.adservices.jarjar.server.protobuf.ByteString getTriggerContentUriStringBytes ()
public boolean hasTriggerContentMaxDelayMs ()
public long getTriggerContentMaxDelayMs ()
public boolean hasTriggerContentUpdateDelayMs ()
public long getTriggerContentUpdateDelayMs ()
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder newBuilder ()
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder newBuilder (com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/shared/proto/JobPolicy$TriggerContentJobParams$Builder.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParamsOrBuilder {
public boolean hasTriggerContentUriString ()
public java.lang.String getTriggerContentUriString ()
public com.android.adservices.jarjar.server.protobuf.ByteString getTriggerContentUriStringBytes ()
public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder setTriggerContentUriString (java.lang.String)
public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder clearTriggerContentUriString ()
public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder setTriggerContentUriStringBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasTriggerContentMaxDelayMs ()
public long getTriggerContentMaxDelayMs ()
public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder setTriggerContentMaxDelayMs (long)
public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder clearTriggerContentMaxDelayMs ()
public boolean hasTriggerContentUpdateDelayMs ()
public long getTriggerContentUpdateDelayMs ()
public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder setTriggerContentUpdateDelayMs (long)
public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder clearTriggerContentUpdateDelayMs ()
}
com/android/adservices/shared/proto/JobPolicy$PeriodicJobParamsOrBuilder.class
<Unknown>
package com.android.adservices.shared.proto
public abstract com.android.adservices.shared.proto.JobPolicy$PeriodicJobParamsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasPeriodicIntervalMs ()
public abstract long getPeriodicIntervalMs ()
public abstract boolean hasFlexInternalMs ()
public abstract long getFlexInternalMs ()
}
com/android/adservices/shared/proto/JobPolicy$PeriodicJobParams.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.JobPolicy$PeriodicJobParamsOrBuilder {
public static final int PERIODIC_INTERVAL_MS_FIELD_NUMBER
public static final int FLEX_INTERNAL_MS_FIELD_NUMBER
public boolean hasPeriodicIntervalMs ()
public long getPeriodicIntervalMs ()
public boolean hasFlexInternalMs ()
public long getFlexInternalMs ()
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder newBuilder ()
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder newBuilder (com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/shared/proto/JobPolicy$PeriodicJobParams$Builder.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.JobPolicy$PeriodicJobParamsOrBuilder {
public boolean hasPeriodicIntervalMs ()
public long getPeriodicIntervalMs ()
public com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder setPeriodicIntervalMs (long)
public com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder clearPeriodicIntervalMs ()
public boolean hasFlexInternalMs ()
public long getFlexInternalMs ()
public com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder setFlexInternalMs (long)
public com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder clearFlexInternalMs ()
}
com/android/adservices/shared/proto/JobPolicy$OneOffJobParamsOrBuilder.class
<Unknown>
package com.android.adservices.shared.proto
public abstract com.android.adservices.shared.proto.JobPolicy$OneOffJobParamsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasMinimumLatencyMs ()
public abstract long getMinimumLatencyMs ()
public abstract boolean hasOverrideDeadlineMs ()
public abstract long getOverrideDeadlineMs ()
}
com/android/adservices/shared/proto/JobPolicy$OneOffJobParams.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.JobPolicy$OneOffJobParams extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.JobPolicy$OneOffJobParamsOrBuilder {
public static final int MINIMUM_LATENCY_MS_FIELD_NUMBER
public static final int OVERRIDE_DEADLINE_MS_FIELD_NUMBER
public boolean hasMinimumLatencyMs ()
public long getMinimumLatencyMs ()
public boolean hasOverrideDeadlineMs ()
public long getOverrideDeadlineMs ()
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder newBuilder ()
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder newBuilder (com.android.adservices.shared.proto.JobPolicy$OneOffJobParams)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/shared/proto/JobPolicy$OneOffJobParams$Builder.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.JobPolicy$OneOffJobParamsOrBuilder {
public boolean hasMinimumLatencyMs ()
public long getMinimumLatencyMs ()
public com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder setMinimumLatencyMs (long)
public com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder clearMinimumLatencyMs ()
public boolean hasOverrideDeadlineMs ()
public long getOverrideDeadlineMs ()
public com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder setOverrideDeadlineMs (long)
public com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder clearOverrideDeadlineMs ()
}
com/android/adservices/shared/proto/JobPolicy$NetworkType.class
<Unknown>
package com.android.adservices.shared.proto
public final enum com.android.adservices.shared.proto.JobPolicy$NetworkType extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite {
public static final enum com.android.adservices.shared.proto.JobPolicy$NetworkType NETWORK_TYPE_UNKNOWN
public static final enum com.android.adservices.shared.proto.JobPolicy$NetworkType NETWORK_TYPE_NONE
public static final enum com.android.adservices.shared.proto.JobPolicy$NetworkType NETWORK_TYPE_ANY
public static final enum com.android.adservices.shared.proto.JobPolicy$NetworkType NETWORK_TYPE_UNMETERED
public static final enum com.android.adservices.shared.proto.JobPolicy$NetworkType NETWORK_TYPE_NOT_ROAMING
public static final enum com.android.adservices.shared.proto.JobPolicy$NetworkType NETWORK_TYPE_CELLULAR
public static final enum com.android.adservices.shared.proto.JobPolicy$NetworkType UNRECOGNIZED
public static final int NETWORK_TYPE_UNKNOWN_VALUE
public static final int NETWORK_TYPE_NONE_VALUE
public static final int NETWORK_TYPE_ANY_VALUE
public static final int NETWORK_TYPE_UNMETERED_VALUE
public static final int NETWORK_TYPE_NOT_ROAMING_VALUE
public static final int NETWORK_TYPE_CELLULAR_VALUE
public static com.android.adservices.shared.proto.JobPolicy$NetworkType[] values ()
public static com.android.adservices.shared.proto.JobPolicy$NetworkType valueOf (java.lang.String)
public final int getNumber ()
public static com.android.adservices.shared.proto.JobPolicy$NetworkType valueOf (int)
public static com.android.adservices.shared.proto.JobPolicy$NetworkType forNumber (int)
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap ()
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier ()
}
com/android/adservices/shared/proto/JobPolicy$NetworkType$NetworkTypeVerifier.class
<Unknown>
package com.android.adservices.shared.proto
final com.android.adservices.shared.proto.JobPolicy$NetworkType$NetworkTypeVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier {
static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE
public boolean isInRange (int)
}
com/android/adservices/shared/proto/JobPolicy$JobParamsCase.class
<Unknown>
package com.android.adservices.shared.proto
public final enum com.android.adservices.shared.proto.JobPolicy$JobParamsCase extends java.lang.Enum {
public static final enum com.android.adservices.shared.proto.JobPolicy$JobParamsCase PERIODIC_JOB_PARAMS
public static final enum com.android.adservices.shared.proto.JobPolicy$JobParamsCase ONE_OFF_JOB_PARAMS
public static final enum com.android.adservices.shared.proto.JobPolicy$JobParamsCase TRIGGER_CONTENT_JOB_PARAMS
public static final enum com.android.adservices.shared.proto.JobPolicy$JobParamsCase JOBPARAMS_NOT_SET
public static com.android.adservices.shared.proto.JobPolicy$JobParamsCase[] values ()
public static com.android.adservices.shared.proto.JobPolicy$JobParamsCase valueOf (java.lang.String)
public static com.android.adservices.shared.proto.JobPolicy$JobParamsCase valueOf (int)
public static com.android.adservices.shared.proto.JobPolicy$JobParamsCase forNumber (int)
public int getNumber ()
}
com/android/adservices/shared/proto/JobPolicy$Builder.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.JobPolicy$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.JobPolicyOrBuilder {
public com.android.adservices.shared.proto.JobPolicy$JobParamsCase getJobParamsCase ()
public com.android.adservices.shared.proto.JobPolicy$Builder clearJobParams ()
public boolean hasJobId ()
public int getJobId ()
public com.android.adservices.shared.proto.JobPolicy$Builder setJobId (int)
public com.android.adservices.shared.proto.JobPolicy$Builder clearJobId ()
public boolean hasNetworkType ()
public int getNetworkTypeValue ()
public com.android.adservices.shared.proto.JobPolicy$Builder setNetworkTypeValue (int)
public com.android.adservices.shared.proto.JobPolicy$NetworkType getNetworkType ()
public com.android.adservices.shared.proto.JobPolicy$Builder setNetworkType (com.android.adservices.shared.proto.JobPolicy$NetworkType)
public com.android.adservices.shared.proto.JobPolicy$Builder clearNetworkType ()
public boolean hasBatteryType ()
public int getBatteryTypeValue ()
public com.android.adservices.shared.proto.JobPolicy$Builder setBatteryTypeValue (int)
public com.android.adservices.shared.proto.JobPolicy$BatteryType getBatteryType ()
public com.android.adservices.shared.proto.JobPolicy$Builder setBatteryType (com.android.adservices.shared.proto.JobPolicy$BatteryType)
public com.android.adservices.shared.proto.JobPolicy$Builder clearBatteryType ()
public boolean hasRequireDeviceIdle ()
public boolean getRequireDeviceIdle ()
public com.android.adservices.shared.proto.JobPolicy$Builder setRequireDeviceIdle (boolean)
public com.android.adservices.shared.proto.JobPolicy$Builder clearRequireDeviceIdle ()
public boolean hasRequireStorageNotLow ()
public boolean getRequireStorageNotLow ()
public com.android.adservices.shared.proto.JobPolicy$Builder setRequireStorageNotLow (boolean)
public com.android.adservices.shared.proto.JobPolicy$Builder clearRequireStorageNotLow ()
public boolean hasIsPersisted ()
public boolean getIsPersisted ()
public com.android.adservices.shared.proto.JobPolicy$Builder setIsPersisted (boolean)
public com.android.adservices.shared.proto.JobPolicy$Builder clearIsPersisted ()
public boolean hasPeriodicJobParams ()
public com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams getPeriodicJobParams ()
public com.android.adservices.shared.proto.JobPolicy$Builder setPeriodicJobParams (com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams)
public com.android.adservices.shared.proto.JobPolicy$Builder setPeriodicJobParams (com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder)
public com.android.adservices.shared.proto.JobPolicy$Builder mergePeriodicJobParams (com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams)
public com.android.adservices.shared.proto.JobPolicy$Builder clearPeriodicJobParams ()
public boolean hasOneOffJobParams ()
public com.android.adservices.shared.proto.JobPolicy$OneOffJobParams getOneOffJobParams ()
public com.android.adservices.shared.proto.JobPolicy$Builder setOneOffJobParams (com.android.adservices.shared.proto.JobPolicy$OneOffJobParams)
public com.android.adservices.shared.proto.JobPolicy$Builder setOneOffJobParams (com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder)
public com.android.adservices.shared.proto.JobPolicy$Builder mergeOneOffJobParams (com.android.adservices.shared.proto.JobPolicy$OneOffJobParams)
public com.android.adservices.shared.proto.JobPolicy$Builder clearOneOffJobParams ()
public boolean hasTriggerContentJobParams ()
public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams getTriggerContentJobParams ()
public com.android.adservices.shared.proto.JobPolicy$Builder setTriggerContentJobParams (com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams)
public com.android.adservices.shared.proto.JobPolicy$Builder setTriggerContentJobParams (com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder)
public com.android.adservices.shared.proto.JobPolicy$Builder mergeTriggerContentJobParams (com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams)
public com.android.adservices.shared.proto.JobPolicy$Builder clearTriggerContentJobParams ()
}
com/android/adservices/shared/proto/JobPolicy$BatteryType.class
<Unknown>
package com.android.adservices.shared.proto
public final enum com.android.adservices.shared.proto.JobPolicy$BatteryType extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite {
public static final enum com.android.adservices.shared.proto.JobPolicy$BatteryType BATTERY_TYPE_UNKNOWN
public static final enum com.android.adservices.shared.proto.JobPolicy$BatteryType BATTERY_TYPE_REQUIRE_NONE
public static final enum com.android.adservices.shared.proto.JobPolicy$BatteryType BATTERY_TYPE_REQUIRE_CHARGING
public static final enum com.android.adservices.shared.proto.JobPolicy$BatteryType BATTERY_TYPE_REQUIRE_NOT_LOW
public static final enum com.android.adservices.shared.proto.JobPolicy$BatteryType UNRECOGNIZED
public static final int BATTERY_TYPE_UNKNOWN_VALUE
public static final int BATTERY_TYPE_REQUIRE_NONE_VALUE
public static final int BATTERY_TYPE_REQUIRE_CHARGING_VALUE
public static final int BATTERY_TYPE_REQUIRE_NOT_LOW_VALUE
public static com.android.adservices.shared.proto.JobPolicy$BatteryType[] values ()
public static com.android.adservices.shared.proto.JobPolicy$BatteryType valueOf (java.lang.String)
public final int getNumber ()
public static com.android.adservices.shared.proto.JobPolicy$BatteryType valueOf (int)
public static com.android.adservices.shared.proto.JobPolicy$BatteryType forNumber (int)
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap ()
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier ()
}
com/android/adservices/shared/proto/JobPolicy$BatteryType$BatteryTypeVerifier.class
<Unknown>
package com.android.adservices.shared.proto
final com.android.adservices.shared.proto.JobPolicy$BatteryType$BatteryTypeVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier {
static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE
public boolean isInRange (int)
}
com/android/adservices/shared/proto/ErrorCodeSampleIntervalOuterClass.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.ErrorCodeSampleIntervalOuterClass extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/shared/proto/ErrorCodeSampleIntervalOrBuilder.class
<Unknown>
package com.android.adservices.shared.proto
public abstract com.android.adservices.shared.proto.ErrorCodeSampleIntervalOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasDefaultSampleInterval ()
public abstract int getDefaultSampleInterval ()
public abstract int getSampleIntervalToErrorCodesCount ()
public abstract boolean containsSampleIntervalToErrorCodes (int)
public abstract java.util.Map getSampleIntervalToErrorCodes ()
public abstract java.util.Map getSampleIntervalToErrorCodesMap ()
public abstract com.android.adservices.shared.proto.ErrorCodeList getSampleIntervalToErrorCodesOrDefault (int, com.android.adservices.shared.proto.ErrorCodeList)
public abstract com.android.adservices.shared.proto.ErrorCodeList getSampleIntervalToErrorCodesOrThrow (int)
}
com/android/adservices/shared/proto/ErrorCodeSampleInterval.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.ErrorCodeSampleInterval extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.ErrorCodeSampleIntervalOrBuilder {
public static final int DEFAULT_SAMPLE_INTERVAL_FIELD_NUMBER
public static final int SAMPLE_INTERVAL_TO_ERROR_CODES_FIELD_NUMBER
public boolean hasDefaultSampleInterval ()
public int getDefaultSampleInterval ()
public int getSampleIntervalToErrorCodesCount ()
public boolean containsSampleIntervalToErrorCodes (int)
public java.util.Map getSampleIntervalToErrorCodes ()
public java.util.Map getSampleIntervalToErrorCodesMap ()
public com.android.adservices.shared.proto.ErrorCodeList getSampleIntervalToErrorCodesOrDefault (int, com.android.adservices.shared.proto.ErrorCodeList)
public com.android.adservices.shared.proto.ErrorCodeList getSampleIntervalToErrorCodesOrThrow (int)
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder newBuilder ()
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder newBuilder (com.android.adservices.shared.proto.ErrorCodeSampleInterval)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.shared.proto.ErrorCodeSampleInterval getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/shared/proto/ErrorCodeSampleInterval$SampleIntervalToErrorCodesDefaultEntryHolder.class
<Unknown>
package com.android.adservices.shared.proto
final com.android.adservices.shared.proto.ErrorCodeSampleInterval$SampleIntervalToErrorCodesDefaultEntryHolder extends java.lang.Object {
static final com.android.adservices.jarjar.server.protobuf.MapEntryLite defaultEntry
}
com/android/adservices/shared/proto/ErrorCodeSampleInterval$Builder.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.ErrorCodeSampleIntervalOrBuilder {
public boolean hasDefaultSampleInterval ()
public int getDefaultSampleInterval ()
public com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder setDefaultSampleInterval (int)
public com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder clearDefaultSampleInterval ()
public int getSampleIntervalToErrorCodesCount ()
public boolean containsSampleIntervalToErrorCodes (int)
public com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder clearSampleIntervalToErrorCodes ()
public com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder removeSampleIntervalToErrorCodes (int)
public java.util.Map getSampleIntervalToErrorCodes ()
public java.util.Map getSampleIntervalToErrorCodesMap ()
public com.android.adservices.shared.proto.ErrorCodeList getSampleIntervalToErrorCodesOrDefault (int, com.android.adservices.shared.proto.ErrorCodeList)
public com.android.adservices.shared.proto.ErrorCodeList getSampleIntervalToErrorCodesOrThrow (int)
public com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder putSampleIntervalToErrorCodes (int, com.android.adservices.shared.proto.ErrorCodeList)
public com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder putAllSampleIntervalToErrorCodes (java.util.Map)
}
com/android/adservices/shared/proto/ErrorCodeListOrBuilder.class
<Unknown>
package com.android.adservices.shared.proto
public abstract com.android.adservices.shared.proto.ErrorCodeListOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.util.List getErrorCodeList ()
public abstract int getErrorCodeCount ()
public abstract int getErrorCode (int)
}
com/android/adservices/shared/proto/ErrorCodeList.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.ErrorCodeList extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.ErrorCodeListOrBuilder {
public static final int ERROR_CODE_FIELD_NUMBER
public java.util.List getErrorCodeList ()
public int getErrorCodeCount ()
public int getErrorCode (int)
public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.ErrorCodeList parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.ErrorCodeList parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.shared.proto.ErrorCodeList$Builder newBuilder ()
public static com.android.adservices.shared.proto.ErrorCodeList$Builder newBuilder (com.android.adservices.shared.proto.ErrorCodeList)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.shared.proto.ErrorCodeList getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/shared/proto/ErrorCodeList$Builder.class
<Unknown>
package com.android.adservices.shared.proto
public final com.android.adservices.shared.proto.ErrorCodeList$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.ErrorCodeListOrBuilder {
public java.util.List getErrorCodeList ()
public int getErrorCodeCount ()
public int getErrorCode (int)
public com.android.adservices.shared.proto.ErrorCodeList$Builder setErrorCode (int, int)
public com.android.adservices.shared.proto.ErrorCodeList$Builder addErrorCode (int)
public com.android.adservices.shared.proto.ErrorCodeList$Builder addAllErrorCode (java.lang.Iterable)
public com.android.adservices.shared.proto.ErrorCodeList$Builder clearErrorCode ()
}
com/android/adservices/shared/errorlogging/StatsdAdServicesErrorLoggerImpl.class
<Unknown>
package com.android.adservices.shared.errorlogging
public final com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLoggerImpl extends java.lang.Object implements com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLogger {
public static com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLogger getInstance ()
public void logAdServicesError (com.android.adservices.shared.errorlogging.AdServicesErrorStats)
}
com/android/adservices/shared/errorlogging/StatsdAdServicesErrorLogger.class
<Unknown>
package com.android.adservices.shared.errorlogging
public abstract com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLogger extends java.lang.Object {
public abstract void logAdServicesError (com.android.adservices.shared.errorlogging.AdServicesErrorStats)
}
com/android/adservices/shared/errorlogging/ErrorCodeSampler.class
<Unknown>
package com.android.adservices.shared.errorlogging
public final com.android.adservices.shared.errorlogging.ErrorCodeSampler extends java.lang.Object {
public void <init> (com.android.adservices.shared.common.flags.ModuleSharedFlags, com.android.adservices.shared.errorlogging.AdServicesErrorLogger)
void <init> (com.android.adservices.shared.common.flags.ModuleSharedFlags, com.android.adservices.shared.errorlogging.AdServicesErrorLogger, java.util.Random)
public boolean shouldLog (int)
}
com/android/adservices/shared/errorlogging/AdServicesErrorStats.class
<Unknown>
package com.android.adservices.shared.errorlogging
public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats extends java.lang.Object {
public void <init> ()
public abstract int getErrorCode ()
public abstract int getPpapiName ()
public abstract java.lang.String getClassName ()
public abstract java.lang.String getMethodName ()
public abstract int getLineNumber ()
public abstract java.lang.String getLastObservedExceptionName ()
public static com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder builder ()
}
com/android/adservices/shared/errorlogging/AdServicesErrorStats$Builder.class
<Unknown>
package com.android.adservices.shared.errorlogging
public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder extends java.lang.Object {
public void <init> ()
public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setErrorCode (int)
public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setPpapiName (int)
public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setClassName (java.lang.String)
public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setMethodName (java.lang.String)
public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setLineNumber (int)
public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setLastObservedExceptionName (java.lang.String)
public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats build ()
}
com/android/adservices/shared/errorlogging/AdServicesErrorLogger.class
<Unknown>
package com.android.adservices.shared.errorlogging
public abstract com.android.adservices.shared.errorlogging.AdServicesErrorLogger extends java.lang.Object {
public abstract void logError (int, int)
public abstract void logErrorWithExceptionInfo (java.lang.Throwable, int, int)
public abstract void logError (java.lang.Throwable, int, int)
}
com/android/adservices/shared/errorlogging/AbstractAdServicesErrorLogger.class
<Unknown>
package com.android.adservices.shared.errorlogging
public abstract com.android.adservices.shared.errorlogging.AbstractAdServicesErrorLogger extends java.lang.Object implements com.android.adservices.shared.errorlogging.AdServicesErrorLogger {
protected void <init> (com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLogger)
public void logError (int, int)
public void logErrorWithExceptionInfo (java.lang.Throwable, int, int)
public void logError (java.lang.Throwable, int, int)
protected abstract boolean isEnabled (int)
void logErrorInternal (java.lang.Throwable, int, int, boolean)
}
com/android/adservices/shared/common/flags/ModuleSharedFlags.class
<Unknown>
package com.android.adservices.shared.common.flags
public abstract com.android.adservices.shared.common.flags.ModuleSharedFlags extends java.lang.Object {
public static final boolean BACKGROUND_JOB_LOGGING_ENABLED
public static final int BACKGROUND_JOB_SAMPLING_LOGGING_RATE
public static final boolean DEFAULT_JOB_SCHEDULING_LOGGING_ENABLED
public static final int DEFAULT_JOB_SCHEDULING_LOGGING_SAMPLING_RATE
public static final String ENCODED_ERROR_CODE_LIST_PER_SAMPLE_INTERVAL
public boolean getBackgroundJobsLoggingEnabled ()
public int getBackgroundJobSamplingLoggingRate ()
public boolean getJobSchedulingLoggingEnabled ()
public int getJobSchedulingLoggingSamplingRate ()
public java.lang.String getEncodedErrorCodeListPerSampleInterval ()
}
com/android/adservices/shared/common/flags/FeatureFlag.class
<Unknown>
package com.android.adservices.shared.common.flags
public abstract annotation com.android.adservices.shared.common.flags.FeatureFlag extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract com.android.adservices.shared.common.flags.FeatureFlag$Type value ()
}
com/android/adservices/shared/common/flags/FeatureFlag$Type.class
<Unknown>
package com.android.adservices.shared.common.flags
public final enum com.android.adservices.shared.common.flags.FeatureFlag$Type extends java.lang.Enum {
public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type DEFAULT
public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type RAMPED_UP
public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type SDK_LEVEL_BASED
public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type SHARED
public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type DEBUG
public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type LEGACY_KILL_SWITCH_GLOBAL
public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type LEGACY_KILL_SWITCH
public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type LEGACY_KILL_SWITCH_BEING_CONVERTED
public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type LEGACY_KILL_SWITCH_RAMPED_UP
public static com.android.adservices.shared.common.flags.FeatureFlag$Type[] values ()
public static com.android.adservices.shared.common.flags.FeatureFlag$Type valueOf (java.lang.String)
}
com/android/adservices/shared/common/flags/ConfigFlag.class
<Unknown>
package com.android.adservices.shared.common.flags
public abstract annotation com.android.adservices.shared.common.flags.ConfigFlag extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/android/adservices/shared/common/ApplicationContextSingleton.class
<Unknown>
package com.android.adservices.shared.common
public final com.android.adservices.shared.common.ApplicationContextSingleton extends java.lang.Object {
public static final String ERROR_MESSAGE_SET_NOT_CALLED
public static android.content.Context get ()
public static void set (android.content.Context)
public static void setAs (android.content.Context)
public static android.content.Context getForTests ()
public static void setForTests (android.content.Context)
}
com/android/adservices/shared/common/ApplicationContextProvider.class
<Unknown>
package com.android.adservices.shared.common
public com.android.adservices.shared.common.ApplicationContextProvider extends android.content.ContentProvider {
public void <init> ()
public final boolean onCreate ()
protected void setApplicationContext (android.content.Context)
public android.database.Cursor query (android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String)
public java.lang.String getType (android.net.Uri)
public android.net.Uri insert (android.net.Uri, android.content.ContentValues)
public int delete (android.net.Uri, java.lang.String, java.lang.String[])
public int update (android.net.Uri, android.content.ContentValues, java.lang.String, java.lang.String[])
}
com/android/adservices/service/stats/AdServicesStatsLog.class
<Unknown>
package com.android.adservices.service.stats
public final com.android.adservices.service.stats.AdServicesStatsLog extends java.lang.Object {
public static final int AD_SERVICES_API_CALLED
public static final int AD_SERVICES_MESUREMENT_REPORTS_UPLOADED
public static final int JSSCRIPTENGINE_LATENCY_REPORTED
public static final int MOBILE_DATA_DOWNLOAD_FILE_GROUP_STATUS_REPORTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED
public static final int BACKGROUND_FETCH_PROCESS_REPORTED
public static final int UPDATE_CUSTOM_AUDIENCE_PROCESS_REPORTED
public static final int RUN_AD_BIDDING_PROCESS_REPORTED
public static final int RUN_AD_SCORING_PROCESS_REPORTED
public static final int RUN_AD_SELECTION_PROCESS_REPORTED
public static final int RUN_AD_BIDDING_PER_CA_PROCESS_REPORTED
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED
public static final int MOBILE_DATA_DOWNLOAD_FILE_GROUP_STORAGE_STATS_REPORTED
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS
public static final int AD_SERVICES_GET_TOPICS_REPORTED
public static final int AD_SERVICES_EPOCH_COMPUTATION_GET_TOP_TOPICS_REPORTED
public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED
public static final int AD_SERVICES_BACK_COMPAT_GET_TOPICS_REPORTED
public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED
public static final int AD_SERVICES_MEASUREMENT_DEBUG_KEYS
public static final int AD_SERVICES_ERROR_REPORTED
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED
public static final int AD_SERVICES_MEASUREMENT_DELAYED_SOURCE_REGISTRATION
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION
public static final int AD_SERVICES_MEASUREMENT_JOBS
public static final int AD_SERVICES_MEASUREMENT_WIPEOUT
public static final int AD_SERVICES_MEASUREMENT_AD_ID_MATCH_FOR_DEBUG_KEYS
public static final int AD_SERVICES_ENROLLMENT_DATA_STORED
public static final int AD_SERVICES_ENROLLMENT_FILE_DOWNLOADED
public static final int AD_SERVICES_ENROLLMENT_MATCHED
public static final int AD_SERVICES_CONSENT_MIGRATED
public static final int AD_SERVICES_ENROLLMENT_FAILED
public static final int AD_SERVICES_MEASUREMENT_CLICK_VERIFICATION
public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED
public static final int DESTINATION_REGISTERED_BEACONS
public static final int REPORT_INTERACTION_API_CALLED
public static final int INTERACTION_REPORTING_TABLE_CLEARED
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED
public static final int AD_FILTERING_PROCESS_JOIN_CA_REPORTED
public static final int AD_FILTERING_PROCESS_AD_SELECTION_REPORTED
public static final int AD_COUNTER_HISTOGRAM_UPDATER_REPORTED
public static final int SIGNATURE_VERIFICATION
public static final int K_ANON_IMMEDIATE_SIGN_JOIN_STATUS_REPORTED
public static final int K_ANON_BACKGROUND_JOB_STATUS_REPORTED
public static final int K_ANON_INITIALIZE_STATUS_REPORTED
public static final int K_ANON_SIGN_STATUS_REPORTED
public static final int K_ANON_JOIN_STATUS_REPORTED
public static final int K_ANON_KEY_ATTESTATION_STATUS_REPORTED
public static final int GET_AD_SELECTION_DATA_API_CALLED
public static final int GET_AD_SELECTION_DATA_BUYER_INPUT_GENERATED
public static final int BACKGROUND_JOB_SCHEDULING_REPORTED
public static final int TOPICS_ENCRYPTION_EPOCH_COMPUTATION_REPORTED
public static final int TOPICS_ENCRYPTION_GET_TOPICS_REPORTED
public static final int ADSERVICES_SHELL_COMMAND_CALLED
public static final int UPDATE_SIGNALS_API_CALLED
public static final int ENCODING_JOB_RUN
public static final int ENCODING_JS_FETCH
public static final int ENCODING_JS_EXECUTION
public static final int PERSIST_AD_SELECTION_RESULT_CALLED
public static final int SERVER_AUCTION_KEY_FETCH_CALLED
public static final int SERVER_AUCTION_BACKGROUND_KEY_FETCH_ENABLED
public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION
public static final int AD_SERVICES_MEASUREMENT_NOTIFY_REGISTRATION_TO_ODP
public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED
public static final int REPORT_IMPRESSION_API_CALLED
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS
public static final int AD_SERVICES_COBALT_LOGGER_EVENT_REPORTED
public static final int AD_SERVICES_COBALT_PERIODIC_JOB_EVENT_REPORTED
public static final int UPDATE_SIGNALS_PROCESS_REPORTED
public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_SCHEDULE_ATTEMPTED
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_BACKGROUND_JOB_RAN
public static final int AD_SERVICES_API_CALLED__API_CLASS__UNKNOWN
public static final int AD_SERVICES_API_CALLED__API_CLASS__TARGETING
public static final int AD_SERVICES_API_CALLED__API_CLASS__FLEDGE
public static final int AD_SERVICES_API_CALLED__API_CLASS__MEASUREMENT
public static final int AD_SERVICES_API_CALLED__API_CLASS__ADID
public static final int AD_SERVICES_API_CALLED__API_CLASS__APPSETID
public static final int AD_SERVICES_API_CALLED__API_CLASS__ADEXT_DATA_SERVICE
public static final int AD_SERVICES_API_CALLED__API_CLASS__COMMON
public static final int AD_SERVICES_API_CALLED__API_CLASS__ON_DEVICE_PERSONALIZATION
public static final int AD_SERVICES_API_CALLED__API_NAME__API_NAME_UNKNOWN
public static final int AD_SERVICES_API_CALLED__API_NAME__GET_TOPICS
public static final int AD_SERVICES_API_CALLED__API_NAME__JOIN_CUSTOM_AUDIENCE
public static final int AD_SERVICES_API_CALLED__API_NAME__LEAVE_CUSTOM_AUDIENCE
public static final int AD_SERVICES_API_CALLED__API_NAME__SELECT_ADS
public static final int AD_SERVICES_API_CALLED__API_NAME__REGISTER_SOURCE
public static final int AD_SERVICES_API_CALLED__API_NAME__DELETE_REGISTRATIONS
public static final int AD_SERVICES_API_CALLED__API_NAME__REPORT_IMPRESSION
public static final int AD_SERVICES_API_CALLED__API_NAME__OVERRIDE_CUSTOM_AUDIENCE_REMOTE_INFO
public static final int AD_SERVICES_API_CALLED__API_NAME__REMOVE_CUSTOM_AUDIENCE_REMOTE_INFO_OVERRIDE
public static final int AD_SERVICES_API_CALLED__API_NAME__RESET_ALL_CUSTOM_AUDIENCE_OVERRIDES
public static final int AD_SERVICES_API_CALLED__API_NAME__OVERRIDE_AD_SELECTION_CONFIG_REMOTE_INFO
public static final int AD_SERVICES_API_CALLED__API_NAME__REMOVE_AD_SELECTION_CONFIG_REMOTE_INFO_OVERRIDE
public static final int AD_SERVICES_API_CALLED__API_NAME__RESET_ALL_AD_SELECTION_CONFIG_REMOTE_OVERRIDES
public static final int AD_SERVICES_API_CALLED__API_NAME__GET_ADID
public static final int AD_SERVICES_API_CALLED__API_NAME__GET_APPSETID
public static final int AD_SERVICES_API_CALLED__API_NAME__REGISTER_TRIGGER
public static final int AD_SERVICES_API_CALLED__API_NAME__REGISTER_WEB_SOURCE
public static final int AD_SERVICES_API_CALLED__API_NAME__REGISTER_WEB_TRIGGER
public static final int AD_SERVICES_API_CALLED__API_NAME__GET_MEASUREMENT_API_STATUS
public static final int AD_SERVICES_API_CALLED__API_NAME__GET_TOPICS_PREVIEW_API
public static final int AD_SERVICES_API_CALLED__API_NAME__SELECT_ADS_FROM_OUTCOMES
public static final int AD_SERVICES_API_CALLED__API_NAME__SET_APP_INSTALL_ADVERTISERS
public static final int AD_SERVICES_API_CALLED__API_NAME__REPORT_INTERACTION
public static final int AD_SERVICES_API_CALLED__API_NAME__UPDATE_AD_COUNTER_HISTOGRAM
public static final int AD_SERVICES_API_CALLED__API_NAME__FETCH_AND_JOIN_CUSTOM_AUDIENCE
public static final int AD_SERVICES_API_CALLED__API_NAME__REGISTER_SOURCES
public static final int AD_SERVICES_API_CALLED__API_NAME__GET_AD_SERVICES_EXT_DATA
public static final int AD_SERVICES_API_CALLED__API_NAME__PUT_AD_SERVICES_EXT_DATA
public static final int AD_SERVICES_API_CALLED__API_NAME__GET_ADSERVICES_COMMON_STATES
public static final int AD_SERVICES_API_CALLED__API_NAME__GET_AD_SELECTION_DATA
public static final int AD_SERVICES_API_CALLED__API_NAME__PERSIST_AD_SELECTION_RESULT
public static final int AD_SERVICES_API_CALLED__API_NAME__UPDATE_SIGNALS
public static final int AD_SERVICES_API_CALLED__API_NAME__SCHEDULE_CUSTOM_AUDIENCE_UPDATE
public static final int AD_SERVICES_API_CALLED__API_NAME__SCHEDULE_TRAINING
public static final int AD_SERVICES_API_CALLED__API_NAME__RECORD_IMPRESSION
public static final int AD_SERVICES_API_CALLED__API_NAME__RECORD_CLICK
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__UNKNOWN_REPORT
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__EVENT
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__AGGREGATE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__DEBUG_EVENT
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__DEBUG_AGGREGATE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_SOURCE_DESTINATION_LIMIT
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_SOURCE_NOISED
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_SOURCE_STORAGE_LIMIT
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_SOURCE_SUCCESS
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_SOURCE_UNKNOWN_ERROR
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_SOURCE_FLEXIBLE_EVENT_REPORT_VALUE_ERROR
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_AGGREGATE_DEDUPLICATED
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_AGGREGATE_INSUFFICIENT_BUDGET
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_AGGREGATE_NO_CONTRIBUTIONS
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_AGGREGATE_REPORT_WINDOW_PASSED
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_ATTRIBUTIONS_PER_SOURCE_DESTINATION_LIMIT
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_DEDUPLICATED
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_EXCESSIVE_REPORTS
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_LOW_PRIORITY
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_NO_MATCHING_CONFIGURATIONS
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_NOISE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_REPORT_WINDOW_PASSED
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_NO_MATCHING_FILTER_DATA
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_NO_MATCHING_SOURCE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_REPORTING_ORIGIN_LIMIT
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_STORAGE_LIMIT
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_UNKNOWN_ERROR
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_AGGREGATE_STORAGE_LIMIT
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_AGGREGATE_EXCESSIVE_REPORTS
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_REPORT_WINDOW_NOT_STARTED
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_NO_MATCHING_TRIGGER_DATA
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_ATTRIBUTIONS_PER_SOURCE_DESTINATION_LIMIT
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_AGG_ATTRIBUTIONS_PER_SOURCE_DESTINATION_LIMIT
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_HEADER_ERROR
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_UNKNOWN
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__RESPONSE_CODE__UNKNOWN_STATUS
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__RESPONSE_CODE__SUCCESS
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__RESPONSE_CODE__FAILURE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__UNKNOWN_REPORT_UPLOAD_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__ENROLLMENT_NOT_FOUND_REPORT_UPLOAD_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__NETWORK_ERROR_REPORT_UPLOAD_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__DATASTORE_ERROR_REPORT_UPLOAD_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__REPORT_NOT_PENDING_REPORT_UPLOAD_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__JOB_RETRY_LIMIT_EXCEEDED_REPORT_UPLOAD_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__SERIALIZATION_ERROR_REPORT_UPLOAD_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__ENCRYPTION_ERROR_REPORT_UPLOAD_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__UNSUCCESSFUL_HTTP_RESPONSE_CODE_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__REPORT_NOT_FOUND_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__UPLOAD_METHOD__UNKNOWN_REPORT_UPLOAD_METHOD
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__UPLOAD_METHOD__REGULAR_REPORT_UPLOAD_METHOD
public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__UPLOAD_METHOD__FALLBACK_REPORT_UPLOAD_METHOD
public static final int JSSCRIPT_ENGINE_LATENCY_REPORTED__STAT__UNKNOWN
public static final int JSSCRIPT_ENGINE_LATENCY_REPORTED__STAT__SANDBOX_INIT
public static final int JSSCRIPT_ENGINE_LATENCY_REPORTED__STAT__ISOLATE_CREATE
public static final int JSSCRIPT_ENGINE_LATENCY_REPORTED__STAT__JAVA_PROCESS_EXECUTION
public static final int JSSCRIPT_ENGINE_LATENCY_REPORTED__STAT__WEBVIEW_PROCESS_EXECUTION
public static final int MOBILE_DATA_DOWNLOAD_FILE_GROUP_DOWNLOAD_STATUS_REPORTED__FILE_GROUP_DOWNLOAD_STATUS__UNKNOWN
public static final int MOBILE_DATA_DOWNLOAD_FILE_GROUP_DOWNLOAD_STATUS_REPORTED__FILE_GROUP_DOWNLOAD_STATUS__PENDING
public static final int MOBILE_DATA_DOWNLOAD_FILE_GROUP_DOWNLOAD_STATUS_REPORTED__FILE_GROUP_DOWNLOAD_STATUS__FAILED
public static final int MOBILE_DATA_DOWNLOAD_FILE_GROUP_DOWNLOAD_STATUS_REPORTED__FILE_GROUP_DOWNLOAD_STATUS__DOWNLOADED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__REGION__REGION_UNSPECIFIED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__REGION__EU
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__REGION__ROW
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__ACTION_UNSPECIFIED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__REQUESTED_NOTIFICATION
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_DISPLAYED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_IN_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_OUT_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__MANAGE_TOPICS_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__MANAGE_APPS_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__RESET_TOPIC_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__RESET_APP_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__BLOCK_TOPIC_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__UNBLOCK_TOPIC_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__BLOCK_APP_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__UNBLOCK_APP_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__MANAGE_MEASUREMENT_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__RESET_MEASUREMENT_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__TOPICS_OPT_IN_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__TOPICS_OPT_OUT_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__FLEDGE_OPT_IN_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__FLEDGE_OPT_OUT_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__MEASUREMENT_OPT_IN_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__MEASUREMENT_OPT_OUT_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_NOTIFICATION_REQUESTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_NOTIFICATION_LANDING_PAGE_DISPLAYED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_NOTIFICATION_CONFIRMATION_PAGE_DISPLAYED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__NOTIFICATION_OPT_IN_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__NOTIFICATION_OPT_OUT_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__NOTIFICATION_MANAGE_SETTINGS_SELECTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__PRIVACY_SANDBOX_SETTINGS_PAGE_DISPLAYED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__CONFIRMATION_PAGE_DISPLAYED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__NOTIFICATION_DISABLED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_NOTIFICATION_DISABLED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__NOTIFICATION_DISPLAYED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_NOTIFICATION_DISPLAYED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_MORE_BUTTON_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_MORE_BUTTON_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_ADDITIONAL_INFO_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_ADDITIONAL_INFO_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_SCROLLED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_SCROLLED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_SCROLLED_TO_BOTTOM
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_SCROLLED_TO_BOTTOM
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_SETTINGS_BUTTON_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_SETTINGS_BUTTON_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_GOT_IT_BUTTON_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_GOT_IT_BUTTON_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_OPT_OUT_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_OPT_OUT_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_DISMISSED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_DISMISSED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_OPT_IN
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_OPT_IN
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_IN_CONFIRMATION_PAGE_SETTINGS_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_OPT_IN_CONFIRMATION_PAGE_SETTINGS_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_OUT_CONFIRMATION_PAGE_SETTINGS_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_OPT_OUT_CONFIRMATION_PAGE_SETTINGS_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_IN_CONFIRMATION_PAGE_GOT_IT_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_OPT_IN_CONFIRMATION_PAGE_GOT_IT_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_OUT_CONFIRMATION_PAGE_GOT_IT_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_OPT_OUT_CONFIRMATION_PAGE_GOT_IT_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__CONFIRMATION_PAGE_DISMISSED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_CONFIRMATION_PAGE_DISMISSED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_IN_CONFIRMATION_PAGE_MORE_INFO_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_OUT_CONFIRMATION_PAGE_MORE_INFO_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_OPT_IN_CONFIRMATION_PAGE_MORE_INFO_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_OPT_OUT_CONFIRMATION_PAGE_MORE_INFO_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_OPT_OUT
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_OPT_OUT
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__PRIVACY_SANDBOX_ENTRY_POINT_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__DAILY_MAINTENANCE_JOB_FINISHED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_ADDITIONAL_INFO_2_CLICKED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__CONSENT_UNSPECIFIED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__PP_API_DEFAULT_OPT_IN
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__PP_API_DEFAULT_OPT_OUT
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__TOPICS_DEFAULT_OPT_IN
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__TOPICS_DEFAULT_OPT_OUT
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__FLEDGE_DEFAULT_OPT_IN
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__FLEDGE_DEFAULT_OPT_OUT
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__MEASUREMENT_DEFAULT_OPT_IN
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__MEASUREMENT_DEFAULT_OPT_OUT
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_AD_ID_STATE__STATE_UNSPECIFIED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_AD_ID_STATE__AD_ID_ENABLED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_AD_ID_STATE__AD_ID_DISABLED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__FEATURE_TYPE__FEATURE_UNSPECIFIED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__FEATURE_TYPE__PRIVACY_SANDBOX_FIRST_CONSENT
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__FEATURE_TYPE__PRIVACY_SANDBOX_RECONSENT
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__FEATURE_TYPE__PRIVACY_SANDBOX_UNSUPPORTED
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__FEATURE_TYPE__PRIVACY_SANDBOX_ALREADY_RUNNING
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__FEATURE_TYPE__PRIVACY_SANDBOX_FIRST_CONSENT_FF
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__FEATURE_TYPE__PRIVACY_SANDBOX_RECONSENT_FF
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__UX__UNSUPPORTED_UX
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__UX__UNSPECIFIED_UX
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__UX__GA_UX
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__UX__BETA_UX
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__UX__RVC_UX
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__UX__GA_UX_WITH_PAS
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__UNSUPPORTED_CHANNEL
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__UNSPECIFIED_CHANNEL
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__ALREADY_ENROLLED_CHANNEL
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__CONSENT_NOTIFICATION_DEBUG_CHANNEL
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__FIRST_CONSENT_NOTIFICATION_CHANNEL
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__RECONSENT_NOTIFICATION_CHANNEL
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__CONSENT_NOTIFICATION_RESET_CHANNEL
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__RVC_POST_OTA_NOTIFICATION_CHANNEL
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__PAS_FIRST_NOTIFICATION_CHANNEL
public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__PAS_RENOTIFY_NOTIFICATION_CHANNEL
public static final int RUN_AD_SCORING_PROCESS_REPORTED__GET_AD_SELECTION_LOGIC_SCRIPT_TYPE__UNSET
public static final int RUN_AD_SCORING_PROCESS_REPORTED__GET_AD_SELECTION_LOGIC_SCRIPT_TYPE__JAVASCRIPT
public static final int RUN_AD_SCORING_PROCESS_REPORTED__GET_AD_SELECTION_LOGIC_SCRIPT_TYPE__WASM
public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__UNSET_STATUS
public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__SUCCESS
public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__TIMEOUT
public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__JS_SYNTAX_ERROR
public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__OUTPUT_SYNTAX_ERROR
public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__OUTPUT_SEMANTIC_ERROR
public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__OUTPUT_NON_ZERO_RESULT
public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__DB_PERSIST_FAILURE
public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__OTHER_FAILURE
public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__REFERENCE_ERROR
public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__BUYER_DECISION_LOGIC_SCRIPT_TYPE__UNSET
public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__BUYER_DECISION_LOGIC_SCRIPT_TYPE__JAVASCRIPT
public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__BUYER_DECISION_LOGIC_SCRIPT_TYPE__WASM
public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__UNSET_STATUS
public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__SUCCESS
public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__TIMEOUT
public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__JS_SYNTAX_ERROR
public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__OUTPUT_SYNTAX_ERROR
public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__OUTPUT_SEMANTIC_ERROR
public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__OUTPUT_NON_ZERO_RESULT
public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__DB_PERSIST_FAILURE
public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__OTHER_FAILURE
public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__REFERENCE_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNSPECIFIED
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__SUCCESS
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNKNOWN_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_UNKNOWN
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_CANCELED
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_INVALID_REQUEST
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_HTTP_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_REQUEST_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_RESPONSE_OPEN_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_RESPONSE_CLOSE_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_NETWORK_IO_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_DISK_IO_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_FILE_SYSTEM_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_UNKNOWN_IO_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_OAUTH_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER2_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__GROUP_NOT_FOUND_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__DOWNLOAD_MONITOR_NOT_PROVIDED_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__INSECURE_URL_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__LOW_DISK_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_CREATE_FILE_URI_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__SHARED_FILE_NOT_FOUND_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MALFORMED_FILE_URI_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_CREATE_MOBSTORE_RESPONSE_WRITER_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_VALIDATE_DOWNLOAD_FILE_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__DOWNLOADED_FILE_NOT_FOUND_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__DOWNLOADED_FILE_CHECKSUM_MISMATCH_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_SERIALIZE_DOWNLOAD_TRANSFORM_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__DOWNLOAD_TRANSFORM_IO_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__FINAL_FILE_CHECKSUM_MISMATCH_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__DELTA_DOWNLOAD_BASE_FILE_NOT_FOUND_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__DELTA_DOWNLOAD_DECODE_IO_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_UPDATE_FILE_STATE_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_UPDATE_GROUP_METADATA_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_UPDATE_FILE_MAX_EXPIRATION_DATE
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_SHARE_FILE_BEFORE_DOWNLOAD_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_SHARE_FILE_AFTER_DOWNLOAD_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_REMOVE_SYMLINK_STRUCTURE
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_CREATE_SYMLINK_STRUCTURE
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_RESERVE_FILE_ENTRY
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__INVALID_INLINE_FILE_URL_SCHEME
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MALFORMED_DOWNLOAD_URL
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNSUPPORTED_DOWNLOAD_URL_SCHEME
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__INLINE_FILE_IO_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MISSING_INLINE_DOWNLOAD_PARAMS
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MISSING_INLINE_FILE_SOURCE
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__CUSTOM_FILEGROUP_VALIDATION_FAILED
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MANIFEST_FILE_GROUP_POPULATOR_INVALID_FLAG_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MANIFEST_FILE_GROUP_POPULATOR_CONTENT_CHANGED_DURING_DOWNLOAD_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MANIFEST_FILE_GROUP_POPULATOR_PARSE_MANIFEST_FILE_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MANIFEST_FILE_GROUP_POPULATOR_DELETE_MANIFEST_FILE_ERROR
public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MANIFEST_FILE_GROUP_POPULATOR_METADATA_IO_ERROR
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__TYPE__UNKNOWN_REGISTRATION
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__TYPE__SOURCE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__TYPE__TRIGGER
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SOURCE_TYPE__UNKNOWN_SOURCE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SOURCE_TYPE__EVENT_SOURCE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SOURCE_TYPE__NAVIGATION_SOURCE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SOURCE_TYPE__VIEW_SOURCE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SOURCE_TYPE__CLICK_SOURCE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SURFACE_TYPE__UNKNOWN_REGISTRATION_SURFACE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SURFACE_TYPE__WEB_REGISTRATION_SURFACE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SURFACE_TYPE__APP_REGISTRATION_SURFACE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__STATUS__UNKNOWN_STATUS
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__STATUS__SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__STATUS__FAILURE_STATUS
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__STATUS__AGGREGATE_REPORT_GENERATED_SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__STATUS__EVENT_REPORT_GENERATED_SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__STATUS__AGGREGATE_AND_EVENT_REPORTS_GENERATED_SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__STATUS__NULL_AGGREGATE_REPORT_GENERATED_SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__UNKNOWN_REGISTRATION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__PARSING_REGISTRATION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__NETWORK_REQUEST_REGISTRATION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__ENROLLMENT_REGISTRATION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__REDIRECT_REGISTRATION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__STORAGE_REGISTRATION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__JOB_RETRY_LIMIT_EXCEEDED_REGISTRATION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__HEADER_SIZE_LIMIT_EXCEEDED_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__SERVER_UNAVAILABLE_REGISTRATION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__INVALID_URL_REGISTRATION_FAILURE_TYPE
public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__UNKNOWN_CLASSIFIER
public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__ON_DEVICE_CLASSIFIER
public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__PRECOMPUTED_CLASSIFIER
public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__PRECOMPUTED_THEN_ON_DEVICE_CLASSIFIER
public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_UNSPECIFIED
public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_NOT_INVOKED
public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_SUCCESS
public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_FAILURE
public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_UNSPECIFIED
public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_NOT_INVOKED
public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_SUCCESS
public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_FAILURE
public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__UNKNOWN_CLASSIFIER
public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__ON_DEVICE_CLASSIFIER
public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__PRECOMPUTED_CLASSIFIER
public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__PRECOMPUTED_THEN_ON_DEVICE_CLASSIFIER
public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_UNSPECIFIED
public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_NOT_INVOKED
public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_SUCCESS
public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_FAILURE
public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_UNSPECIFIED
public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_NOT_INVOKED
public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_SUCCESS
public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_FAILURE
public static final int AD_SERVICES_MEASUREMENT_DEBUG_KEYS__ATTRIBUTION_TYPE__UNKNOWN
public static final int AD_SERVICES_MEASUREMENT_DEBUG_KEYS__ATTRIBUTION_TYPE__APP_APP
public static final int AD_SERVICES_MEASUREMENT_DEBUG_KEYS__ATTRIBUTION_TYPE__APP_WEB
public static final int AD_SERVICES_MEASUREMENT_DEBUG_KEYS__ATTRIBUTION_TYPE__WEB_APP
public static final int AD_SERVICES_MEASUREMENT_DEBUG_KEYS__ATTRIBUTION_TYPE__WEB_WEB
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ERROR_CODE_UNSPECIFIED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DATABASE_READ_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DATABASE_WRITE_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__API_REMOTE_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__API_CALLBACK_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__RATE_LIMIT_CALLBACK_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_NAME_NOT_FOUND_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SHARED_PREF_UPDATE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SHARED_PREF_RESET_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__COBALT_UPLOAD_API_REMOTE_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__APP_MANIFEST_CONFIG_PARSING_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SHARED_PREF_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__APP_MANIFEST_CONFIG_LOGGING_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENCRYPTION_KEYS_INCORRECT_JSON_VERSION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENCRYPTION_KEYS_JSON_PARSING_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENCRYPTION_KEYS_FAILED_DELETE_EXPIRED_KEY
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENCRYPTION_KEYS_FAILED_MDD_FILEGROUP
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENCRYPTION_KEYS_MDD_NO_FILE_AVAILABLE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__JOB_SCHEDULER_IS_UNAVAILABLE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__COBALT_ENCRYPTION_FAILED_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__COBALT_PRIVACY_GENERATION_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__COBALT_API_ERROR_LOGGER_INITIALIZATION_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ATOMIC_FILE_DATASTORE_WRITE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ATOMIC_FILE_DATASTORE_READ_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PROTO_PARSER_INVALID_PROTO_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PROTO_PARSER_DECODE_BASE64_ENCODED_STRING_TO_BYTES_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ERROR_CODE_PRESENT_MULTIPLE_TIMES_IN_PROTO
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_DENY_PROCESS_ERROR_FAILURE_UNKNOWN
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_DENY_PROCESS_ERROR_NO_FILE_FOUND
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_DENY_PROCESS_ERROR_FAILED_READING_FILE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_DENY_PROCESS_ERROR_FAILED_FILTERING_INSTALLED_PACKAGES
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_DENY_PROCESS_ERROR_FAILED_UPDATING_CACHE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_DENY_PROCESS_ERROR_FAILED_READING_CACHE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_DENY_PROCESS_ERROR_DISABLED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_INVALID_EXECUTION_PERIOD
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_FAIL_TO_COMMIT_JOB_EXECUTION_START_TIME
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_FAIL_TO_COMMIT_JOB_EXECUTION_STOP_TIME
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_JOB_EXECUTION_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_JOB_SCHEDULER_IS_UNAVAILABLE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_INVALID_JOB_POLICY_SYNC
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_JOB_NOT_CONFIGURED_CORRECTLY
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_JOB_SCHEDULING_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_JOB_ON_STOP_EXECUTION_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_FUTURE_CANCELLATION_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_TOPICS_REMOTE_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_API_DISABLED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_PERSIST_CLASSIFIED_TOPICS_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_PERSIST_TOP_TOPICS_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_RECORD_APP_SDK_USAGE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_RECORD_APP_USAGE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_RECORD_CAN_LEARN_TOPICS_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_RECORD_RETURNED_TOPICS_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_RECORD_BLOCKED_TOPICS_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_DELETE_BLOCKED_TOPICS_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_DELETE_OLD_EPOCH_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_DELETE_COLUMN_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_PERSIST_TOPICS_CONTRIBUTORS_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_DELETE_ALL_ENTRIES_IN_TABLE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ON_DEVICE_CLASSIFY_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ON_DEVICE_NUMBER_FORMAT_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_LOAD_ML_MODEL_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ID_TO_NAME_LIST_READ_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_READ_CLASSIFIER_ASSET_FILE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_MESSAGE_DIGEST_ALGORITHM_NOT_FOUND
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DOWNLOADED_CLASSIFIER_MODEL_FILE_NOT_FOUND
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__NO_CLASSIFIER_MODEL_AVAILABLE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__READ_LABELS_FILE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__READ_PRECOMUTRED_LABELS_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__READ_TOP_APPS_FILE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__INVALID_TOPIC_ID
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__READ_PRECOMUTRED_APP_TOPICS_LIST_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__READ_BUNDLED_METADATA_FILE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CLASSIFIER_METADATA_REDUNDANT_PROPERTY
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CLASSIFIER_METADATA_REDUNDANT_ASSET
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CLASSIFIER_METADATA_MISSING_PROPERTY_OR_ASSET_NAME
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__READ_CLASSIFIER_ASSETS_METADATA_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DOWNLOADED_CLASSIFIER_MODEL_FILE_LOAD_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_INVALID_BLOCKED_TOPICS_SOURCE_OF_TRUTH
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_REMOVE_BLOCKED_TOPIC_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_GET_BLOCKED_TOPIC_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_CLEAR_ALL_BLOCKED_TOPICS_IN_SYSTEM_SERVER_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_HANDLE_JOB_SERVICE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_FETCH_JOB_SCHEDULER_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_DELETE_TABLE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_COBALT_LOGGER_INITIALIZATION_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_INVALID_KEY_LENGTH
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_INVALID_RESPONSE_LENGTH
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_KEY_DECODE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_NULL_REQUEST
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_NULL_RESPONSE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_SERIALIZATION_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_KEY_MISSING
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_REQUEST_EMPTY_SDK_NAME
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_DATA_INSERT_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_DATA_DELETE_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_FOREGROUND_UNKNOWN_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_DATASTORE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_DATASTORE_UNKNOWN_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_PUBLIC_KEY_FETCHER_INVALID_PARAMETER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_PUBLIC_KEY_FETCHER_IO_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_PUBLIC_KEY_FETCHER_PARSING_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_SHARED_PREFERENCES_SEED_SAVE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REPORTING_NETWORK_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REPORTING_PARSING_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REPORTING_ENCRYPTION_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REPORTING_UNKNOWN_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_FAILED_PARSING
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_INVALID
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REGISTRATION_ODP_GET_MANAGER_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REGISTRATION_ODP_INVALID_HEADER_FORMAT_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REGISTRATION_ODP_MISSING_REQUIRED_HEADER_FIELD_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REGISTRATION_ODP_INVALID_HEADER_FIELD_VALUE_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REGISTRATION_ODP_JSON_PARSING_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REGISTRATION_ODP_PARSING_UNKNOWN_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_COBALT_LOGGER_INITIALIZATION_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_UNABLE_FIND_SERVICES
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_MANAGER_REMOTE_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_SERVICE_IMPL_NULL_ARGUMENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FILTER_EXCEPTION_USER_CONSENT_REVOKED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FILTER_EXCEPTION_BACKGROUND_CALLER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FILTER_EXCEPTION_CALLER_NOT_ALLOWED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FILTER_EXCEPTION_UNAUTHORIZED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FILTER_EXCEPTION_RATE_LIMIT_REACHED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FILTER_EXCEPTION_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_GET_ENROLLMENT_AD_TECH_ID_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FLEDGE_CONSENT_NOT_GIVEN
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FLEDGE_CONSENT_REVOKED_FOR_APP_AFTER_SETTING_FLEDGE_USE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_EXECUTION_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_UNABLE_SEND_RESULT_TO_CALLBACK
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_GET_CALLING_UID_ILLEGAL_STATE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NOTIFY_FAILURE_FILTER_EXCEPTION_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NOTIFY_FAILURE_INVALID_ARGUMENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_UNEXPECTED_ERROR_DURING_OPERATION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_MANAGER_PPAPI_ONLY_FLEDGE_CONSENT_CHECK_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_MANAGER_PPAPI_AND_SYSTEM_SERVER_FLEDGE_CONSENT_CHECK_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_MANAGER_PPAPI_AND_ADEXT_SERVICE_CONSENT_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_MANAGER_INVALID_CONSENT_SOURCE_OF_TRUTH
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_VALIDATE_AND_PERSIST_ENCODED_PAYLOAD_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_ENCODED_PAYLOAD_SIZE_EXCEEDS_LIMITS
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FAILED_PER_BUYER_ENCODING
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_PROCESSING_JSON_VERSION_OF_SIGNALS_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NULL_ENCODING_SCRIPT_RESULT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_EMPTY_SCRIPT_RESULT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_JS_EXECUTION_STATUS_UNSUCCESSFUL
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_MALFORMED_ENCODED_PAYLOAD
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_PROCESS_ENCODED_PAYLOAD_RESULT_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_JSON_PROCESSING_STATUS_SEMANTIC_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_UNPACK_SIGNAL_UPDATES_JSON_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_COLLISION_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_CONVERTING_UPDATE_SIGNALS_RESPONSE_TO_JSON_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_EMPTY_RESPONSE_FROM_CLIENT_DOWNLOADING_ENCODER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_INVALID_OR_MISSING_ENCODER_VERSION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_UPDATE_FOR_ENCODING_LOGIC_ON_PERSISTENCE_LAYER_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_AUCTION_SERVER_API_NOT_AVAILABLE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_NULL_ARGUMENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_AUCTION_SERVER_API_NOT_AVAILABLE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_NULL_ARGUMENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_GET_CALLING_UID_ILLEGAL_STATE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_GET_CALLING_UID_ILLEGAL_STATE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_NO_MATCH_PACKAGE_NAME
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_NO_MATCH_PACKAGE_NAME
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_PERMISSION_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_PERMISSION_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_ANY_PERMISSION_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_ANY_PERMISSION_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_ENROLLMENT_DATA_MATCH_NOT_FOUND
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_ENROLLMENT_DATA_MATCH_NOT_FOUND
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_AD_TECH_NOT_AUTHORIZED_BY_APP
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_AD_TECH_NOT_AUTHORIZED_BY_APP
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_NOT_ALLOWED_ENROLLMENT_BLOCKLISTED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_NOT_ALLOWED_ENROLLMENT_BLOCKLISTED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_USER_CONSENT_FOR_API_IS_NOT_GIVEN
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_USER_CONSENT_FOR_API_IS_NOT_GIVEN
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_CONSENT_REVOKED_FOR_APP
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_MISSING_ANY_NOTIFICATION_DISPLAYED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_MISSING_ANY_NOTIFICATION_DISPLAYED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_MISSING_ANY_NOTIFICATION_DISPLAYED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_ALL_APIS_CONSENT_DISABLED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_ALL_APIS_CONSENT_DISABLED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_ALL_APIS_CONSENT_DISABLED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_FILTER_AND_REVOKED_CONSENT_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_ADSERVICES_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_UNSUPPORTED_PAYLOAD_SIZE_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_RUNNER_OUTCOME_SELECTION_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_EXCEEDED_ALLOWED_TIME_LIMIT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_CREATE_ASSET_FILE_DESCRIPTOR_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_SUCCESS_CALLBACK_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_EMPTY_SUCCESS_CALLBACK_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_CALLBACK_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_TIMEOUT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_JS_SANDBOX_UNAVAILABLE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_INVALID_ARGUMENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_REVOKED_CONSENT_FILTER_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_ADSERVICES_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_FAST_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_PROCESSING_KANON_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_AUCTION_RESULT_HAS_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_RESULT_IS_CHAFF
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_AUCTION_RESULT_UNKNOWN
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_AUCTION_RESULT_INVALID_OBJECT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_UNDEFINED_AD_TYPE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOT_FOUND_CA
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NULL_OR_EMPTY_ADS_FOR_CA
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOT_FOUND_WINNING_AD
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_TIMEOUT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_PARSING_AUCTION_RESULT_INVALID_PROTO_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_UPDATING_AD_COUNTER_WIN_HISTOGRAM_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_INVALID_AD_TECH_URI
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_INVALID_INTERACTION_URI
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_INTERACTION_KEY_EXCEEDS_MAXIMUM_LIMIT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NULL_INITIALIZATION_INFO
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_MISMATCH_INITIALIZATION_INFO
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_SUCCESS_CALLBACK_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_EMPTY_SUCCESS_CALLBACK_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_CALLBACK_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_TIMEOUT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_JS_SANDBOX_UNAVAILABLE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_INVALID_ARGUMENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__OBLIVIOUS_HTTP_ENCRYPTOR_DECRYPTION_INVALID_KEY_SPEC_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__OBLIVIOUS_HTTP_ENCRYPTOR_DECRYPTION_UNSUPPORTED_HPKE_ALGORITHM_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__OBLIVIOUS_HTTP_ENCRYPTOR_DECRYPTION_IO_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__OBLIVIOUS_HTTP_ENCRYPTOR_ENCRYPTION_UNSUPPORTED_HPKE_ALGORITHM_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__OBLIVIOUS_HTTP_ENCRYPTOR_ENCRYPTION_IO_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AUCTION_RESULT_VALIDATOR_AD_TECH_NOT_ALLOWED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SELECTION_ENCRYPTION_KEY_MANAGER_NULL_FETCH_URI
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SELECTION_SERVICE_AUCTION_SERVER_API_NOT_AVAILABLE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SELECTION_SERVICE_NULL_ARGUMENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SELECTION_SERVICE_GET_CALLING_UID_ILLEGAL_STATE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_NO_MATCH_PACKAGE_NAME
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_PERMISSION_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_ANY_PERMISSION_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_ENROLLMENT_DATA_MATCH_NOT_FOUND
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_AD_TECH_NOT_AUTHORIZED_BY_APP
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_NOT_ALLOWED_ENROLLMENT_BLOCKLISTED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_FILTER_USER_CONSENT_FOR_API_IS_NOT_GIVEN
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_FILTER_CONSENT_REVOKED_FOR_APP
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_FILTER_MISSING_ANY_NOTIFICATION_DISPLAYED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_FILTER_ALL_APIS_CONSENT_DISABLED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_INTERACTION_URI_EXCEEDS_MAXIMUM_LIMIT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_EMPTY_SUCCESS_SILENT_CONSENT_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NULL_ARGUMENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_GET_CALLING_UID_ILLEGAL_STATE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NOTIFY_SUCCESS_TO_CALLER_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NOTIFY_FAILURE_INVALID_ARGUMENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NOTIFY_FAILURE_BACKGROUND_CALLER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NOTIFY_FAILURE_UNAUTHORIZED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NOTIFY_FAILURE_CALLER_NOT_ALLOWED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NOTIFY_FAILURE_RATE_LIMIT_REACHED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NOTIFY_FAILURE_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_API_THROTTLE_FILTER_RATE_LIMIT_REACHED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__APP_IMPORTANCE_FILTER_IMPORTANCE_CALLER_NOT_ALLOWED_TO_CROSS_USER_BOUNDARIES
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__APP_IMPORTANCE_FILTER_IMPORTANCE_EXCEEDED_THRESHOLD
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_ALLOW_LISTS_FILTER_PACKAGE_NOT_IN_ALLOW_LIST
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_QUANTITY_CHECKER_REACHED_MAX_NUMBER_OF_OWNER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_QUANTITY_CHECKER_REACHED_MAX_NUMBER_OF_TOTAL_CUSTOM_AUDIENCE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_QUANTITY_CHECKER_REACHED_MAX_NUMBER_OF_CUSTOM_AUDIENCE_PER_OWNER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_DISABLED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_QUARANTINED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_REQUEST_CUSTOM_HEADER_EXCEEDS_SIZE_LIMIT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_INVALID_JSON_RESPONSE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_INCOMPLETE_FUSED_CUSTOM_AUDIENCE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_FUSED_CUSTOM_AUDIENCE_EXCEEDS_SIZE_LIMIT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_UNABLE_TO_SEND_SUCCESSFUL_RESULT_TO_CALLBACK
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_UNABLE_TO_SEND_FAILURE_TO_CALLBACK
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_ILLEGAL_ARGUMENT_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_INVALID_OBJECT_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_SERVER_RATE_LIMIT_REACHED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_PARSING_AD_SELECTION_SIGNALS_STRING_TO_JSON
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_INITIATING_AD_SELECTION_SIGNALS_FROM_JSON
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_GETTING_STRING_VALUE_FROM_JSON_BY_KEY
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_GETTING_TIME_INSTANT_FROM_JSON_BY_KEY
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_GETTING_TRUSTED_BIDDING_DATA_FROM_JSON
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_GETTING_STRING_FROM_JSON_ARRAY
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_NULL_ARGUMENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_GETTING_TRUSTED_BIDDING_DATA_AS_JSON_OBJECT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_GETTING_ADS_FROM_JSON_OBJECT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_PARSING_RENDER_URI_IN_ADS_JSON_ARRAY
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_DAO_QUARANTINE_TABLE_MAX_REACHED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_INVALID_JSON_SELLER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_INVALID_JSON_BUYER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_ERROR_FETCHING_BUYER_SCRIPT_FROM_URI
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_INVALID_SELLER_REPORTING_URI
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_INVALID_BUYER_REPORTING_URI
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_SUCCESS_TO_CALLER_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_HTTP_GET_REPORTING_URL_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_FAILED_DUE_TO_IO_ERROR_DURING_REPORTING
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_FAILED_DURING_REPORTING
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_INVALID_ARGUMENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_TO_CALLER_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_INTERACTION_KEY_SIZE_EXCEEDS_MAX
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_INTERACTION_REPORTING_URI_SIZE_EXCEEDS_MAX
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_INVALID_INTERACTION_URI
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__JS_FETCHER_SELLER_MISSING_OUTCOME_SELECTION_LOGIC
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__JS_FETCHER_BUYER_MISSING_OUTCOME_SELECTION_LOGIC
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_INVALID_JSON
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_FETCHING_BUYER_SCRIPT_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_SUCCESS_TO_CALLER_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_GETTING_REPORTING_URL_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_INVALID_SELLER_REPORTING_URI
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_INVALID_BUYER_REPORTING_URI
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_FAILED_DUE_TO_IO_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_INVALID_ARGUMENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_TO_CALLER_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SERVICES_HTTPS_CLIENT_URI_IS_MALFORMED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SERVICES_HTTPS_CLIENT_OPENING_URL_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SERVICES_HTTPS_CLIENT_HTTP_REQUEST_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SERVICES_HTTPS_CLIENT_HTTP_REQUEST_RETRIABLE_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SERVICES_HTTPS_CLIENT_TIMEOUT_READING_RESPONSE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_DAO_URI_INVALID
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_DAO_PRIVACY_API_INVALID
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_DAO_URI_ENROLLMENT_MATCH_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_DAO_GET_FLEDGE_ENROLLMENT_DATA_FROM_DB_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_DAO_GET_PAS_ENROLLMENT_DATA_FROM_DB_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_IMPRESSION_SCRIPT_ENGINE_ILLEGAL_RESULT_RETURNED_BY_CALLING_FUNCTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_IMPRESSION_SCRIPT_ENGINE_UNEXPECTED_RESULT_STRUCTURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_IMPRESSION_SCRIPT_ENGINE_JS_REFERENCE_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_IMPRESSION_SCRIPT_ENGINE_JS_OTHER_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_SUCCESS_TO_CALLER_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_INVALID_ARGUMENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_TO_CALLER_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_AND_REGISTER_EVENT_IMPL_REGISTER_EVENT_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_AND_REGISTER_EVENT_IMPL_FAILED_DUE_TO_IO_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_AND_REGISTER_EVENT_IMPL_FAILED_DUE_TO_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_AND_REGISTER_EVENT_FALLBACK_IMPL_FAILED_DUE_TO_IO_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_AND_REGISTER_EVENT_FALLBACK_IMPL_FAILED_DUE_TO_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_EVENT_IMPL_FAILED_DUE_TO_IO_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_EVENT_IMPL_FAILED_DUE_TO_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__JS_FETCHER_NON_NUMERIC_VERSION_FOR_JS_PAYLOAD
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_INVALID_API_TYPE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_ENROLLMENT_NOT_FOUND
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_NOT_ALLOWED_ENROLLMENT_FROM_URI_BLOCKED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_DISABLED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_USER_CONSENT_REVOKED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_FILTER_EXCEPTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_DAO_FAILED_DUE_TO_PENDING_SCHEDULE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_SUCCESS_TO_CALLER_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_INVALID_OBJECT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_SERVER_RATE_LIMIT_REACHED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_INVALID_ARGUMENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_UPDATE_ALREADY_PENDING_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_INTERNAL_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_TO_CALLER_FAILED
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CONSENT_REVOKED_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DOWNLOADED_OTA_FILE_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__RESOURCES_PROVIDER_ADD_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__LOAD_MDD_FILE_GROUP_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DISMISS_NOTIFICATION_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DATASTORE_EXCEPTION_WHILE_GET_CONTENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DATASTORE_EXCEPTION_WHILE_RECORDING_NOTIFICATION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DATASTORE_EXCEPTION_WHILE_RECORDING_DEFAULT_CONSENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DATASTORE_EXCEPTION_WHILE_RECORDING_MANUAL_CONSENT_INTERACTION
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PRIVACY_SANDBOX_SAVE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__INVALID_CONSENT_SOURCE_OF_TRUTH
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ERROR_WHILE_GET_CONSENT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__APP_SEARCH_DATA_MIGRATION_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SERVICES_ENTRY_POINT_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__RESERVED_ERROR_CODE_4015
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__UNSUPPORTED_UX
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DELETE_TASK_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FILE_DESCRIPTOR_CLOSE_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CLIENT_PLAN_SPEC_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__INVALID_PROTOBUF_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ISOLATED_TRAINING_PROCESS_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ITERATOR_NEXT_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ITERATOR__NEXT_TIMEOUT
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_ADEXT_DATA_SERVICE_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PUT_ADEXT_DATA_SERVICE_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__BACK_COMPAT_INIT_CANCEL_JOB_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__BACK_COMPAT_INIT_UPDATE_ACTIVITY_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__BACK_COMPAT_INIT_UPDATE_SERVICE_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__BACK_COMPAT_INIT_ENABLE_RECEIVER_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__BACK_COMPAT_INIT_DISABLE_RECEIVER_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__BACK_COMPAT_INIT_BOOT_COMPLETED_RECEIVER_FAILURE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IAPC_AD_ID_PROVIDER_NOT_AVAILABLE
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IAPC_UPDATE_AD_ID_API_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ON_DEVICE_PERSONALIZATION_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ISOLATED_SERVICE_EXECUTE_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ISOLATED_SERVICE_DOWNLOAD_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ISOLATED_SERVICE_RENDER_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ISOLATED_SERVICE_EVENT_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ISOLATED_SERVICE_TRAINING_EXAMPLE_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ISOLATED_SERVICE_WEB_TRIGGER_ERROR
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PPAPI_NAME_UNSPECIFIED
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__TOPICS
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__MEASUREMENT
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__FLEDGE
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__AD_ID
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__APP_SET_ID
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__UX
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__COMMON
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__FEDERATED_COMPUTE
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__ADEXT_DATA_SERVICE
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__ODP
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PAS
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__GET_AD_SELECTION_DATA
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PERSIST_AD_SELECTION_RESULT
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__REPORT_IMPRESSION
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__REPORT_INTERACTION
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__JOIN_CUSTOM_AUDIENCE
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__LEAVE_CUSTOM_AUDIENCE
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__FETCH_AND_JOIN_CUSTOM_AUDIENCE
public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__SCHEDULE_CUSTOM_AUDIENCE_UPDATE
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__UNSPECIFIED_CODE
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__SUCCESSFUL
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__FAILED_WITH_RETRY
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__FAILED_WITHOUT_RETRY
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__ONSTOP_CALLED_WITH_RETRY
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__ONSTOP_CALLED_WITHOUT_RETRY
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__HALTED_FOR_UNKNOWN_REASON
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__SKIP_FOR_EXTSERVICES_JOB_ON_TPLUS
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__SKIP_FOR_KILL_SWITCH_ON
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__SKIP_FOR_USER_CONSENT_REVOKED
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__SKIP_FOR_JOB_NOT_CONFIGURED
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__SKIP_FOR_PERSONALIZATION_NOT_ENABLED
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_UNDEFINED
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_CANCELLED_BY_APP
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_PREEMPT
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_TIMEOUT
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_DEVICE_STATE
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_CONSTRAINT_BATTERY_NOT_LOW
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_CONSTRAINT_CHARGING
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_CONSTRAINT_CONNECTIVITY
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_CONSTRAINT_DEVICE_IDLE
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_CONSTRAINT_STORAGE_NOT_LOW
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_QUOTA
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_BACKGROUND_RESTRICTION
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_APP_STANDBY
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_USER
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_SYSTEM_PROCESSING
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_ESTIMATED_APP_LAUNCH_TIME_CHANGED
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_TIMEOUT_ABANDONED
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__MODULE_NAME__UNKNOWN_MODULE_NAME
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__MODULE_NAME__MODULE_NAME_ADSERVICES
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__MODULE_NAME__MODULE_NAME_ON_DEVICE_PERSONALIZATION
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__MODULE_NAME__MODULE_NAME_FEDERATED_COMPUTE
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__SCHEDULER_TYPE__SCHEDULER_TYPE_UNSPECIFIED
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__SCHEDULER_TYPE__SCHEDULER_TYPE_JOB_SCHEDULER
public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__SCHEDULER_TYPE__SCHEDULER_TYPE_SPE
public static final int AD_SERVICES_MEASUREMENT_DELAYED_SOURCE_REGISTRATION__REGISTRATION_STATUS__UNKNOWN_DELAYED_SOURCE_REGISTRATION_STATUS
public static final int AD_SERVICES_MEASUREMENT_DELAYED_SOURCE_REGISTRATION__REGISTRATION_STATUS__MISSING_DELAYED_SOURCE_REGISTRATION_STATUS
public static final int AD_SERVICES_MEASUREMENT_DELAYED_SOURCE_REGISTRATION__REGISTRATION_STATUS__VALID_DELAYED_SOURCE_REGISTRATION_STATUS
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__SOURCE_TYPE__UNKNOWN_SOURCE_TYPE
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__SOURCE_TYPE__EVENT_SOURCE_TYPE
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__SOURCE_TYPE__NAVIGATION_SOURCE_TYPE
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__SOURCE_TYPE__VIEW_SOURCE_TYPE
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__SOURCE_TYPE__CLICK_SOURCE_TYPE
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__ATTRIBUTION_SURFACE_COMBINATION__UNKNOWN_ATTRIBUTION_SURFACE_COMBINATION
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__ATTRIBUTION_SURFACE_COMBINATION__APP_APP_ATTRIBUTION_SURFACE_COMBINATION
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__ATTRIBUTION_SURFACE_COMBINATION__APP_WEB_ATTRIBUTION_SURFACE_COMBINATION
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__ATTRIBUTION_SURFACE_COMBINATION__WEB_APP_ATTRIBUTION_SURFACE_COMBINATION
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__ATTRIBUTION_SURFACE_COMBINATION__WEB_WEB_ATTRIBUTION_SURFACE_COMBINATION
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__STATUS__UNKNOWN_STATUS
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__STATUS__SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__STATUS__FAILURE_STATUS
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__STATUS__AGGREGATE_REPORT_GENERATED_SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__STATUS__EVENT_REPORT_GENERATED_SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__STATUS__AGGREGATE_AND_EVENT_REPORTS_GENERATED_SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__STATUS__NULL_AGGREGATE_REPORT_GENERATED_SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__UNKNOWN_ATTRIBUTION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__TRIGGER_IGNORED_ATTRIBUTION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__TRIGGER_ALREADY_ATTRIBUTED_ATTRIBUTION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__TRIGGER_MARKED_FOR_DELETION_ATTRIBUTION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__NO_MATCHING_SOURCE_ATTRIBUTION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__NO_TOP_LEVEL_FILTER_MATCH_ATTRIBUTION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__RATE_LIMIT_EXCEEDED_ATTRIBUTION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__NO_REPORTS_GENERATED_ATTRIBUTION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__JOB_RETRY_LIMIT_EXCEEDED_ATTRIBUTION_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__TRIGGER_NOT_FOUND_FAILURE_TYPE
public static final int AD_SERVICES_MEASUREMENT_JOBS__STATUS__UNKNOWN_STATUS
public static final int AD_SERVICES_MEASUREMENT_JOBS__STATUS__SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_JOBS__STATUS__FAILURE_STATUS
public static final int AD_SERVICES_MEASUREMENT_JOBS__STATUS__AGGREGATE_REPORT_GENERATED_SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_JOBS__STATUS__EVENT_REPORT_GENERATED_SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_JOBS__STATUS__AGGREGATE_AND_EVENT_REPORTS_GENERATED_SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_JOBS__STATUS__NULL_AGGREGATE_REPORT_GENERATED_SUCCESS_STATUS
public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__UNKNOWN_JOB_TYPE
public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__ASYNC_REGISTRATION_JOB_TYPE
public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__ASYNC_REGISTRATION_FALLBACK_JOB_TYPE
public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__ATTRIBUTION_JOB_TYPE
public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__AGGREGATION_REPORTING_JOB_TYPE
public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__AGGREGATE_REPORTING_FALLBACK_JOB_TYPE
public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__EVENT_REPORTING_JOB_TYPE
public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__EVENT_REPORTING_FALLBACK_JOB_TYPE
public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__DELETE_EXPIRED_JOB_TYPE
public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__DELETE_UNINSTALLED_JOB_TYPE
public static final int AD_SERVICES_MEASUREMENT_WIPEOUT__WIPEOUT_CAUSE__UNKNOWN_WIPEOUT_CAUSE
public static final int AD_SERVICES_MEASUREMENT_WIPEOUT__WIPEOUT_CAUSE__UNINSTALL_WIPEOUT_CAUSE
public static final int AD_SERVICES_MEASUREMENT_WIPEOUT__WIPEOUT_CAUSE__CONSENT_FLIP_WIPEOUT_CAUSE
public static final int AD_SERVICES_MEASUREMENT_WIPEOUT__WIPEOUT_CAUSE__CLEAR_DATA_WIPEOUT_CAUSE
public static final int AD_SERVICES_MEASUREMENT_WIPEOUT__WIPEOUT_CAUSE__DELETE_REGISTRATIONS_API_CLEAR_DATA_WIPEOUT_CAUSE
public static final int AD_SERVICES_MEASUREMENT_WIPEOUT__WIPEOUT_CAUSE__PACKAGE_CHANGED_WIPEOUT_CAUSE
public static final int AD_SERVICES_MEASUREMENT_WIPEOUT__WIPEOUT_CAUSE__ROLLBACK_WIPEOUT_CAUSE
public static final int AD_SERVICES_MEASUREMENT_AD_ID_MATCH_FOR_DEBUG_KEYS__ATTRIBUTION_TYPE__UNKNOWN
public static final int AD_SERVICES_MEASUREMENT_AD_ID_MATCH_FOR_DEBUG_KEYS__ATTRIBUTION_TYPE__APP_APP
public static final int AD_SERVICES_MEASUREMENT_AD_ID_MATCH_FOR_DEBUG_KEYS__ATTRIBUTION_TYPE__APP_WEB
public static final int AD_SERVICES_MEASUREMENT_AD_ID_MATCH_FOR_DEBUG_KEYS__ATTRIBUTION_TYPE__WEB_APP
public static final int AD_SERVICES_MEASUREMENT_AD_ID_MATCH_FOR_DEBUG_KEYS__ATTRIBUTION_TYPE__WEB_WEB
public static final int AD_SERVICES_ENROLLMENT_DATA_STORED__TRANSACTION_TYPE__UNKNOWN_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_DATA_STORED__TRANSACTION_TYPE__READ_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_DATA_STORED__TRANSACTION_TYPE__WRITE_TRANSACTION_TYPE
public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_TYPE__UNSPECIFIED_MIGRATION_TYPE
public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_TYPE__PPAPI_TO_SYSTEM_SERVICE
public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_TYPE__APPSEARCH_TO_SYSTEM_SERVICE
public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_TYPE__ADEXT_SERVICE_TO_SYSTEM_SERVICE
public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_TYPE__ADEXT_SERVICE_TO_APPSEARCH
public static final int AD_SERVICES_CONSENT_MIGRATED__REGION__REGION_UNSPECIFIED
public static final int AD_SERVICES_CONSENT_MIGRATED__REGION__EU
public static final int AD_SERVICES_CONSENT_MIGRATED__REGION__ROW
public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_STATUS__UNSPECIFIED_MIGRATION_STATUS
public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_STATUS__FAILURE
public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_STATUS__SUCCESS_WITH_SHARED_PREF_UPDATED
public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_STATUS__SUCCESS_WITH_SHARED_PREF_NOT_UPDATED
public static final int AD_SERVICES_ENROLLMENT_FAILED__DATA_FILE_GROUP_STATUS__UNKNOWN_DATA_FILE_GROUP_STATUS
public static final int AD_SERVICES_ENROLLMENT_FAILED__DATA_FILE_GROUP_STATUS__DOWNLOADED_DATA_FILE_GROUP_STATUS
public static final int AD_SERVICES_ENROLLMENT_FAILED__DATA_FILE_GROUP_STATUS__PENDING_DATA_FILE_GROUP_STATUS
public static final int AD_SERVICES_ENROLLMENT_FAILED__DATA_FILE_GROUP_STATUS__PENDING_CUSTOM_VALIDATION
public static final int AD_SERVICES_ENROLLMENT_FAILED__ERROR_CAUSE__UNKNOWN_ERROR_CAUSE
public static final int AD_SERVICES_ENROLLMENT_FAILED__ERROR_CAUSE__ENROLLMENT_NOT_FOUND_ERROR_CAUSE
public static final int AD_SERVICES_ENROLLMENT_FAILED__ERROR_CAUSE__ENROLLMENT_BLOCKLISTED_ERROR_CAUSE
public static final int AD_SERVICES_MEASUREMENT_CLICK_VERIFICATION__SOURCE_TYPE__UNKNOWN_SOURCE_TYPE
public static final int AD_SERVICES_MEASUREMENT_CLICK_VERIFICATION__SOURCE_TYPE__EVENT_SOURCE_TYPE
public static final int AD_SERVICES_MEASUREMENT_CLICK_VERIFICATION__SOURCE_TYPE__NAVIGATION_SOURCE_TYPE
public static final int AD_SERVICES_MEASUREMENT_CLICK_VERIFICATION__SOURCE_TYPE__VIEW_SOURCE_TYPE
public static final int AD_SERVICES_MEASUREMENT_CLICK_VERIFICATION__SOURCE_TYPE__CLICK_SOURCE_TYPE
public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_JOB_TYPE__UNKNOWN_JOB
public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_JOB_TYPE__ENCRYPTION_KEY_DAILY_FETCH_JOB
public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_JOB_TYPE__MDD_DOWNLOAD_JOB
public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_STATUS__UNKNOWN
public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_STATUS__NULL_ENDPOINT
public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_STATUS__INVALID_ENDPOINT
public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_STATUS__IO_EXCEPTION
public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_STATUS__BAD_REQUEST_EXCEPTION
public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_STATUS__KEY_NOT_MODIFIED
public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_STATUS__SUCCESS
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_TYPE__UNKNOWN
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_TYPE__READ_TRANSACTION_TYPE
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_TYPE__WRITE_TRANSACTION_TYPE
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_STATUS__UNKNOWN_EXCEPTION
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_STATUS__INVALID_KEY
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_STATUS__INSERT_EXCEPTION
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_STATUS__DELETE_EXCEPTION
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_STATUS__SEARCH_EXCEPTION
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_STATUS__SUCCESS
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__UNKNOWN_METHOD
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__GET_KEY_FROM_ENROLLMENT_ID
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__GET_KEY_FROM_ENROLLMENT_ID_AND_KEY_TYPE
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__GET_KEY_FROM_ENROLLMENT_ID_AND_KEY_ID
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__GET_KEY_FROM_REPORTING_ORIGIN
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__GET_ALL_KEYS
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__INSERT_KEY
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__INSERT_KEYS
public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__DELETE_KEY
public static final int DESTINATION_REGISTERED_BEACONS__DESTINATION__UNSET_DESTINATION
public static final int DESTINATION_REGISTERED_BEACONS__DESTINATION__SELLER_DESTINATION
public static final int DESTINATION_REGISTERED_BEACONS__DESTINATION__BUYER_DESTINATION
public static final int DESTINATION_REGISTERED_BEACONS__DESTINATION__SELLER_AND_BUYER_DESTINATION
public static final int DESTINATION_REGISTERED_BEACONS__ATTEMPTED_KEY_SIZES__UNSET_TYPE
public static final int DESTINATION_REGISTERED_BEACONS__ATTEMPTED_KEY_SIZES__MUCH_SMALLER_THAN_MAXIMUM_KEY_SIZE
public static final int DESTINATION_REGISTERED_BEACONS__ATTEMPTED_KEY_SIZES__SMALLER_THAN_MAXIMUM_KEY_SIZE
public static final int DESTINATION_REGISTERED_BEACONS__ATTEMPTED_KEY_SIZES__EQUAL_TO_MAXIMUM_KEY_SIZE
public static final int DESTINATION_REGISTERED_BEACONS__ATTEMPTED_KEY_SIZES__LARGER_THAN_MAXIMUM_KEY_SIZE
public static final int DESTINATION_REGISTERED_BEACONS__BEACON_SOURCE__UNSET
public static final int DESTINATION_REGISTERED_BEACONS__BEACON_SOURCE__PROTECTED_SIGNALS
public static final int DESTINATION_REGISTERED_BEACONS__BEACON_SOURCE__CUSTOM_AUDIENCE
public static final int REPORT_INTERACTION_API_CALLED__DESTINATION__UNSET_DESTINATION
public static final int REPORT_INTERACTION_API_CALLED__DESTINATION__SELLER_DESTINATION
public static final int REPORT_INTERACTION_API_CALLED__DESTINATION__BUYER_DESTINATION
public static final int REPORT_INTERACTION_API_CALLED__DESTINATION__SELLER_AND_BUYER_DESTINATION
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_TYPE__API_ACCESS_TYPE_UNSPECIFIED
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_TYPE__API_ACCESS_TYPE_TOPICS
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_TYPE__API_ACCESS_TYPE_CUSTOM_AUDIENCES
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_TYPE__API_ACCESS_TYPE_ATTRIBUTION
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_TYPE__API_ACCESS_TYPE_PROTECTED_SIGNALS
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_TYPE__API_ACCESS_TYPE_AD_SELECTION
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_UNSPECIFIED
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_ALLOWED_BY_DEFAULT_APP_DOES_NOT_HAVE_CONFIG
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_ALLOWED_BY_DEFAULT_APP_HAS_CONFIG_WITHOUT_API_SECTION
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_ALLOWED_APP_ALLOWS_ALL
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_ALLOWED_APP_ALLOWS_SPECIFIC_ID
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_DISALLOWED_APP_DOES_NOT_EXIST
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_DISALLOWED_APP_DOES_NOT_HAVE_CONFIG
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_DISALLOWED_APP_DOES_HAS_CONFIG_WITHOUT_API_SECTION
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_DISALLOWED_BY_APP
public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_DISALLOWED_GENERIC_ERROR
public static final int AD_FILTERING_PROCESS_AD_SELECTION_REPORTED__FILTER_PROCESS_TYPE__FILTER_UNSET
public static final int AD_FILTERING_PROCESS_AD_SELECTION_REPORTED__FILTER_PROCESS_TYPE__FILTER_CUSTOM_AUDIENCES
public static final int AD_FILTERING_PROCESS_AD_SELECTION_REPORTED__FILTER_PROCESS_TYPE__FILTER_CONTEXTUAL_ADS
public static final int SIGNATURE_VERIFICATION__SIGNATURE_VERIFICATION_STATUS__UNKNOWN
public static final int SIGNATURE_VERIFICATION__SIGNATURE_VERIFICATION_STATUS__VERIFICATION_FAILED
public static final int SIGNATURE_VERIFICATION__SIGNATURE_VERIFICATION_STATUS__VERIFIED
public static final int KANON_IMMEDIATE_SIGN_JOIN_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_UNSET
public static final int KANON_IMMEDIATE_SIGN_JOIN_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_INITIALIZE_FAILED
public static final int KANON_IMMEDIATE_SIGN_JOIN_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_SOME_OR_ALL_SIGN_FAILED
public static final int KANON_IMMEDIATE_SIGN_JOIN_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_SOME_OR_ALL_JOIN_FAILED
public static final int KANON_IMMEDIATE_SIGN_JOIN_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_SUCCESS
public static final int KANON_BACKGROUND_JOB_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_UNSET
public static final int KANON_BACKGROUND_JOB_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_INITIALIZE_FAILED
public static final int KANON_BACKGROUND_JOB_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_SOME_OR_ALL_SIGN_FAILED
public static final int KANON_BACKGROUND_JOB_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_SOME_OR_ALL_JOIN_FAILED
public static final int KANON_BACKGROUND_JOB_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_SUCCESS
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_UNSET
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GET_CHALLENGE_HTTP_CALL
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_KEY_ATTESTATION_CERT_GENERATION
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_SERVER_PARAM_HTTP_CALL
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_SERVER_PUBLIC_PARAMS_PROTO_COMPOSITION
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GENERATE_CLIENT_PARAM_ACT
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_REGISTER_CLIENT_HTTP_CALL
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_REGISTER_CLIENT_RESPONSE_PROTO_COMPOSITION
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GENERATE_TOKENS_REQUEST_ACT
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GET_TOKENS_REQUEST_HTTP_CALL
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GET_TOKENS_RESPONSE_PROTO_COMPOSITION
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_VERIFY_TOKENS_RESPONSE_ACT
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_RECOVER_TOKENS_ACT
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_JOIN_HTTP_CALL
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_UNSET
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_NETWORK_EXCEPTION
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_SERVER_EXCEPTION
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_PROTO_PARSE_EXCEPTION
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_INTERNAL_ERROR
public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_UNKNOWN_ERROR
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_UNSET
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GET_CHALLENGE_HTTP_CALL
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_KEY_ATTESTATION_CERT_GENERATION
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_SERVER_PARAM_HTTP_CALL
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_SERVER_PUBLIC_PARAMS_PROTO_COMPOSITION
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GENERATE_CLIENT_PARAM_ACT
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_REGISTER_CLIENT_HTTP_CALL
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_REGISTER_CLIENT_RESPONSE_PROTO_COMPOSITION
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GENERATE_TOKENS_REQUEST_ACT
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GET_TOKENS_REQUEST_HTTP_CALL
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GET_TOKENS_RESPONSE_PROTO_COMPOSITION
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_VERIFY_TOKENS_RESPONSE_ACT
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_RECOVER_TOKENS_ACT
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_JOIN_HTTP_CALL
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_UNSET
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_NETWORK_EXCEPTION
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_SERVER_EXCEPTION
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_PROTO_PARSE_EXCEPTION
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_INTERNAL_ERROR
public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_UNKNOWN_ERROR
public static final int KANON_KEY_ATTESTATION_STATUS_REPORTED__RESULT_CODE__KEY_ATTESTATION_RESULT_UNSET
public static final int KANON_KEY_ATTESTATION_STATUS_REPORTED__RESULT_CODE__KEY_ATTESTATION_RESULT_KEYSTORE_EXCEPTION
public static final int KANON_KEY_ATTESTATION_STATUS_REPORTED__RESULT_CODE__KEY_ATTESTATION_RESULT_ILLEGAL_STATE_EXCEPTION
public static final int KANON_KEY_ATTESTATION_STATUS_REPORTED__RESULT_CODE__KEY_ATTESTATION_RESULT_CERTIFICATE_EXCEPTION
public static final int KANON_KEY_ATTESTATION_STATUS_REPORTED__RESULT_CODE__KEY_ATTESTATION_RESULT_IO_EXCEPTION
public static final int KANON_KEY_ATTESTATION_STATUS_REPORTED__RESULT_CODE__KEY_ATTESTATION_RESULT_NO_SUCH_ALGORITHM_EXCEPTION
public static final int KANON_KEY_ATTESTATION_STATUS_REPORTED__RESULT_CODE__KEY_ATTESTATION_RESULT_SUCCESS
public static final int GET_AD_SELECTION_DATA_API_CALLED__COORDINATOR_SOURCE__SERVER_AUCTION_COORDINATOR_SOURCE_UNSET
public static final int GET_AD_SELECTION_DATA_API_CALLED__COORDINATOR_SOURCE__SERVER_AUCTION_COORDINATOR_SOURCE_DEFAULT
public static final int GET_AD_SELECTION_DATA_API_CALLED__COORDINATOR_SOURCE__SERVER_AUCTION_COORDINATOR_SOURCE_API
public static final int GET_AD_SELECTION_DATA_API_CALLED__PAYLOAD_OPTIMIZATION_RESULT__PAYLOAD_OPTIMIZATION_RESULT_UNKNOWN
public static final int GET_AD_SELECTION_DATA_API_CALLED__PAYLOAD_OPTIMIZATION_RESULT__PAYLOAD_TRUNCATED_FOR_REQUESTED_MAX
public static final int GET_AD_SELECTION_DATA_API_CALLED__PAYLOAD_OPTIMIZATION_RESULT__PAYLOAD_WITHIN_REQUESTED_MAX
public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__RESULT_CODE__SCHEDULING_RESULT_CODE_UNSPECIFIED
public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__RESULT_CODE__SCHEDULING_RESULT_CODE_SUCCESSFUL
public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__RESULT_CODE__SCHEDULING_RESULT_CODE_FAILED
public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__RESULT_CODE__SCHEDULING_RESULT_CODE_SKIPPED
public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__SCHEDULER_TYPE__SCHEDULER_TYPE_UNSPECIFIED
public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__SCHEDULER_TYPE__SCHEDULER_TYPE_JOB_SCHEDULER
public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__SCHEDULER_TYPE__SCHEDULER_TYPE_SPE
public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__MODULE_NAME__UNKNOWN_MODULE_NAME
public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__MODULE_NAME__MODULE_NAME_ADSERVICES
public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__MODULE_NAME__MODULE_NAME_ON_DEVICE_PERSONALIZATION
public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__MODULE_NAME__MODULE_NAME_FEDERATED_COMPUTE
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_UNSET
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_ECHO
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_IS_ALLOWED_ATTRIBUTION_ACCESS
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_IS_ALLOWED_PROTECTED_SIGNALS_ACCESS
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_IS_ALLOWED_CUSTOM_AUDIENCE_ACCESS
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_IS_ALLOWED_AD_SELECTION_ACCESS
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_IS_ALLOWED_TOPICS_ACCESS
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_ENABLE_ADSERVICES
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_RESET_CONSENT_DATA
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_DEV_SESSION
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_CUSTOM_AUDIENCE_VIEW
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_CUSTOM_AUDIENCE_LIST
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_CUSTOM_AUDIENCE_REFRESH
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_AD_SELECTION_CONSENTED_DEBUG_ENABLE
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_AD_SELECTION_CONSENTED_DEBUG_DISABLE
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_AD_SELECTION_CONSENTED_DEBUG_VIEW
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_AD_SELECTION_CONSENTED_DEBUG_HELP
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_AD_SELECTION_GET_AD_SELECTION_DATA
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_AD_SELECTION_MOCK_AUCTION
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_AD_SELECTION_VIEW_AUCTION_RESULT
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_APP_SIGNALS_GENERATE_INPUT_FOR_ENCODING
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_APP_SIGNALS_TRIGGER_ENCODING
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_ATTRIBUTION_REPORTING_LIST_SOURCE_REGISTRATIONS
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__RESULT_CODE__COMMAND_RESULT_UNKNOWN
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__RESULT_CODE__COMMAND_RESULT_SUCCESS
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__RESULT_CODE__COMMAND_RESULT_GENERIC_ERROR
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__RESULT_CODE__COMMAND_RESULT_INVALID_ARGS
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__RESULT_CODE__COMMAND_RESULT_TIMEOUT_ERROR
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__RESULT_CODE__COMMAND_RESULT_INVALID_COMMAND
public static final int AD_SERVICES_SHELL_COMMAND_CALLED__RESULT_CODE__COMMAND_RESULT_NOT_ENABLED
public static final int UPDATE_SIGNALS_API_CALLED__JSON_SIZE__UNSET_SIZE
public static final int UPDATE_SIGNALS_API_CALLED__JSON_SIZE__VERY_SMALL
public static final int UPDATE_SIGNALS_API_CALLED__JSON_SIZE__SMALL
public static final int UPDATE_SIGNALS_API_CALLED__JSON_SIZE__MEDIUM
public static final int UPDATE_SIGNALS_API_CALLED__JSON_SIZE__LARGE
public static final int UPDATE_SIGNALS_API_CALLED__JSON_SIZE__VERY_LARGE
public static final int UPDATE_SIGNALS_API_CALLED__JSON_PROCESSING_STATUS__UNSET
public static final int UPDATE_SIGNALS_API_CALLED__JSON_PROCESSING_STATUS__SUCCESS
public static final int UPDATE_SIGNALS_API_CALLED__JSON_PROCESSING_STATUS__TOO_BIG
public static final int UPDATE_SIGNALS_API_CALLED__JSON_PROCESSING_STATUS__SYNTACTIC_ERROR
public static final int UPDATE_SIGNALS_API_CALLED__JSON_PROCESSING_STATUS__SEMANTIC_ERROR
public static final int UPDATE_SIGNALS_API_CALLED__JSON_PROCESSING_STATUS__OTHER_ERROR
public static final int ENCODING_JOB_RUN__ENCODING_SOURCE_TYPE__UNSET
public static final int ENCODING_JOB_RUN__ENCODING_SOURCE_TYPE__PAS_ENCODING_JOB_SERVICE
public static final int ENCODING_JOB_RUN__ENCODING_SOURCE_TYPE__PAS_SERVICE_IMPL
public static final int ENCODING_JS_FETCH__JS_DOWNLOAD_TIME__UNSET_SIZE
public static final int ENCODING_JS_FETCH__JS_DOWNLOAD_TIME__VERY_SMALL
public static final int ENCODING_JS_FETCH__JS_DOWNLOAD_TIME__SMALL
public static final int ENCODING_JS_FETCH__JS_DOWNLOAD_TIME__MEDIUM
public static final int ENCODING_JS_FETCH__JS_DOWNLOAD_TIME__LARGE
public static final int ENCODING_JS_FETCH__JS_DOWNLOAD_TIME__VERY_LARGE
public static final int ENCODING_JS_FETCH__FETCH_STATUS__UNSET
public static final int ENCODING_JS_FETCH__FETCH_STATUS__SUCCESS
public static final int ENCODING_JS_FETCH__FETCH_STATUS__TOO_BIG
public static final int ENCODING_JS_FETCH__FETCH_STATUS__TIMEOUT
public static final int ENCODING_JS_FETCH__FETCH_STATUS__NETWORK_FAILURE
public static final int ENCODING_JS_FETCH__FETCH_STATUS__OTHER_FAILURE
public static final int ENCODING_JS_EXECUTION__JS_LATENCY__UNSET_SIZE
public static final int ENCODING_JS_EXECUTION__JS_LATENCY__VERY_SMALL
public static final int ENCODING_JS_EXECUTION__JS_LATENCY__SMALL
public static final int ENCODING_JS_EXECUTION__JS_LATENCY__MEDIUM
public static final int ENCODING_JS_EXECUTION__JS_LATENCY__LARGE
public static final int ENCODING_JS_EXECUTION__JS_LATENCY__VERY_LARGE
public static final int ENCODING_JS_EXECUTION__ENCODED_SIGNALS_SIZE__UNSET_SIZE
public static final int ENCODING_JS_EXECUTION__ENCODED_SIGNALS_SIZE__VERY_SMALL
public static final int ENCODING_JS_EXECUTION__ENCODED_SIGNALS_SIZE__SMALL
public static final int ENCODING_JS_EXECUTION__ENCODED_SIGNALS_SIZE__MEDIUM
public static final int ENCODING_JS_EXECUTION__ENCODED_SIGNALS_SIZE__LARGE
public static final int ENCODING_JS_EXECUTION__ENCODED_SIGNALS_SIZE__VERY_LARGE
public static final int ENCODING_JS_EXECUTION__RUN_STATUS__UNSET_STATUS
public static final int ENCODING_JS_EXECUTION__RUN_STATUS__SUCCESS
public static final int ENCODING_JS_EXECUTION__RUN_STATUS__TIMEOUT
public static final int ENCODING_JS_EXECUTION__RUN_STATUS__JS_SYNTAX_ERROR
public static final int ENCODING_JS_EXECUTION__RUN_STATUS__OUTPUT_SYNTAX_ERROR
public static final int ENCODING_JS_EXECUTION__RUN_STATUS__OUTPUT_SEMANTIC_ERROR
public static final int ENCODING_JS_EXECUTION__RUN_STATUS__OUTPUT_NON_ZERO_RESULT
public static final int ENCODING_JS_EXECUTION__RUN_STATUS__DB_PERSIST_FAILURE
public static final int ENCODING_JS_EXECUTION__RUN_STATUS__OTHER_FAILURE
public static final int ENCODING_JS_EXECUTION__RUN_STATUS__REFERENCE_ERROR
public static final int PERSIST_AD_SELECTION_RESULT_CALLED__WINNER__UNSET
public static final int PERSIST_AD_SELECTION_RESULT_CALLED__WINNER__NO_WINNER
public static final int PERSIST_AD_SELECTION_RESULT_CALLED__WINNER__CA_WINNER
public static final int PERSIST_AD_SELECTION_RESULT_CALLED__WINNER__PAS_WINNER
public static final int SERVER_AUCTION_KEY_FETCH_CALLED__SOURCE__SERVER_AUCTION_KEY_FETCH_SOURCE_UNSET
public static final int SERVER_AUCTION_KEY_FETCH_CALLED__SOURCE__SERVER_AUCTION_KEY_FETCH_SOURCE_BACKGROUND_FETCH
public static final int SERVER_AUCTION_KEY_FETCH_CALLED__SOURCE__SERVER_AUCTION_KEY_FETCH_SOURCE_AUCTION
public static final int SERVER_AUCTION_KEY_FETCH_CALLED__ENCRYPTION_KEY_SOURCE__SERVER_AUCTION_ENCRYPTION_KEY_SOURCE_UNSET
public static final int SERVER_AUCTION_KEY_FETCH_CALLED__ENCRYPTION_KEY_SOURCE__SERVER_AUCTION_ENCRYPTION_KEY_SOURCE_DATABASE
public static final int SERVER_AUCTION_KEY_FETCH_CALLED__ENCRYPTION_KEY_SOURCE__SERVER_AUCTION_ENCRYPTION_KEY_SOURCE_NETWORK
public static final int SERVER_AUCTION_KEY_FETCH_CALLED__COORDINATOR_SOURCE__SERVER_AUCTION_COORDINATOR_SOURCE_UNSET
public static final int SERVER_AUCTION_KEY_FETCH_CALLED__COORDINATOR_SOURCE__SERVER_AUCTION_COORDINATOR_SOURCE_DEFAULT
public static final int SERVER_AUCTION_KEY_FETCH_CALLED__COORDINATOR_SOURCE__SERVER_AUCTION_COORDINATOR_SOURCE_API
public static final int SERVER_AUCTION_BACKGROUND_KEY_FETCH_SCHEDULED__STATUS__BACKGROUND_KEY_FETCH_STATUS_UNSET
public static final int SERVER_AUCTION_BACKGROUND_KEY_FETCH_SCHEDULED__STATUS__BACKGROUND_KEY_FETCH_STATUS_NO_OP
public static final int SERVER_AUCTION_BACKGROUND_KEY_FETCH_SCHEDULED__STATUS__BACKGROUND_KEY_FETCH_STATUS_REFRESH_KEYS_INITIATED
public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_TYPE__UNKNOWN_ODP_REGISTRATION_TYPE
public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_TYPE__TRIGGER_ODP_REGISTRATION_TYPE
public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__UNKNOWN_ODP_REGISTRATION_STATUS
public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__SUCCESS_ODP_REGISTRATION_STATUS
public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__ODP_UNAVAILABLE_REGISTRATION_STATUS
public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__INVALID_HEADER_FORMAT_ODP_REGISTRATION_STATUS
public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__MISSING_REQUIRED_HEADER_FIELD_ODP_REGISTRATION_STATUS
public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__INVALID_HEADER_FIELD_VALUE_ODP_REGISTRATION_STATUS
public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__INVALID_ENROLLMENT_ODP_REGISTRATION_STATUS
public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__HEADER_SIZE_LIMIT_EXCEEDED_ODP_REGISTRATION_STATUS
public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__PARSING_EXCEPTION_ODP_REGISTRATION_STATUS
public static final int AD_SERVICES_MEASUREMENT_NOTIFY_REGISTRATION_TO_ODP__ODP_API_CALL_STATUS__UNKNOWN_ODP_API_CALL_STATUS
public static final int AD_SERVICES_MEASUREMENT_NOTIFY_REGISTRATION_TO_ODP__ODP_API_CALL_STATUS__SUCCESS_ODP_API_CALL_STATUS
public static final int AD_SERVICES_MEASUREMENT_NOTIFY_REGISTRATION_TO_ODP__ODP_API_CALL_STATUS__FAILED_ODP_API_CALL_STATUS
public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__UNSET_STATUS
public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__SUCCESS
public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__TIMEOUT
public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__JS_SYNTAX_ERROR
public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__OUTPUT_SYNTAX_ERROR
public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__OUTPUT_SEMANTIC_ERROR
public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__OUTPUT_NON_ZERO_RESULT
public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__DB_PERSIST_FAILURE
public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__OTHER_FAILURE
public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__REFERENCE_ERROR
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__UNSET_STATUS
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__SUCCESS
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__TIMEOUT
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__JS_SYNTAX_ERROR
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__OUTPUT_SYNTAX_ERROR
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__OUTPUT_SEMANTIC_ERROR
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__OUTPUT_NON_ZERO_RESULT
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__DB_PERSIST_FAILURE
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__OTHER_FAILURE
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__REFERENCE_ERROR
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__UNSET_STATUS
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__SUCCESS
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__TIMEOUT
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__JS_SYNTAX_ERROR
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__OUTPUT_SYNTAX_ERROR
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__OUTPUT_SEMANTIC_ERROR
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__OUTPUT_NON_ZERO_RESULT
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__DB_PERSIST_FAILURE
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__OTHER_FAILURE
public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__REFERENCE_ERROR
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__UNKNOWN_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__INSERT_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__DELETE_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__DELETE_ALL_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__OVERWRITE_DATA_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ENROLLMENT_DATA_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ALL_ENROLLMENT_DATA_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ENROLLMENT_DATA_FROM_SDK_NAME_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ENROLLMENT_DATA_FROM_MEASUREMENT_URL_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ALL_FLEDGE_ENROLLED_ADTECHS_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ENROLLMENT_DATA_FOR_FLEDGE_BY_ADTECH_IDENTIFIER_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ENROLLMENT_DATA_FOR_FLEDGE_BY_MATCHING_ADTECH_IDENTIFIER_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ALL_PAS_ENROLLED_ADTECHS_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ENROLLMENT_DATA_FOR_PAS_BY_ADTECH_IDENTIFIER_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ENROLLMENT_DATA_FOR_PAS_BY_MATCHING_ADTECH_IDENTIFIER_TRANSACTION_TYPE
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_STATUS__UNKNOWN_TRANSACTION_STATUS
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_STATUS__SUCCESS_TRANSACTION_STATUS
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_STATUS__DB_NOT_FOUND_TRANSACTION_STATUS
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_STATUS__INVALID_INPUT_TRANSACTION_STATUS
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_STATUS__INVALID_OUTPUT_TRANSACTION_STATUS
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_STATUS__MATCH_NOT_FOUND_TRANSACTION_STATUS
public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_STATUS__DATASTORE_EXCEPTION_TRANSACTION_STATUS
public static final int AD_SERVICES_COBALT_LOGGER_EVENT_REPORTED__COBALT_LOGGING_EVENT__LOGGING_EVENT_UNSPECIFIED
public static final int AD_SERVICES_COBALT_LOGGER_EVENT_REPORTED__COBALT_LOGGING_EVENT__LOGGING_EVENT_OVER_STRING_BUFFER_MAX
public static final int AD_SERVICES_COBALT_LOGGER_EVENT_REPORTED__COBALT_LOGGING_EVENT__LOGGING_EVENT_OVER_EVENT_VECTOR_BUFFER_MAX
public static final int AD_SERVICES_COBALT_LOGGER_EVENT_REPORTED__COBALT_LOGGING_EVENT__LOGGING_EVENT_OVER_MAX_VALUE
public static final int AD_SERVICES_COBALT_PERIODIC_JOB_EVENT_REPORTED__COBALT_PERIODIC_JOB_EVENT__UPLOAD_EVENT_UNSPECIFIED
public static final int AD_SERVICES_COBALT_PERIODIC_JOB_EVENT_REPORTED__COBALT_PERIODIC_JOB_EVENT__UPLOAD_EVENT_SUCCESS
public static final int AD_SERVICES_COBALT_PERIODIC_JOB_EVENT_REPORTED__COBALT_PERIODIC_JOB_EVENT__UPLOAD_EVENT_FAILURE
public static final int UPDATE_SIGNALS_PROCESS_REPORTED__PER_BUYER_SIGNAL_SIZE__UNSET_SIZE
public static final int UPDATE_SIGNALS_PROCESS_REPORTED__PER_BUYER_SIGNAL_SIZE__VERY_SMALL
public static final int UPDATE_SIGNALS_PROCESS_REPORTED__PER_BUYER_SIGNAL_SIZE__SMALL
public static final int UPDATE_SIGNALS_PROCESS_REPORTED__PER_BUYER_SIGNAL_SIZE__MEDIUM
public static final int UPDATE_SIGNALS_PROCESS_REPORTED__PER_BUYER_SIGNAL_SIZE__LARGE
public static final int UPDATE_SIGNALS_PROCESS_REPORTED__PER_BUYER_SIGNAL_SIZE__VERY_LARGE
public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__RESCHEDULE_EPOCH_JOB_STATUS__STATUS_UNSET
public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__RESCHEDULE_EPOCH_JOB_STATUS__RESCHEDULE_SUCCESS
public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__RESCHEDULE_EPOCH_JOB_STATUS__SKIP_RESCHEDULE_EMPTY_JOB_SCHEDULER
public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__RESCHEDULE_EPOCH_JOB_STATUS__SKIP_RESCHEDULE_EMPTY_PENDING_JOB
public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__PREVIOUS_EPOCH_JOB_SETTING__UNKNOWN_SETTING
public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__PREVIOUS_EPOCH_JOB_SETTING__REQUIRES_CHARGING
public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__PREVIOUS_EPOCH_JOB_SETTING__REQUIRES_BATTERY_NOT_LOW
public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__CURRENT_EPOCH_JOB_SETTING__UNKNOWN_SETTING
public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__CURRENT_EPOCH_JOB_SETTING__REQUIRES_CHARGING
public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__CURRENT_EPOCH_JOB_SETTING__REQUIRES_BATTERY_NOT_LOW
public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__SCHEDULE_IF_NEEDED_EPOCH_JOB_STATUS__UNKNOWN_SETTING
public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__SCHEDULE_IF_NEEDED_EPOCH_JOB_STATUS__REQUIRES_CHARGING
public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__SCHEDULE_IF_NEEDED_EPOCH_JOB_STATUS__REQUIRES_BATTERY_NOT_LOW
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_SCHEDULE_ATTEMPTED__EXISTING_UPDATE_STATUS__UNKNOWN
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_SCHEDULE_ATTEMPTED__EXISTING_UPDATE_STATUS__DID_OVERWRITE_EXISTING_UPDATE
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_SCHEDULE_ATTEMPTED__EXISTING_UPDATE_STATUS__NO_EXISTING_UPDATE
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_SCHEDULE_ATTEMPTED__EXISTING_UPDATE_STATUS__REJECTED_BY_EXISTING_UPDATE
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__UNKNOWN
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__HTTP_UNKNOWN
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__HTTP_TOO_MANY_REQUESTS
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__HTTP_REDIRECTION
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__HTTP_CLIENT_ERROR
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__HTTP_SERVER_ERROR
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__JSON_PARSING_ERROR
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__INTERNAL_ERROR
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__HTTP_IO_EXCEPTION
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__HTTP_CONTENT_SIZE_EXCEPTION
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_ACTION__HTTP_CALL
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_ACTION__LEAVE_CUSTOM_AUDIENCE
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_ACTION__JOIN_CUSTOM_AUDIENCE
public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_ACTION__SCHEDULE_CUSTOM_AUDIENCE
public static final byte ANNOTATION_ID_IS_UID
public static final byte ANNOTATION_ID_TRUNCATE_TIMESTAMP
public static final byte ANNOTATION_ID_PRIMARY_FIELD
public static final byte ANNOTATION_ID_EXCLUSIVE_STATE
public static final byte ANNOTATION_ID_PRIMARY_FIELD_FIRST_UID
public static final byte ANNOTATION_ID_DEFAULT_STATE
public static final byte ANNOTATION_ID_TRIGGER_STATE_RESET
public static final byte ANNOTATION_ID_STATE_NESTED
public void <init> ()
public static void write (int, byte[], int, java.lang.String, int, int, int)
public static void write (int, byte[], long, long)
public static void write (int, boolean, boolean, boolean, boolean, int, int, int)
public static void write (int, boolean, boolean, boolean, int, int)
public static void write (int, boolean, int)
public static void write (int, boolean, int, int, int)
public static void write (int, boolean, int, int, int, int)
public static void write (int, boolean, int, int, int, int, int)
public static void write (int, int)
public static void write (int, int, byte[])
public static void write (int, int, boolean, boolean, boolean, long, long, java.lang.String, boolean, boolean, long, boolean)
public static void write (int, int, boolean, int)
public static void write (int, int, int)
public static void write (int, int, int, boolean, int, int, int, int)
public static void write (int, int, int, boolean, java.lang.String, java.lang.String, java.lang.String)
public static void write (int, int, int, int)
public static void write (int, int, int, int, byte[])
public static void write (int, int, int, int, int)
public static void write (int, int, int, int, int, boolean)
public static void write (int, int, int, int, int, boolean, boolean, long, java.lang.String, int, int, int, int, int, int)
public static void write (int, int, int, int, int, int)
public static void write (int, int, int, int, int, int, int)
public static void write (int, int, int, int, int, int, int, boolean, int, int)
public static void write (int, int, int, int, int, int, int, int)
public static void write (int, int, int, int, int, int, int, int, int)
public static void write (int, int, int, int, int, int, int, int, int, int)
public static void write (int, int, int, int, int, int, int, int, int, int, int, int, int, int)
public static void write (int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, boolean, boolean, int)
public static void write (int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, boolean, int)
public static void write (int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)
public static void write (int, int, int, int, int, int, int, int, float, int, int, int)
public static void write (int, int, int, int, int, int, int, int, float, float, float)
public static void write (int, int, int, int, int, long, java.lang.String, int, int, boolean)
public static void write (int, int, int, int, int, java.lang.String)
public static void write (int, int, int, int, java.lang.String)
public static void write (int, int, int, int, java.lang.String, int)
public static void write (int, int, int, float, float, float, float, float, float, int, int, int, int)
public static void write (int, int, int, java.lang.String, java.lang.String, int, int)
public static void write (int, int, int, java.lang.String, java.lang.String, int, java.lang.String)
public static void write (int, int, int, int[], int, int, int)
public static void write (int, int, long)
public static void write (int, int, long, long, byte[], int)
public static void write (int, int, long, java.lang.String)
public static void write (int, int, long, java.lang.String, int, int, int, int, long, java.lang.String, int, int, boolean, boolean, int, boolean, boolean, boolean)
public static void write (int, int, java.lang.String)
public static void write (int, long, int)
public static void write (int, long, long, long, int, int, java.lang.String, java.lang.String, java.lang.String, int, int, int, int, int, int)
public static void write (int, java.lang.String, int, boolean, long, long, java.lang.String)
public static void write (int, java.lang.String, int, int)
public static void write (int, int[], int, int, int)
public static void write (int, int[], int, java.lang.String, int, int, int)
}
com/android/adservices/service/DeviceConfigFlagsHelper.class
<Unknown>
package com.android.adservices.service
public final com.android.adservices.service.DeviceConfigFlagsHelper extends java.lang.Object {
public static boolean getDeviceConfigFlag (java.lang.String, boolean)
public static java.lang.String getDeviceConfigFlag (java.lang.String, java.lang.String)
public static int getDeviceConfigFlag (java.lang.String, int)
public static long getDeviceConfigFlag (java.lang.String, long)
public static float getDeviceConfigFlag (java.lang.String, float)
}
com/android/adservices/service/CommonFlagsConstants.class
<Unknown>
package com.android.adservices.service
public final com.android.adservices.service.CommonFlagsConstants extends java.lang.Object {
public static final String NAMESPACE_ADSERVICES
public static final String KEY_ADSERVICES_SYSTEM_SERVICE_ENABLED
}
com/android/adservices/service/CommonDebugFlagsConstants.class
<Unknown>
package com.android.adservices.service
public final com.android.adservices.service.CommonDebugFlagsConstants extends java.lang.Object {
public static final String KEY_ADSERVICES_SHELL_COMMAND_ENABLED
}
com/android/adservices/service/CommonDebugFlags.class
<Unknown>
package com.android.adservices.service
public abstract com.android.adservices.service.CommonDebugFlags extends java.lang.Object {
static final boolean DEFAULT_ADSERVICES_SHELL_COMMAND_ENABLED
static final String DUMP_PREFIX
static final String DUMP_EQUALS
public void <init> ()
public boolean getAdServicesShellCommandEnabled ()
static boolean getBoolean (java.lang.String, boolean)
protected void dump (java.io.PrintWriter, java.lang.String, boolean)
public void dump (java.io.PrintWriter)
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$VersionOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
public abstract com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$VersionOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasMajor ()
public abstract int getMajor ()
public abstract boolean hasMinor ()
public abstract int getMinor ()
public abstract boolean hasPatch ()
public abstract int getPatch ()
public abstract boolean hasSuffix ()
public abstract java.lang.String getSuffix ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getSuffixBytes ()
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$Version.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$VersionOrBuilder {
public static final int MAJOR_FIELD_NUMBER
public static final int MINOR_FIELD_NUMBER
public static final int PATCH_FIELD_NUMBER
public static final int SUFFIX_FIELD_NUMBER
public boolean hasMajor ()
public int getMajor ()
public boolean hasMinor ()
public int getMinor ()
public boolean hasPatch ()
public int getPatch ()
public boolean hasSuffix ()
public java.lang.String getSuffix ()
public com.android.adservices.jarjar.server.protobuf.ByteString getSuffixBytes ()
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$Version$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$VersionOrBuilder {
public boolean hasMajor ()
public int getMajor ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder setMajor (int)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder clearMajor ()
public boolean hasMinor ()
public int getMinor ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder setMinor (int)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder clearMinor ()
public boolean hasPatch ()
public int getPatch ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder setPatch (int)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder clearPatch ()
public boolean hasSuffix ()
public java.lang.String getSuffix ()
public com.android.adservices.jarjar.server.protobuf.ByteString getSuffixBytes ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder setSuffix (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder clearSuffix ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder setSuffixBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponseOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
public abstract com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponseOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasError ()
public abstract java.lang.String getError ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getErrorBytes ()
public abstract boolean hasSupportedFeatures ()
public abstract long getSupportedFeatures ()
public abstract java.util.List getFileList ()
public abstract com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getFile (int)
public abstract int getFileCount ()
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponseOrBuilder {
public static final int ERROR_FIELD_NUMBER
public static final int SUPPORTED_FEATURES_FIELD_NUMBER
public static final int FILE_FIELD_NUMBER
public boolean hasError ()
public java.lang.String getError ()
public com.android.adservices.jarjar.server.protobuf.ByteString getErrorBytes ()
public boolean hasSupportedFeatures ()
public long getSupportedFeatures ()
public java.util.List getFileList ()
public java.util.List getFileOrBuilderList ()
public int getFileCount ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getFile (int)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder getFileOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse$FileOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
public abstract com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasName ()
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract boolean hasInsertionPoint ()
public abstract java.lang.String getInsertionPoint ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getInsertionPointBytes ()
public abstract boolean hasContent ()
public abstract java.lang.String getContent ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getContentBytes ()
public abstract boolean hasGeneratedCodeInfo ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo getGeneratedCodeInfo ()
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse$File.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int INSERTION_POINT_FIELD_NUMBER
public static final int CONTENT_FIELD_NUMBER
public static final int GENERATED_CODE_INFO_FIELD_NUMBER
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public boolean hasInsertionPoint ()
public java.lang.String getInsertionPoint ()
public com.android.adservices.jarjar.server.protobuf.ByteString getInsertionPointBytes ()
public boolean hasContent ()
public java.lang.String getContent ()
public com.android.adservices.jarjar.server.protobuf.ByteString getContentBytes ()
public boolean hasGeneratedCodeInfo ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo getGeneratedCodeInfo ()
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse$File$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder {
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasInsertionPoint ()
public java.lang.String getInsertionPoint ()
public com.android.adservices.jarjar.server.protobuf.ByteString getInsertionPointBytes ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setInsertionPoint (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clearInsertionPoint ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setInsertionPointBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasContent ()
public java.lang.String getContent ()
public com.android.adservices.jarjar.server.protobuf.ByteString getContentBytes ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setContent (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clearContent ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setContentBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasGeneratedCodeInfo ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo getGeneratedCodeInfo ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setGeneratedCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setGeneratedCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder mergeGeneratedCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clearGeneratedCodeInfo ()
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse$Feature.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
public final enum com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite {
public static final enum com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature FEATURE_NONE
public static final enum com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature FEATURE_PROTO3_OPTIONAL
public static final int FEATURE_NONE_VALUE
public static final int FEATURE_PROTO3_OPTIONAL_VALUE
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature[] values ()
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature valueOf (java.lang.String)
public final int getNumber ()
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature valueOf (int)
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature forNumber (int)
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap ()
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier ()
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse$Feature$FeatureVerifier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature$FeatureVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier {
static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE
public boolean isInRange (int)
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponseOrBuilder {
public boolean hasError ()
public java.lang.String getError ()
public com.android.adservices.jarjar.server.protobuf.ByteString getErrorBytes ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setError (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder clearError ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setErrorBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasSupportedFeatures ()
public long getSupportedFeatures ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setSupportedFeatures (long)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder clearSupportedFeatures ()
public java.util.List getFileList ()
public int getFileCount ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getFile (int)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setFile (int, com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setFile (int, com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addFile (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addFile (int, com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addFile (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addFile (int, com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addAllFile (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder clearFile ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder removeFile (int)
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorRequestOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
public abstract com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequestOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.util.List getFileToGenerateList ()
public abstract int getFileToGenerateCount ()
public abstract java.lang.String getFileToGenerate (int)
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getFileToGenerateBytes (int)
public abstract boolean hasParameter ()
public abstract java.lang.String getParameter ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getParameterBytes ()
public abstract java.util.List getProtoFileList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto getProtoFile (int)
public abstract int getProtoFileCount ()
public abstract boolean hasCompilerVersion ()
public abstract com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version getCompilerVersion ()
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorRequest.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequestOrBuilder {
public static final int FILE_TO_GENERATE_FIELD_NUMBER
public static final int PARAMETER_FIELD_NUMBER
public static final int PROTO_FILE_FIELD_NUMBER
public static final int COMPILER_VERSION_FIELD_NUMBER
public java.util.List getFileToGenerateList ()
public int getFileToGenerateCount ()
public java.lang.String getFileToGenerate (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getFileToGenerateBytes (int)
public boolean hasParameter ()
public java.lang.String getParameter ()
public com.android.adservices.jarjar.server.protobuf.ByteString getParameterBytes ()
public java.util.List getProtoFileList ()
public java.util.List getProtoFileOrBuilderList ()
public int getProtoFileCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto getProtoFile (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder getProtoFileOrBuilder (int)
public boolean hasCompilerVersion ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version getCompilerVersion ()
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorRequest$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf.compiler
public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequestOrBuilder {
public java.util.List getFileToGenerateList ()
public int getFileToGenerateCount ()
public java.lang.String getFileToGenerate (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getFileToGenerateBytes (int)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setFileToGenerate (int, java.lang.String)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addFileToGenerate (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addAllFileToGenerate (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clearFileToGenerate ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addFileToGenerateBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasParameter ()
public java.lang.String getParameter ()
public com.android.adservices.jarjar.server.protobuf.ByteString getParameterBytes ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setParameter (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clearParameter ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setParameterBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.util.List getProtoFileList ()
public int getProtoFileCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto getProtoFile (int)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setProtoFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setProtoFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addProtoFile (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addProtoFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addProtoFile (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addProtoFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addAllProtoFile (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clearProtoFile ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder removeProtoFile (int)
public boolean hasCompilerVersion ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version getCompilerVersion ()
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setCompilerVersion (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setCompilerVersion (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder mergeCompilerVersion (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version)
public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clearCompilerVersion ()
}
com/android/adservices/jarjar/server/protobuf/Writer.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.Writer extends java.lang.Object {
public abstract com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder fieldOrder ()
public abstract void writeSFixed32 (int, int) throws java.io.IOException
public abstract void writeInt64 (int, long) throws java.io.IOException
public abstract void writeSFixed64 (int, long) throws java.io.IOException
public abstract void writeFloat (int, float) throws java.io.IOException
public abstract void writeDouble (int, double) throws java.io.IOException
public abstract void writeEnum (int, int) throws java.io.IOException
public abstract void writeUInt64 (int, long) throws java.io.IOException
public abstract void writeInt32 (int, int) throws java.io.IOException
public abstract void writeFixed64 (int, long) throws java.io.IOException
public abstract void writeFixed32 (int, int) throws java.io.IOException
public abstract void writeBool (int, boolean) throws java.io.IOException
public abstract void writeString (int, java.lang.String) throws java.io.IOException
public abstract void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public abstract void writeUInt32 (int, int) throws java.io.IOException
public abstract void writeSInt32 (int, int) throws java.io.IOException
public abstract void writeSInt64 (int, long) throws java.io.IOException
public abstract void writeMessage (int, java.lang.Object) throws java.io.IOException
public abstract void writeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public abstract void writeGroup (int, java.lang.Object) throws java.io.IOException
public abstract void writeGroup (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public abstract void writeStartGroup (int) throws java.io.IOException
public abstract void writeEndGroup (int) throws java.io.IOException
public abstract void writeInt32List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeFixed32List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeInt64List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeUInt64List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeFixed64List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeFloatList (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeDoubleList (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeEnumList (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeBoolList (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeStringList (int, java.util.List) throws java.io.IOException
public abstract void writeBytesList (int, java.util.List) throws java.io.IOException
public abstract void writeUInt32List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeSFixed32List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeSFixed64List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeSInt32List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeSInt64List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeMessageList (int, java.util.List) throws java.io.IOException
public abstract void writeMessageList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public abstract void writeGroupList (int, java.util.List) throws java.io.IOException
public abstract void writeGroupList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public abstract void writeMessageSetItem (int, java.lang.Object) throws java.io.IOException
public abstract void writeMap (int, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/Writer$FieldOrder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder extends java.lang.Enum {
public static final enum com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder ASCENDING
public static final enum com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder DESCENDING
public static com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder[] values ()
public static com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder valueOf (java.lang.String)
}
com/android/adservices/jarjar/server/protobuf/WrappersProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.WrappersProto extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/jarjar/server/protobuf/WireFormat.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.WireFormat extends java.lang.Object {
static final int FIXED32_SIZE
static final int FIXED64_SIZE
static final int MAX_VARINT32_SIZE
static final int MAX_VARINT64_SIZE
static final int MAX_VARINT_SIZE
public static final int WIRETYPE_VARINT
public static final int WIRETYPE_FIXED64
public static final int WIRETYPE_LENGTH_DELIMITED
public static final int WIRETYPE_START_GROUP
public static final int WIRETYPE_END_GROUP
public static final int WIRETYPE_FIXED32
static final int TAG_TYPE_BITS
static final int TAG_TYPE_MASK
static final int MESSAGE_SET_ITEM
static final int MESSAGE_SET_TYPE_ID
static final int MESSAGE_SET_MESSAGE
static final int MESSAGE_SET_ITEM_TAG
static final int MESSAGE_SET_ITEM_END_TAG
static final int MESSAGE_SET_TYPE_ID_TAG
static final int MESSAGE_SET_MESSAGE_TAG
public static int getTagWireType (int)
public static int getTagFieldNumber (int)
static int makeTag (int, int)
static java.lang.Object readPrimitiveField (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/WireFormat$Utf8Validation.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final enum com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation extends java.lang.Enum {
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation LOOSE
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation STRICT
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation LAZY
public static com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation[] values ()
public static com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation valueOf (java.lang.String)
abstract java.lang.Object readString (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/WireFormat$JavaType.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType extends java.lang.Enum {
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType INT
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType LONG
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType FLOAT
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType DOUBLE
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType BOOLEAN
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType STRING
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType BYTE_STRING
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType ENUM
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType MESSAGE
public static com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType[] values ()
public static com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType valueOf (java.lang.String)
java.lang.Object getDefaultDefault ()
}
com/android/adservices/jarjar/server/protobuf/WireFormat$FieldType.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType extends java.lang.Enum {
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType DOUBLE
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType FLOAT
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType INT64
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType UINT64
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType INT32
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType FIXED64
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType FIXED32
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType BOOL
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType STRING
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType GROUP
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType MESSAGE
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType BYTES
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType UINT32
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType ENUM
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType SFIXED32
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType SFIXED64
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType SINT32
public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType SINT64
public static com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType[] values ()
public static com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType valueOf (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType getJavaType ()
public int getWireType ()
public boolean isPackable ()
}
com/android/adservices/jarjar/server/protobuf/ValueOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.ValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasNullValue ()
public abstract int getNullValueValue ()
public abstract com.android.adservices.jarjar.server.protobuf.NullValue getNullValue ()
public abstract boolean hasNumberValue ()
public abstract double getNumberValue ()
public abstract boolean hasStringValue ()
public abstract java.lang.String getStringValue ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getStringValueBytes ()
public abstract boolean hasBoolValue ()
public abstract boolean getBoolValue ()
public abstract boolean hasStructValue ()
public abstract com.android.adservices.jarjar.server.protobuf.Struct getStructValue ()
public abstract boolean hasListValue ()
public abstract com.android.adservices.jarjar.server.protobuf.ListValue getListValue ()
public abstract com.android.adservices.jarjar.server.protobuf.Value$KindCase getKindCase ()
}
com/android/adservices/jarjar/server/protobuf/Value.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Value extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.ValueOrBuilder {
public static final int NULL_VALUE_FIELD_NUMBER
public static final int NUMBER_VALUE_FIELD_NUMBER
public static final int STRING_VALUE_FIELD_NUMBER
public static final int BOOL_VALUE_FIELD_NUMBER
public static final int STRUCT_VALUE_FIELD_NUMBER
public static final int LIST_VALUE_FIELD_NUMBER
public com.android.adservices.jarjar.server.protobuf.Value$KindCase getKindCase ()
public boolean hasNullValue ()
public int getNullValueValue ()
public com.android.adservices.jarjar.server.protobuf.NullValue getNullValue ()
public boolean hasNumberValue ()
public double getNumberValue ()
public boolean hasStringValue ()
public java.lang.String getStringValue ()
public com.android.adservices.jarjar.server.protobuf.ByteString getStringValueBytes ()
public boolean hasBoolValue ()
public boolean getBoolValue ()
public boolean hasStructValue ()
public com.android.adservices.jarjar.server.protobuf.Struct getStructValue ()
public boolean hasListValue ()
public com.android.adservices.jarjar.server.protobuf.ListValue getListValue ()
public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Value parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Value$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Value$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Value)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Value getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Value$KindCase.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase extends java.lang.Enum {
public static final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase NULL_VALUE
public static final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase NUMBER_VALUE
public static final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase STRING_VALUE
public static final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase BOOL_VALUE
public static final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase STRUCT_VALUE
public static final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase LIST_VALUE
public static final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase KIND_NOT_SET
public static com.android.adservices.jarjar.server.protobuf.Value$KindCase[] values ()
public static com.android.adservices.jarjar.server.protobuf.Value$KindCase valueOf (java.lang.String)
public static com.android.adservices.jarjar.server.protobuf.Value$KindCase valueOf (int)
public static com.android.adservices.jarjar.server.protobuf.Value$KindCase forNumber (int)
public int getNumber ()
}
com/android/adservices/jarjar/server/protobuf/Value$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Value$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.ValueOrBuilder {
public com.android.adservices.jarjar.server.protobuf.Value$KindCase getKindCase ()
public com.android.adservices.jarjar.server.protobuf.Value$Builder clearKind ()
public boolean hasNullValue ()
public int getNullValueValue ()
public com.android.adservices.jarjar.server.protobuf.Value$Builder setNullValueValue (int)
public com.android.adservices.jarjar.server.protobuf.NullValue getNullValue ()
public com.android.adservices.jarjar.server.protobuf.Value$Builder setNullValue (com.android.adservices.jarjar.server.protobuf.NullValue)
public com.android.adservices.jarjar.server.protobuf.Value$Builder clearNullValue ()
public boolean hasNumberValue ()
public double getNumberValue ()
public com.android.adservices.jarjar.server.protobuf.Value$Builder setNumberValue (double)
public com.android.adservices.jarjar.server.protobuf.Value$Builder clearNumberValue ()
public boolean hasStringValue ()
public java.lang.String getStringValue ()
public com.android.adservices.jarjar.server.protobuf.ByteString getStringValueBytes ()
public com.android.adservices.jarjar.server.protobuf.Value$Builder setStringValue (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Value$Builder clearStringValue ()
public com.android.adservices.jarjar.server.protobuf.Value$Builder setStringValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasBoolValue ()
public boolean getBoolValue ()
public com.android.adservices.jarjar.server.protobuf.Value$Builder setBoolValue (boolean)
public com.android.adservices.jarjar.server.protobuf.Value$Builder clearBoolValue ()
public boolean hasStructValue ()
public com.android.adservices.jarjar.server.protobuf.Struct getStructValue ()
public com.android.adservices.jarjar.server.protobuf.Value$Builder setStructValue (com.android.adservices.jarjar.server.protobuf.Struct)
public com.android.adservices.jarjar.server.protobuf.Value$Builder setStructValue (com.android.adservices.jarjar.server.protobuf.Struct$Builder)
public com.android.adservices.jarjar.server.protobuf.Value$Builder mergeStructValue (com.android.adservices.jarjar.server.protobuf.Struct)
public com.android.adservices.jarjar.server.protobuf.Value$Builder clearStructValue ()
public boolean hasListValue ()
public com.android.adservices.jarjar.server.protobuf.ListValue getListValue ()
public com.android.adservices.jarjar.server.protobuf.Value$Builder setListValue (com.android.adservices.jarjar.server.protobuf.ListValue)
public com.android.adservices.jarjar.server.protobuf.Value$Builder setListValue (com.android.adservices.jarjar.server.protobuf.ListValue$Builder)
public com.android.adservices.jarjar.server.protobuf.Value$Builder mergeListValue (com.android.adservices.jarjar.server.protobuf.ListValue)
public com.android.adservices.jarjar.server.protobuf.Value$Builder clearListValue ()
}
com/android/adservices/jarjar/server/protobuf/Utf8.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.Utf8 extends java.lang.Object {
static final int MAX_BYTES_PER_CHAR
static final int COMPLETE
static final int MALFORMED
static boolean isValidUtf8 (byte[])
static boolean isValidUtf8 (byte[], int, int)
static int partialIsValidUtf8 (int, byte[], int, int)
static int encodedLength (java.lang.CharSequence)
static int encode (java.lang.CharSequence, byte[], int, int)
static boolean isValidUtf8 (java.nio.ByteBuffer)
static int partialIsValidUtf8 (int, java.nio.ByteBuffer, int, int)
static java.lang.String decodeUtf8 (java.nio.ByteBuffer, int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
static java.lang.String decodeUtf8 (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
static void encodeUtf8 (java.lang.CharSequence, java.nio.ByteBuffer)
}
com/android/adservices/jarjar/server/protobuf/Utf8$UnsafeProcessor.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.Utf8$UnsafeProcessor extends com.android.adservices.jarjar.server.protobuf.Utf8$Processor {
void <init> ()
static boolean isAvailable ()
int partialIsValidUtf8 (int, byte[], int, int)
int partialIsValidUtf8Direct (int, java.nio.ByteBuffer, int, int)
java.lang.String decodeUtf8 (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
java.lang.String decodeUtf8Direct (java.nio.ByteBuffer, int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
int encodeUtf8 (java.lang.CharSequence, byte[], int, int)
void encodeUtf8Direct (java.lang.CharSequence, java.nio.ByteBuffer)
}
com/android/adservices/jarjar/server/protobuf/Utf8$UnpairedSurrogateException.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.Utf8$UnpairedSurrogateException extends java.lang.IllegalArgumentException {
void <init> (int, int)
}
com/android/adservices/jarjar/server/protobuf/Utf8$SafeProcessor.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.Utf8$SafeProcessor extends com.android.adservices.jarjar.server.protobuf.Utf8$Processor {
void <init> ()
int partialIsValidUtf8 (int, byte[], int, int)
int partialIsValidUtf8Direct (int, java.nio.ByteBuffer, int, int)
java.lang.String decodeUtf8 (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
java.lang.String decodeUtf8Direct (java.nio.ByteBuffer, int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
int encodeUtf8 (java.lang.CharSequence, byte[], int, int)
void encodeUtf8Direct (java.lang.CharSequence, java.nio.ByteBuffer)
}
com/android/adservices/jarjar/server/protobuf/Utf8$Processor.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.Utf8$Processor extends java.lang.Object {
void <init> ()
final boolean isValidUtf8 (byte[], int, int)
abstract int partialIsValidUtf8 (int, byte[], int, int)
final boolean isValidUtf8 (java.nio.ByteBuffer, int, int)
final int partialIsValidUtf8 (int, java.nio.ByteBuffer, int, int)
abstract int partialIsValidUtf8Direct (int, java.nio.ByteBuffer, int, int)
final int partialIsValidUtf8Default (int, java.nio.ByteBuffer, int, int)
abstract java.lang.String decodeUtf8 (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
final java.lang.String decodeUtf8 (java.nio.ByteBuffer, int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
abstract java.lang.String decodeUtf8Direct (java.nio.ByteBuffer, int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
final java.lang.String decodeUtf8Default (java.nio.ByteBuffer, int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
abstract int encodeUtf8 (java.lang.CharSequence, byte[], int, int)
final void encodeUtf8 (java.lang.CharSequence, java.nio.ByteBuffer)
abstract void encodeUtf8Direct (java.lang.CharSequence, java.nio.ByteBuffer)
final void encodeUtf8Default (java.lang.CharSequence, java.nio.ByteBuffer)
}
com/android/adservices/jarjar/server/protobuf/Utf8$DecodeUtil.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.Utf8$DecodeUtil extends java.lang.Object {
}
com/android/adservices/jarjar/server/protobuf/UnsafeUtil.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.UnsafeUtil extends java.lang.Object {
static final long BYTE_ARRAY_BASE_OFFSET
static final boolean IS_BIG_ENDIAN
static boolean hasUnsafeArrayOperations ()
static boolean hasUnsafeByteBufferOperations ()
static boolean isAndroid64 ()
static java.lang.Object allocateInstance (java.lang.Class)
static long objectFieldOffset (java.lang.reflect.Field)
static byte getByte (java.lang.Object, long)
static void putByte (java.lang.Object, long, byte)
static int getInt (java.lang.Object, long)
static void putInt (java.lang.Object, long, int)
static long getLong (java.lang.Object, long)
static void putLong (java.lang.Object, long, long)
static boolean getBoolean (java.lang.Object, long)
static void putBoolean (java.lang.Object, long, boolean)
static float getFloat (java.lang.Object, long)
static void putFloat (java.lang.Object, long, float)
static double getDouble (java.lang.Object, long)
static void putDouble (java.lang.Object, long, double)
static java.lang.Object getObject (java.lang.Object, long)
static void putObject (java.lang.Object, long, java.lang.Object)
static byte getByte (byte[], long)
static void putByte (byte[], long, byte)
static int getInt (int[], long)
static void putInt (int[], long, int)
static long getLong (long[], long)
static void putLong (long[], long, long)
static boolean getBoolean (boolean[], long)
static void putBoolean (boolean[], long, boolean)
static float getFloat (float[], long)
static void putFloat (float[], long, float)
static double getDouble (double[], long)
static void putDouble (double[], long, double)
static java.lang.Object getObject (java.lang.Object[], long)
static void putObject (java.lang.Object[], long, java.lang.Object)
static void copyMemory (byte[], long, long, long)
static void copyMemory (long, byte[], long, long)
static void copyMemory (byte[], long, byte[], long, long)
static byte getByte (long)
static void putByte (long, byte)
static int getInt (long)
static void putInt (long, int)
static long getLong (long)
static void putLong (long, long)
static long addressOffset (java.nio.ByteBuffer)
static java.lang.Object getStaticObject (java.lang.reflect.Field)
static sun.misc.Unsafe getUnsafe ()
static boolean determineAndroidSupportByAddressSize (java.lang.Class)
static int mismatch (byte[], int, byte[], int, int)
}
com/android/adservices/jarjar/server/protobuf/UnsafeUtil$MemoryAccessor.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.UnsafeUtil$MemoryAccessor extends java.lang.Object {
sun.misc.Unsafe unsafe
void <init> (sun.misc.Unsafe)
public final long objectFieldOffset (java.lang.reflect.Field)
public final int arrayBaseOffset (java.lang.Class)
public final int arrayIndexScale (java.lang.Class)
public abstract java.lang.Object getStaticObject (java.lang.reflect.Field)
public boolean supportsUnsafeArrayOperations ()
public abstract byte getByte (java.lang.Object, long)
public abstract void putByte (java.lang.Object, long, byte)
public final int getInt (java.lang.Object, long)
public final void putInt (java.lang.Object, long, int)
public final long getLong (java.lang.Object, long)
public final void putLong (java.lang.Object, long, long)
public abstract boolean getBoolean (java.lang.Object, long)
public abstract void putBoolean (java.lang.Object, long, boolean)
public abstract float getFloat (java.lang.Object, long)
public abstract void putFloat (java.lang.Object, long, float)
public abstract double getDouble (java.lang.Object, long)
public abstract void putDouble (java.lang.Object, long, double)
public final java.lang.Object getObject (java.lang.Object, long)
public final void putObject (java.lang.Object, long, java.lang.Object)
public boolean supportsUnsafeByteBufferOperations ()
public abstract byte getByte (long)
public abstract void putByte (long, byte)
public abstract int getInt (long)
public abstract void putInt (long, int)
public abstract long getLong (long)
public abstract void putLong (long, long)
public abstract void copyMemory (long, byte[], long, long)
public abstract void copyMemory (byte[], long, long, long)
}
com/android/adservices/jarjar/server/protobuf/UnsafeUtil$JvmMemoryAccessor.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.UnsafeUtil$JvmMemoryAccessor extends com.android.adservices.jarjar.server.protobuf.UnsafeUtil$MemoryAccessor {
void <init> (sun.misc.Unsafe)
public java.lang.Object getStaticObject (java.lang.reflect.Field)
public boolean supportsUnsafeArrayOperations ()
public byte getByte (java.lang.Object, long)
public void putByte (java.lang.Object, long, byte)
public boolean getBoolean (java.lang.Object, long)
public void putBoolean (java.lang.Object, long, boolean)
public float getFloat (java.lang.Object, long)
public void putFloat (java.lang.Object, long, float)
public double getDouble (java.lang.Object, long)
public void putDouble (java.lang.Object, long, double)
public boolean supportsUnsafeByteBufferOperations ()
public byte getByte (long)
public void putByte (long, byte)
public int getInt (long)
public void putInt (long, int)
public long getLong (long)
public void putLong (long, long)
public void copyMemory (long, byte[], long, long)
public void copyMemory (byte[], long, long, long)
}
com/android/adservices/jarjar/server/protobuf/UnsafeUtil$Android64MemoryAccessor.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.UnsafeUtil$Android64MemoryAccessor extends com.android.adservices.jarjar.server.protobuf.UnsafeUtil$MemoryAccessor {
void <init> (sun.misc.Unsafe)
public java.lang.Object getStaticObject (java.lang.reflect.Field)
public byte getByte (java.lang.Object, long)
public void putByte (java.lang.Object, long, byte)
public boolean getBoolean (java.lang.Object, long)
public void putBoolean (java.lang.Object, long, boolean)
public float getFloat (java.lang.Object, long)
public void putFloat (java.lang.Object, long, float)
public double getDouble (java.lang.Object, long)
public void putDouble (java.lang.Object, long, double)
public boolean supportsUnsafeByteBufferOperations ()
public byte getByte (long)
public void putByte (long, byte)
public int getInt (long)
public void putInt (long, int)
public long getLong (long)
public void putLong (long, long)
public void copyMemory (long, byte[], long, long)
public void copyMemory (byte[], long, long, long)
}
com/android/adservices/jarjar/server/protobuf/UnsafeUtil$Android32MemoryAccessor.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.UnsafeUtil$Android32MemoryAccessor extends com.android.adservices.jarjar.server.protobuf.UnsafeUtil$MemoryAccessor {
void <init> (sun.misc.Unsafe)
public java.lang.Object getStaticObject (java.lang.reflect.Field)
public byte getByte (java.lang.Object, long)
public void putByte (java.lang.Object, long, byte)
public boolean getBoolean (java.lang.Object, long)
public void putBoolean (java.lang.Object, long, boolean)
public float getFloat (java.lang.Object, long)
public void putFloat (java.lang.Object, long, float)
public double getDouble (java.lang.Object, long)
public void putDouble (java.lang.Object, long, double)
public boolean supportsUnsafeByteBufferOperations ()
public byte getByte (long)
public void putByte (long, byte)
public int getInt (long)
public void putInt (long, int)
public long getLong (long)
public void putLong (long, long)
public void copyMemory (long, byte[], long, long)
public void copyMemory (byte[], long, long, long)
}
com/android/adservices/jarjar/server/protobuf/UnsafeByteOperations.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.UnsafeByteOperations extends java.lang.Object {
public static com.android.adservices.jarjar.server.protobuf.ByteString unsafeWrap (byte[])
public static com.android.adservices.jarjar.server.protobuf.ByteString unsafeWrap (byte[], int, int)
public static com.android.adservices.jarjar.server.protobuf.ByteString unsafeWrap (java.nio.ByteBuffer)
public static void unsafeWriteTo (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/UnmodifiableLazyStringList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.UnmodifiableLazyStringList extends java.util.AbstractList implements com.android.adservices.jarjar.server.protobuf.LazyStringList java.util.RandomAccess {
public void <init> (com.android.adservices.jarjar.server.protobuf.LazyStringList)
public java.lang.String get (int)
public java.lang.Object getRaw (int)
public int size ()
public com.android.adservices.jarjar.server.protobuf.ByteString getByteString (int)
public void add (com.android.adservices.jarjar.server.protobuf.ByteString)
public void set (int, com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean addAllByteString (java.util.Collection)
public byte[] getByteArray (int)
public void add (byte[])
public void set (int, byte[])
public boolean addAllByteArray (java.util.Collection)
public java.util.ListIterator listIterator (int)
public java.util.Iterator iterator ()
public java.util.List getUnderlyingElements ()
public void mergeFrom (com.android.adservices.jarjar.server.protobuf.LazyStringList)
public java.util.List asByteArrayList ()
public java.util.List asByteStringList ()
public com.android.adservices.jarjar.server.protobuf.LazyStringList getUnmodifiableView ()
}
com/android/adservices/jarjar/server/protobuf/UnknownFieldSetLiteSchema.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLiteSchema extends com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema {
void <init> ()
boolean shouldDiscardUnknownFields (com.android.adservices.jarjar.server.protobuf.Reader)
com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite newBuilder ()
void addVarint (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, int, long)
void addFixed32 (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, int, int)
void addFixed64 (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, int, long)
void addLengthDelimited (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, int, com.android.adservices.jarjar.server.protobuf.ByteString)
void addGroup (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, int, com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite)
com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite toImmutable (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite)
void setToMessage (java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite)
com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite getFromMessage (java.lang.Object)
com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite getBuilderFromMessage (java.lang.Object)
void setBuilderToMessage (java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite)
void makeImmutable (java.lang.Object)
void writeTo (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
void writeAsMessageSetTo (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite merge (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite)
int getSerializedSize (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite)
int getSerializedSizeAsMessageSet (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite)
}
com/android/adservices/jarjar/server/protobuf/UnknownFieldSetLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite extends java.lang.Object {
public static com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite getDefaultInstance ()
static com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite newInstance ()
static com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite mutableCopyOf (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite)
public void makeImmutable ()
void checkMutable ()
public void writeTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
public void writeAsMessageSetTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
void writeAsMessageSetTo (com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public void writeTo (com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public int getSerializedSizeAsMessageSet ()
public int getSerializedSize ()
public boolean equals (java.lang.Object)
public int hashCode ()
final void printWithIndent (java.lang.StringBuilder, int)
void storeField (int, java.lang.Object)
boolean mergeFieldFrom (int, com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite mergeVarintField (int, int)
com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite mergeLengthDelimitedField (int, com.android.adservices.jarjar.server.protobuf.ByteString)
com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite mergeFrom (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite)
}
com/android/adservices/jarjar/server/protobuf/UnknownFieldSchema.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema extends java.lang.Object {
void <init> ()
abstract boolean shouldDiscardUnknownFields (com.android.adservices.jarjar.server.protobuf.Reader)
abstract void addVarint (java.lang.Object, int, long)
abstract void addFixed32 (java.lang.Object, int, int)
abstract void addFixed64 (java.lang.Object, int, long)
abstract void addLengthDelimited (java.lang.Object, int, com.android.adservices.jarjar.server.protobuf.ByteString)
abstract void addGroup (java.lang.Object, int, java.lang.Object)
abstract java.lang.Object newBuilder ()
abstract java.lang.Object toImmutable (java.lang.Object)
abstract void setToMessage (java.lang.Object, java.lang.Object)
abstract java.lang.Object getFromMessage (java.lang.Object)
abstract java.lang.Object getBuilderFromMessage (java.lang.Object)
abstract void setBuilderToMessage (java.lang.Object, java.lang.Object)
abstract void makeImmutable (java.lang.Object)
final boolean mergeOneFieldFrom (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader) throws java.io.IOException
final void mergeFrom (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader) throws java.io.IOException
abstract void writeTo (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
abstract void writeAsMessageSetTo (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
abstract java.lang.Object merge (java.lang.Object, java.lang.Object)
abstract int getSerializedSizeAsMessageSet (java.lang.Object)
abstract int getSerializedSize (java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/UninitializedMessageException.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.UninitializedMessageException extends java.lang.RuntimeException {
public void <init> (com.android.adservices.jarjar.server.protobuf.MessageLite)
public void <init> (java.util.List)
public java.util.List getMissingFields ()
public com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException asInvalidProtocolBufferException ()
}
com/android/adservices/jarjar/server/protobuf/UInt64ValueOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.UInt64ValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract long getValue ()
}
com/android/adservices/jarjar/server/protobuf/UInt64Value.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.UInt64Value extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.UInt64ValueOrBuilder {
public static final int VALUE_FIELD_NUMBER
public long getValue ()
public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.UInt64Value$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.UInt64Value$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.UInt64Value)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.UInt64Value getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.UInt64Value of (long)
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/UInt64Value$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.UInt64Value$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.UInt64ValueOrBuilder {
public long getValue ()
public com.android.adservices.jarjar.server.protobuf.UInt64Value$Builder setValue (long)
public com.android.adservices.jarjar.server.protobuf.UInt64Value$Builder clearValue ()
}
com/android/adservices/jarjar/server/protobuf/UInt32ValueOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.UInt32ValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract int getValue ()
}
com/android/adservices/jarjar/server/protobuf/UInt32Value.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.UInt32Value extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.UInt32ValueOrBuilder {
public static final int VALUE_FIELD_NUMBER
public int getValue ()
public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.UInt32Value$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.UInt32Value$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.UInt32Value)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.UInt32Value getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.UInt32Value of (int)
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/UInt32Value$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.UInt32Value$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.UInt32ValueOrBuilder {
public int getValue ()
public com.android.adservices.jarjar.server.protobuf.UInt32Value$Builder setValue (int)
public com.android.adservices.jarjar.server.protobuf.UInt32Value$Builder clearValue ()
}
com/android/adservices/jarjar/server/protobuf/TypeProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.TypeProto extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/jarjar/server/protobuf/TypeOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.TypeOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract java.util.List getFieldsList ()
public abstract com.android.adservices.jarjar.server.protobuf.Field getFields (int)
public abstract int getFieldsCount ()
public abstract java.util.List getOneofsList ()
public abstract int getOneofsCount ()
public abstract java.lang.String getOneofs (int)
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getOneofsBytes (int)
public abstract java.util.List getOptionsList ()
public abstract com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public abstract int getOptionsCount ()
public abstract boolean hasSourceContext ()
public abstract com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext ()
public abstract int getSyntaxValue ()
public abstract com.android.adservices.jarjar.server.protobuf.Syntax getSyntax ()
}
com/android/adservices/jarjar/server/protobuf/Type.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Type extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.TypeOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int FIELDS_FIELD_NUMBER
public static final int ONEOFS_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static final int SOURCE_CONTEXT_FIELD_NUMBER
public static final int SYNTAX_FIELD_NUMBER
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public java.util.List getFieldsList ()
public java.util.List getFieldsOrBuilderList ()
public int getFieldsCount ()
public com.android.adservices.jarjar.server.protobuf.Field getFields (int)
public com.android.adservices.jarjar.server.protobuf.FieldOrBuilder getFieldsOrBuilder (int)
public java.util.List getOneofsList ()
public int getOneofsCount ()
public java.lang.String getOneofs (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getOneofsBytes (int)
public java.util.List getOptionsList ()
public java.util.List getOptionsOrBuilderList ()
public int getOptionsCount ()
public com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public com.android.adservices.jarjar.server.protobuf.OptionOrBuilder getOptionsOrBuilder (int)
public boolean hasSourceContext ()
public com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext ()
public int getSyntaxValue ()
public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax ()
public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Type parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Type parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Type$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Type$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Type)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Type getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Type$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Type$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.TypeOrBuilder {
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.Type$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Type$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.Type$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.util.List getFieldsList ()
public int getFieldsCount ()
public com.android.adservices.jarjar.server.protobuf.Field getFields (int)
public com.android.adservices.jarjar.server.protobuf.Type$Builder setFields (int, com.android.adservices.jarjar.server.protobuf.Field)
public com.android.adservices.jarjar.server.protobuf.Type$Builder setFields (int, com.android.adservices.jarjar.server.protobuf.Field$Builder)
public com.android.adservices.jarjar.server.protobuf.Type$Builder addFields (com.android.adservices.jarjar.server.protobuf.Field)
public com.android.adservices.jarjar.server.protobuf.Type$Builder addFields (int, com.android.adservices.jarjar.server.protobuf.Field)
public com.android.adservices.jarjar.server.protobuf.Type$Builder addFields (com.android.adservices.jarjar.server.protobuf.Field$Builder)
public com.android.adservices.jarjar.server.protobuf.Type$Builder addFields (int, com.android.adservices.jarjar.server.protobuf.Field$Builder)
public com.android.adservices.jarjar.server.protobuf.Type$Builder addAllFields (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.Type$Builder clearFields ()
public com.android.adservices.jarjar.server.protobuf.Type$Builder removeFields (int)
public java.util.List getOneofsList ()
public int getOneofsCount ()
public java.lang.String getOneofs (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getOneofsBytes (int)
public com.android.adservices.jarjar.server.protobuf.Type$Builder setOneofs (int, java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Type$Builder addOneofs (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Type$Builder addAllOneofs (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.Type$Builder clearOneofs ()
public com.android.adservices.jarjar.server.protobuf.Type$Builder addOneofsBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.util.List getOptionsList ()
public int getOptionsCount ()
public com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public com.android.adservices.jarjar.server.protobuf.Type$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Type$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Type$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Type$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Type$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Type$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Type$Builder addAllOptions (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.Type$Builder clearOptions ()
public com.android.adservices.jarjar.server.protobuf.Type$Builder removeOptions (int)
public boolean hasSourceContext ()
public com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext ()
public com.android.adservices.jarjar.server.protobuf.Type$Builder setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext)
public com.android.adservices.jarjar.server.protobuf.Type$Builder setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext$Builder)
public com.android.adservices.jarjar.server.protobuf.Type$Builder mergeSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext)
public com.android.adservices.jarjar.server.protobuf.Type$Builder clearSourceContext ()
public int getSyntaxValue ()
public com.android.adservices.jarjar.server.protobuf.Type$Builder setSyntaxValue (int)
public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax ()
public com.android.adservices.jarjar.server.protobuf.Type$Builder setSyntax (com.android.adservices.jarjar.server.protobuf.Syntax)
public com.android.adservices.jarjar.server.protobuf.Type$Builder clearSyntax ()
}
com/android/adservices/jarjar/server/protobuf/TimestampProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.TimestampProto extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/jarjar/server/protobuf/TimestampOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.TimestampOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract long getSeconds ()
public abstract int getNanos ()
}
com/android/adservices/jarjar/server/protobuf/Timestamp.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Timestamp extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.TimestampOrBuilder {
public static final int SECONDS_FIELD_NUMBER
public static final int NANOS_FIELD_NUMBER
public long getSeconds ()
public int getNanos ()
public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Timestamp parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Timestamp parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Timestamp$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Timestamp$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Timestamp)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Timestamp getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Timestamp$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Timestamp$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.TimestampOrBuilder {
public long getSeconds ()
public com.android.adservices.jarjar.server.protobuf.Timestamp$Builder setSeconds (long)
public com.android.adservices.jarjar.server.protobuf.Timestamp$Builder clearSeconds ()
public int getNanos ()
public com.android.adservices.jarjar.server.protobuf.Timestamp$Builder setNanos (int)
public com.android.adservices.jarjar.server.protobuf.Timestamp$Builder clearNanos ()
}
com/android/adservices/jarjar/server/protobuf/TextFormatEscaper.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.TextFormatEscaper extends java.lang.Object {
static java.lang.String escapeBytes (com.android.adservices.jarjar.server.protobuf.TextFormatEscaper$ByteSequence)
static java.lang.String escapeBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
static java.lang.String escapeBytes (byte[])
static java.lang.String escapeText (java.lang.String)
static java.lang.String escapeDoubleQuotesAndBackslashes (java.lang.String)
}
com/android/adservices/jarjar/server/protobuf/TextFormatEscaper$ByteSequence.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.TextFormatEscaper$ByteSequence extends java.lang.Object {
public abstract int size ()
public abstract byte byteAt (int)
}
com/android/adservices/jarjar/server/protobuf/Syntax.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.Syntax extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite {
public static final enum com.android.adservices.jarjar.server.protobuf.Syntax SYNTAX_PROTO2
public static final enum com.android.adservices.jarjar.server.protobuf.Syntax SYNTAX_PROTO3
public static final enum com.android.adservices.jarjar.server.protobuf.Syntax UNRECOGNIZED
public static final int SYNTAX_PROTO2_VALUE
public static final int SYNTAX_PROTO3_VALUE
public static com.android.adservices.jarjar.server.protobuf.Syntax[] values ()
public static com.android.adservices.jarjar.server.protobuf.Syntax valueOf (java.lang.String)
public final int getNumber ()
public static com.android.adservices.jarjar.server.protobuf.Syntax valueOf (int)
public static com.android.adservices.jarjar.server.protobuf.Syntax forNumber (int)
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap ()
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier ()
}
com/android/adservices/jarjar/server/protobuf/Syntax$SyntaxVerifier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.Syntax$SyntaxVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier {
static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE
public boolean isInRange (int)
}
com/android/adservices/jarjar/server/protobuf/StructuralMessageInfo.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.StructuralMessageInfo extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageInfo {
void <init> (com.android.adservices.jarjar.server.protobuf.ProtoSyntax, boolean, int[], com.android.adservices.jarjar.server.protobuf.FieldInfo[], java.lang.Object)
public com.android.adservices.jarjar.server.protobuf.ProtoSyntax getSyntax ()
public boolean isMessageSetWireFormat ()
public int[] getCheckInitialized ()
public com.android.adservices.jarjar.server.protobuf.FieldInfo[] getFields ()
public com.android.adservices.jarjar.server.protobuf.MessageLite getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.StructuralMessageInfo$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.StructuralMessageInfo$Builder newBuilder (int)
}
com/android/adservices/jarjar/server/protobuf/StructuralMessageInfo$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.StructuralMessageInfo$Builder extends java.lang.Object {
public void <init> ()
public void <init> (int)
public void withDefaultInstance (java.lang.Object)
public void withSyntax (com.android.adservices.jarjar.server.protobuf.ProtoSyntax)
public void withMessageSetWireFormat (boolean)
public void withCheckInitialized (int[])
public void withField (com.android.adservices.jarjar.server.protobuf.FieldInfo)
public com.android.adservices.jarjar.server.protobuf.StructuralMessageInfo build ()
}
com/android/adservices/jarjar/server/protobuf/StructProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.StructProto extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/jarjar/server/protobuf/StructOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.StructOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract int getFieldsCount ()
public abstract boolean containsFields (java.lang.String)
public abstract java.util.Map getFields ()
public abstract java.util.Map getFieldsMap ()
public abstract com.android.adservices.jarjar.server.protobuf.Value getFieldsOrDefault (java.lang.String, com.android.adservices.jarjar.server.protobuf.Value)
public abstract com.android.adservices.jarjar.server.protobuf.Value getFieldsOrThrow (java.lang.String)
}
com/android/adservices/jarjar/server/protobuf/Struct.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Struct extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.StructOrBuilder {
public static final int FIELDS_FIELD_NUMBER
public int getFieldsCount ()
public boolean containsFields (java.lang.String)
public java.util.Map getFields ()
public java.util.Map getFieldsMap ()
public com.android.adservices.jarjar.server.protobuf.Value getFieldsOrDefault (java.lang.String, com.android.adservices.jarjar.server.protobuf.Value)
public com.android.adservices.jarjar.server.protobuf.Value getFieldsOrThrow (java.lang.String)
public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Struct parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Struct parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Struct$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Struct$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Struct)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Struct getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Struct$FieldsDefaultEntryHolder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.Struct$FieldsDefaultEntryHolder extends java.lang.Object {
static final com.android.adservices.jarjar.server.protobuf.MapEntryLite defaultEntry
}
com/android/adservices/jarjar/server/protobuf/Struct$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Struct$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.StructOrBuilder {
public int getFieldsCount ()
public boolean containsFields (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Struct$Builder clearFields ()
public com.android.adservices.jarjar.server.protobuf.Struct$Builder removeFields (java.lang.String)
public java.util.Map getFields ()
public java.util.Map getFieldsMap ()
public com.android.adservices.jarjar.server.protobuf.Value getFieldsOrDefault (java.lang.String, com.android.adservices.jarjar.server.protobuf.Value)
public com.android.adservices.jarjar.server.protobuf.Value getFieldsOrThrow (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Struct$Builder putFields (java.lang.String, com.android.adservices.jarjar.server.protobuf.Value)
public com.android.adservices.jarjar.server.protobuf.Struct$Builder putAllFields (java.util.Map)
}
com/android/adservices/jarjar/server/protobuf/StringValueOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.StringValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.lang.String getValue ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getValueBytes ()
}
com/android/adservices/jarjar/server/protobuf/StringValue.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.StringValue extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.StringValueOrBuilder {
public static final int VALUE_FIELD_NUMBER
public java.lang.String getValue ()
public com.android.adservices.jarjar.server.protobuf.ByteString getValueBytes ()
public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.StringValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.StringValue parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.StringValue$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.StringValue$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.StringValue)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.StringValue getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.StringValue of (java.lang.String)
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/StringValue$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.StringValue$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.StringValueOrBuilder {
public java.lang.String getValue ()
public com.android.adservices.jarjar.server.protobuf.ByteString getValueBytes ()
public com.android.adservices.jarjar.server.protobuf.StringValue$Builder setValue (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.StringValue$Builder clearValue ()
public com.android.adservices.jarjar.server.protobuf.StringValue$Builder setValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
}
com/android/adservices/jarjar/server/protobuf/SourceContextProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.SourceContextProto extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/jarjar/server/protobuf/SourceContextOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.SourceContextOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.lang.String getFileName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getFileNameBytes ()
}
com/android/adservices/jarjar/server/protobuf/SourceContext.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.SourceContext extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.SourceContextOrBuilder {
public static final int FILE_NAME_FIELD_NUMBER
public java.lang.String getFileName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getFileNameBytes ()
public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.SourceContext parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.SourceContext parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.SourceContext$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.SourceContext$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.SourceContext)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.SourceContext getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/SourceContext$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.SourceContext$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.SourceContextOrBuilder {
public java.lang.String getFileName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getFileNameBytes ()
public com.android.adservices.jarjar.server.protobuf.SourceContext$Builder setFileName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.SourceContext$Builder clearFileName ()
public com.android.adservices.jarjar.server.protobuf.SourceContext$Builder setFileNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
}
com/android/adservices/jarjar/server/protobuf/SmallSortedMap.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.SmallSortedMap extends java.util.AbstractMap {
static com.android.adservices.jarjar.server.protobuf.SmallSortedMap newFieldMap (int)
static com.android.adservices.jarjar.server.protobuf.SmallSortedMap newInstanceForTest (int)
public void makeImmutable ()
public boolean isImmutable ()
public int getNumArrayEntries ()
public java.util.Map$Entry getArrayEntryAt (int)
public int getNumOverflowEntries ()
public java.lang.Iterable getOverflowEntries ()
java.lang.Iterable getOverflowEntriesDescending ()
public int size ()
public boolean containsKey (java.lang.Object)
public java.lang.Object get (java.lang.Object)
public java.lang.Object put (java.lang.Comparable, java.lang.Object)
public void clear ()
public java.lang.Object remove (java.lang.Object)
public java.util.Set entrySet ()
java.util.Set descendingEntrySet ()
public boolean equals (java.lang.Object)
public int hashCode ()
}
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$EntrySet.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.SmallSortedMap$EntrySet extends java.util.AbstractSet {
public java.util.Iterator iterator ()
public int size ()
public boolean contains (java.lang.Object)
public boolean add (java.util.Map$Entry)
public boolean remove (java.lang.Object)
public void clear ()
}
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$EntryIterator.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.SmallSortedMap$EntryIterator extends java.lang.Object implements java.util.Iterator {
public boolean hasNext ()
public java.util.Map$Entry next ()
public void remove ()
}
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$Entry.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.SmallSortedMap$Entry extends java.lang.Object implements java.util.Map$Entry java.lang.Comparable {
void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap, java.util.Map$Entry)
void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap, java.lang.Comparable, java.lang.Object)
public java.lang.Comparable getKey ()
public java.lang.Object getValue ()
public int compareTo (com.android.adservices.jarjar.server.protobuf.SmallSortedMap$Entry)
public java.lang.Object setValue (java.lang.Object)
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
}
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$EmptySet.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.SmallSortedMap$EmptySet extends java.lang.Object {
static java.lang.Iterable iterable ()
}
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$DescendingEntrySet.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.SmallSortedMap$DescendingEntrySet extends com.android.adservices.jarjar.server.protobuf.SmallSortedMap$EntrySet {
public java.util.Iterator iterator ()
}
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$DescendingEntryIterator.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.SmallSortedMap$DescendingEntryIterator extends java.lang.Object implements java.util.Iterator {
public boolean hasNext ()
public java.util.Map$Entry next ()
public void remove ()
}
com/android/adservices/jarjar/server/protobuf/SchemaUtil.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.SchemaUtil extends java.lang.Object {
public static void requireGeneratedMessage (java.lang.Class)
public static void writeDouble (int, double, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeFloat (int, float, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeInt64 (int, long, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeUInt64 (int, long, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeSInt64 (int, long, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeFixed64 (int, long, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeSFixed64 (int, long, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeInt32 (int, int, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeUInt32 (int, int, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeSInt32 (int, int, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeFixed32 (int, int, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeSFixed32 (int, int, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeEnum (int, int, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeBool (int, boolean, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeString (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeDoubleList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException
public static void writeFloatList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException
public static void writeInt64List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException
public static void writeUInt64List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException
public static void writeSInt64List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException
public static void writeFixed64List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException
public static void writeSFixed64List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException
public static void writeInt32List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException
public static void writeUInt32List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException
public static void writeSInt32List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException
public static void writeFixed32List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException
public static void writeSFixed32List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException
public static void writeEnumList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException
public static void writeBoolList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException
public static void writeStringList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeBytesList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeMessageList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeMessageList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public static void writeLazyFieldList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeGroupList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public static void writeGroupList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
static int computeSizeInt64ListNoTag (java.util.List)
static int computeSizeInt64List (int, java.util.List, boolean)
static int computeSizeUInt64ListNoTag (java.util.List)
static int computeSizeUInt64List (int, java.util.List, boolean)
static int computeSizeSInt64ListNoTag (java.util.List)
static int computeSizeSInt64List (int, java.util.List, boolean)
static int computeSizeEnumListNoTag (java.util.List)
static int computeSizeEnumList (int, java.util.List, boolean)
static int computeSizeInt32ListNoTag (java.util.List)
static int computeSizeInt32List (int, java.util.List, boolean)
static int computeSizeUInt32ListNoTag (java.util.List)
static int computeSizeUInt32List (int, java.util.List, boolean)
static int computeSizeSInt32ListNoTag (java.util.List)
static int computeSizeSInt32List (int, java.util.List, boolean)
static int computeSizeFixed32ListNoTag (java.util.List)
static int computeSizeFixed32List (int, java.util.List, boolean)
static int computeSizeFixed64ListNoTag (java.util.List)
static int computeSizeFixed64List (int, java.util.List, boolean)
static int computeSizeBoolListNoTag (java.util.List)
static int computeSizeBoolList (int, java.util.List, boolean)
static int computeSizeStringList (int, java.util.List)
static int computeSizeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema)
static int computeSizeMessageList (int, java.util.List)
static int computeSizeMessageList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema)
static int computeSizeByteStringList (int, java.util.List)
static int computeSizeGroupList (int, java.util.List)
static int computeSizeGroupList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema)
public static boolean shouldUseTableSwitch (com.android.adservices.jarjar.server.protobuf.FieldInfo[])
public static boolean shouldUseTableSwitch (int, int, int)
public static com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema proto2UnknownFieldSetSchema ()
public static com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema proto3UnknownFieldSetSchema ()
public static com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSetLiteSchema ()
static java.lang.Object getMapDefaultEntry (java.lang.Class, java.lang.String)
static java.lang.String toCamelCase (java.lang.String, boolean)
static boolean safeEquals (java.lang.Object, java.lang.Object)
static void mergeMap (com.android.adservices.jarjar.server.protobuf.MapFieldSchema, java.lang.Object, java.lang.Object, long)
static void mergeExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionSchema, java.lang.Object, java.lang.Object)
static void mergeUnknownFields (com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, java.lang.Object, java.lang.Object)
static java.lang.Object filterUnknownEnumList (java.lang.Object, int, java.util.List, com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap, java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema)
static java.lang.Object filterUnknownEnumList (java.lang.Object, int, java.util.List, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier, java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema)
static java.lang.Object storeUnknownEnum (java.lang.Object, int, int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema)
}
com/android/adservices/jarjar/server/protobuf/SchemaFactory.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.SchemaFactory extends java.lang.Object {
public abstract com.android.adservices.jarjar.server.protobuf.Schema createSchema (java.lang.Class)
}
com/android/adservices/jarjar/server/protobuf/Schema.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.Schema extends java.lang.Object {
public abstract void writeTo (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public abstract void mergeFrom (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void mergeFrom (java.lang.Object, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
public abstract void makeImmutable (java.lang.Object)
public abstract boolean isInitialized (java.lang.Object)
public abstract java.lang.Object newInstance ()
public abstract boolean equals (java.lang.Object, java.lang.Object)
public abstract int hashCode (java.lang.Object)
public abstract void mergeFrom (java.lang.Object, java.lang.Object)
public abstract int getSerializedSize (java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/RopeByteString.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.RopeByteString extends com.android.adservices.jarjar.server.protobuf.ByteString {
static final int[] minLengthByDepth
static com.android.adservices.jarjar.server.protobuf.ByteString concatenate (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ByteString)
static com.android.adservices.jarjar.server.protobuf.RopeByteString newInstanceForTest (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ByteString)
static int minLength (int)
public byte byteAt (int)
byte internalByteAt (int)
public int size ()
public com.android.adservices.jarjar.server.protobuf.ByteString$ByteIterator iterator ()
protected int getTreeDepth ()
protected boolean isBalanced ()
public com.android.adservices.jarjar.server.protobuf.ByteString substring (int, int)
protected void copyToInternal (byte[], int, int, int)
public void copyTo (java.nio.ByteBuffer)
public java.nio.ByteBuffer asReadOnlyByteBuffer ()
public java.util.List asReadOnlyByteBufferList ()
public void writeTo (java.io.OutputStream) throws java.io.IOException
void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException
void writeTo (com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException
void writeToReverse (com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException
protected java.lang.String toStringInternal (java.nio.charset.Charset)
public boolean isValidUtf8 ()
protected int partialIsValidUtf8 (int, int, int)
public boolean equals (java.lang.Object)
protected int partialHash (int, int, int)
public com.android.adservices.jarjar.server.protobuf.CodedInputStream newCodedInput ()
public java.io.InputStream newInput ()
java.lang.Object writeReplace ()
}
com/android/adservices/jarjar/server/protobuf/RopeByteString$RopeInputStream.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.RopeByteString$RopeInputStream extends java.io.InputStream {
public void <init> (com.android.adservices.jarjar.server.protobuf.RopeByteString)
public int read (byte[], int, int)
public long skip (long)
public int read () throws java.io.IOException
public int available () throws java.io.IOException
public boolean markSupported ()
public void mark (int)
public synchronized void reset ()
}
com/android/adservices/jarjar/server/protobuf/RopeByteString$PieceIterator.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.RopeByteString$PieceIterator extends java.lang.Object implements java.util.Iterator {
public boolean hasNext ()
public com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString next ()
public void remove ()
}
com/android/adservices/jarjar/server/protobuf/RopeByteString$Balancer.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.RopeByteString$Balancer extends java.lang.Object {
}
com/android/adservices/jarjar/server/protobuf/Reader.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.Reader extends java.lang.Object {
public static final int READ_DONE
public static final int TAG_UNKNOWN
public abstract boolean shouldDiscardUnknownFields ()
public abstract int getFieldNumber () throws java.io.IOException
public abstract int getTag ()
public abstract boolean skipField () throws java.io.IOException
public abstract double readDouble () throws java.io.IOException
public abstract float readFloat () throws java.io.IOException
public abstract long readUInt64 () throws java.io.IOException
public abstract long readInt64 () throws java.io.IOException
public abstract int readInt32 () throws java.io.IOException
public abstract long readFixed64 () throws java.io.IOException
public abstract int readFixed32 () throws java.io.IOException
public abstract boolean readBool () throws java.io.IOException
public abstract java.lang.String readString () throws java.io.IOException
public abstract java.lang.String readStringRequireUtf8 () throws java.io.IOException
public abstract java.lang.Object readMessageBySchemaWithCheck (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract java.lang.Object readMessage (java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract java.lang.Object readGroup (java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract java.lang.Object readGroupBySchemaWithCheck (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void mergeMessageField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void mergeGroupField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException
public abstract int readUInt32 () throws java.io.IOException
public abstract int readEnum () throws java.io.IOException
public abstract int readSFixed32 () throws java.io.IOException
public abstract long readSFixed64 () throws java.io.IOException
public abstract int readSInt32 () throws java.io.IOException
public abstract long readSInt64 () throws java.io.IOException
public abstract void readDoubleList (java.util.List) throws java.io.IOException
public abstract void readFloatList (java.util.List) throws java.io.IOException
public abstract void readUInt64List (java.util.List) throws java.io.IOException
public abstract void readInt64List (java.util.List) throws java.io.IOException
public abstract void readInt32List (java.util.List) throws java.io.IOException
public abstract void readFixed64List (java.util.List) throws java.io.IOException
public abstract void readFixed32List (java.util.List) throws java.io.IOException
public abstract void readBoolList (java.util.List) throws java.io.IOException
public abstract void readStringList (java.util.List) throws java.io.IOException
public abstract void readStringListRequireUtf8 (java.util.List) throws java.io.IOException
public abstract void readMessageList (java.util.List, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void readMessageList (java.util.List, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void readGroupList (java.util.List, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void readGroupList (java.util.List, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void readBytesList (java.util.List) throws java.io.IOException
public abstract void readUInt32List (java.util.List) throws java.io.IOException
public abstract void readEnumList (java.util.List) throws java.io.IOException
public abstract void readSFixed32List (java.util.List) throws java.io.IOException
public abstract void readSFixed64List (java.util.List) throws java.io.IOException
public abstract void readSInt32List (java.util.List) throws java.io.IOException
public abstract void readSInt64List (java.util.List) throws java.io.IOException
public abstract void readMap (java.util.Map, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/RawMessageInfo.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.RawMessageInfo extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageInfo {
void <init> (com.android.adservices.jarjar.server.protobuf.MessageLite, java.lang.String, java.lang.Object[])
java.lang.String getStringInfo ()
java.lang.Object[] getObjects ()
public com.android.adservices.jarjar.server.protobuf.MessageLite getDefaultInstance ()
public com.android.adservices.jarjar.server.protobuf.ProtoSyntax getSyntax ()
public boolean isMessageSetWireFormat ()
}
com/android/adservices/jarjar/server/protobuf/ProtocolStringList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.ProtocolStringList extends java.lang.Object implements java.util.List {
public abstract java.util.List asByteStringList ()
}
com/android/adservices/jarjar/server/protobuf/ProtobufLists.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ProtobufLists extends java.lang.Object {
public static com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList emptyProtobufList ()
public static com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopy (com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList)
public static com.android.adservices.jarjar.server.protobuf.Internal$BooleanList emptyBooleanList ()
public static com.android.adservices.jarjar.server.protobuf.Internal$BooleanList newBooleanList ()
public static com.android.adservices.jarjar.server.protobuf.Internal$IntList emptyIntList ()
public static com.android.adservices.jarjar.server.protobuf.Internal$IntList newIntList ()
public static com.android.adservices.jarjar.server.protobuf.Internal$LongList emptyLongList ()
public static com.android.adservices.jarjar.server.protobuf.Internal$LongList newLongList ()
public static com.android.adservices.jarjar.server.protobuf.Internal$FloatList emptyFloatList ()
public static com.android.adservices.jarjar.server.protobuf.Internal$FloatList newFloatList ()
public static com.android.adservices.jarjar.server.protobuf.Internal$DoubleList emptyDoubleList ()
public static com.android.adservices.jarjar.server.protobuf.Internal$DoubleList newDoubleList ()
}
com/android/adservices/jarjar/server/protobuf/ProtobufArrayList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ProtobufArrayList extends com.android.adservices.jarjar.server.protobuf.AbstractProtobufList implements java.util.RandomAccess {
public static com.android.adservices.jarjar.server.protobuf.ProtobufArrayList emptyList ()
void <init> ()
public com.android.adservices.jarjar.server.protobuf.ProtobufArrayList mutableCopyWithCapacity (int)
public boolean add (java.lang.Object)
public void add (int, java.lang.Object)
public java.lang.Object get (int)
public java.lang.Object remove (int)
public java.lang.Object set (int, java.lang.Object)
public int size ()
}
com/android/adservices/jarjar/server/protobuf/Protobuf.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.Protobuf extends java.lang.Object {
public static com.android.adservices.jarjar.server.protobuf.Protobuf getInstance ()
public void writeTo (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public void mergeFrom (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader) throws java.io.IOException
public void mergeFrom (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void makeImmutable (java.lang.Object)
boolean isInitialized (java.lang.Object)
public com.android.adservices.jarjar.server.protobuf.Schema schemaFor (java.lang.Class)
public com.android.adservices.jarjar.server.protobuf.Schema schemaFor (java.lang.Object)
public com.android.adservices.jarjar.server.protobuf.Schema registerSchema (java.lang.Class, com.android.adservices.jarjar.server.protobuf.Schema)
public com.android.adservices.jarjar.server.protobuf.Schema registerSchemaOverride (java.lang.Class, com.android.adservices.jarjar.server.protobuf.Schema)
int getTotalSchemaSize ()
}
com/android/adservices/jarjar/server/protobuf/ProtoSyntax.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.ProtoSyntax extends java.lang.Enum {
public static final enum com.android.adservices.jarjar.server.protobuf.ProtoSyntax PROTO2
public static final enum com.android.adservices.jarjar.server.protobuf.ProtoSyntax PROTO3
public static com.android.adservices.jarjar.server.protobuf.ProtoSyntax[] values ()
public static com.android.adservices.jarjar.server.protobuf.ProtoSyntax valueOf (java.lang.String)
}
com/android/adservices/jarjar/server/protobuf/PrimitiveNonBoxingCollection.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.PrimitiveNonBoxingCollection extends java.lang.Object {
}
com/android/adservices/jarjar/server/protobuf/Parser.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.Parser extends java.lang.Object {
public abstract java.lang.Object parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
}
com/android/adservices/jarjar/server/protobuf/OptionOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.OptionOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract boolean hasValue ()
public abstract com.android.adservices.jarjar.server.protobuf.Any getValue ()
}
com/android/adservices/jarjar/server/protobuf/Option.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Option extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.OptionOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public boolean hasValue ()
public com.android.adservices.jarjar.server.protobuf.Any getValue ()
public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Option parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Option parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Option$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Option$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Option)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Option getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Option$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Option$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.OptionOrBuilder {
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.Option$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Option$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.Option$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasValue ()
public com.android.adservices.jarjar.server.protobuf.Any getValue ()
public com.android.adservices.jarjar.server.protobuf.Option$Builder setValue (com.android.adservices.jarjar.server.protobuf.Any)
public com.android.adservices.jarjar.server.protobuf.Option$Builder setValue (com.android.adservices.jarjar.server.protobuf.Any$Builder)
public com.android.adservices.jarjar.server.protobuf.Option$Builder mergeValue (com.android.adservices.jarjar.server.protobuf.Any)
public com.android.adservices.jarjar.server.protobuf.Option$Builder clearValue ()
}
com/android/adservices/jarjar/server/protobuf/OneofInfo.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.OneofInfo extends java.lang.Object {
public void <init> (int, java.lang.reflect.Field, java.lang.reflect.Field)
public int getId ()
public java.lang.reflect.Field getCaseField ()
public java.lang.reflect.Field getValueField ()
}
com/android/adservices/jarjar/server/protobuf/NullValue.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.NullValue extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite {
public static final enum com.android.adservices.jarjar.server.protobuf.NullValue NULL_VALUE
public static final enum com.android.adservices.jarjar.server.protobuf.NullValue UNRECOGNIZED
public static final int NULL_VALUE_VALUE
public static com.android.adservices.jarjar.server.protobuf.NullValue[] values ()
public static com.android.adservices.jarjar.server.protobuf.NullValue valueOf (java.lang.String)
public final int getNumber ()
public static com.android.adservices.jarjar.server.protobuf.NullValue valueOf (int)
public static com.android.adservices.jarjar.server.protobuf.NullValue forNumber (int)
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap ()
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier ()
}
com/android/adservices/jarjar/server/protobuf/NullValue$NullValueVerifier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.NullValue$NullValueVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier {
static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE
public boolean isInRange (int)
}
com/android/adservices/jarjar/server/protobuf/NioByteString.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.NioByteString extends com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString {
void <init> (java.nio.ByteBuffer)
public byte byteAt (int)
public byte internalByteAt (int)
public int size ()
public com.android.adservices.jarjar.server.protobuf.ByteString substring (int, int)
protected void copyToInternal (byte[], int, int, int)
public void copyTo (java.nio.ByteBuffer)
public void writeTo (java.io.OutputStream) throws java.io.IOException
boolean equalsRange (com.android.adservices.jarjar.server.protobuf.ByteString, int, int)
void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException
void writeTo (com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException
public java.nio.ByteBuffer asReadOnlyByteBuffer ()
public java.util.List asReadOnlyByteBufferList ()
protected java.lang.String toStringInternal (java.nio.charset.Charset)
public boolean isValidUtf8 ()
protected int partialIsValidUtf8 (int, int, int)
public boolean equals (java.lang.Object)
protected int partialHash (int, int, int)
public java.io.InputStream newInput ()
public com.android.adservices.jarjar.server.protobuf.CodedInputStream newCodedInput ()
}
com/android/adservices/jarjar/server/protobuf/NewInstanceSchemas.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.NewInstanceSchemas extends java.lang.Object {
void <init> ()
static com.android.adservices.jarjar.server.protobuf.NewInstanceSchema full ()
static com.android.adservices.jarjar.server.protobuf.NewInstanceSchema lite ()
}
com/android/adservices/jarjar/server/protobuf/NewInstanceSchemaLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.NewInstanceSchemaLite extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.NewInstanceSchema {
void <init> ()
public java.lang.Object newInstance (java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/NewInstanceSchema.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.NewInstanceSchema extends java.lang.Object {
public abstract java.lang.Object newInstance (java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/MutabilityOracle.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.MutabilityOracle extends java.lang.Object {
public static final com.android.adservices.jarjar.server.protobuf.MutabilityOracle IMMUTABLE
public abstract void ensureMutable ()
}
com/android/adservices/jarjar/server/protobuf/MixinOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.MixinOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract java.lang.String getRoot ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getRootBytes ()
}
com/android/adservices/jarjar/server/protobuf/Mixin.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Mixin extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.MixinOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int ROOT_FIELD_NUMBER
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public java.lang.String getRoot ()
public com.android.adservices.jarjar.server.protobuf.ByteString getRootBytes ()
public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Mixin parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Mixin parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Mixin$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Mixin$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Mixin)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Mixin getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Mixin$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Mixin$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.MixinOrBuilder {
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.Mixin$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Mixin$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.Mixin$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.lang.String getRoot ()
public com.android.adservices.jarjar.server.protobuf.ByteString getRootBytes ()
public com.android.adservices.jarjar.server.protobuf.Mixin$Builder setRoot (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Mixin$Builder clearRoot ()
public com.android.adservices.jarjar.server.protobuf.Mixin$Builder setRootBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
}
com/android/adservices/jarjar/server/protobuf/MethodOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.MethodOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract java.lang.String getRequestTypeUrl ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getRequestTypeUrlBytes ()
public abstract boolean getRequestStreaming ()
public abstract java.lang.String getResponseTypeUrl ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getResponseTypeUrlBytes ()
public abstract boolean getResponseStreaming ()
public abstract java.util.List getOptionsList ()
public abstract com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public abstract int getOptionsCount ()
public abstract int getSyntaxValue ()
public abstract com.android.adservices.jarjar.server.protobuf.Syntax getSyntax ()
}
com/android/adservices/jarjar/server/protobuf/Method.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Method extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.MethodOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int REQUEST_TYPE_URL_FIELD_NUMBER
public static final int REQUEST_STREAMING_FIELD_NUMBER
public static final int RESPONSE_TYPE_URL_FIELD_NUMBER
public static final int RESPONSE_STREAMING_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static final int SYNTAX_FIELD_NUMBER
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public java.lang.String getRequestTypeUrl ()
public com.android.adservices.jarjar.server.protobuf.ByteString getRequestTypeUrlBytes ()
public boolean getRequestStreaming ()
public java.lang.String getResponseTypeUrl ()
public com.android.adservices.jarjar.server.protobuf.ByteString getResponseTypeUrlBytes ()
public boolean getResponseStreaming ()
public java.util.List getOptionsList ()
public java.util.List getOptionsOrBuilderList ()
public int getOptionsCount ()
public com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public com.android.adservices.jarjar.server.protobuf.OptionOrBuilder getOptionsOrBuilder (int)
public int getSyntaxValue ()
public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax ()
public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Method parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Method parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Method$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Method$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Method)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Method getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Method$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Method$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.MethodOrBuilder {
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.Method$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Method$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.Method$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.lang.String getRequestTypeUrl ()
public com.android.adservices.jarjar.server.protobuf.ByteString getRequestTypeUrlBytes ()
public com.android.adservices.jarjar.server.protobuf.Method$Builder setRequestTypeUrl (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Method$Builder clearRequestTypeUrl ()
public com.android.adservices.jarjar.server.protobuf.Method$Builder setRequestTypeUrlBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean getRequestStreaming ()
public com.android.adservices.jarjar.server.protobuf.Method$Builder setRequestStreaming (boolean)
public com.android.adservices.jarjar.server.protobuf.Method$Builder clearRequestStreaming ()
public java.lang.String getResponseTypeUrl ()
public com.android.adservices.jarjar.server.protobuf.ByteString getResponseTypeUrlBytes ()
public com.android.adservices.jarjar.server.protobuf.Method$Builder setResponseTypeUrl (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Method$Builder clearResponseTypeUrl ()
public com.android.adservices.jarjar.server.protobuf.Method$Builder setResponseTypeUrlBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean getResponseStreaming ()
public com.android.adservices.jarjar.server.protobuf.Method$Builder setResponseStreaming (boolean)
public com.android.adservices.jarjar.server.protobuf.Method$Builder clearResponseStreaming ()
public java.util.List getOptionsList ()
public int getOptionsCount ()
public com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public com.android.adservices.jarjar.server.protobuf.Method$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Method$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Method$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Method$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Method$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Method$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Method$Builder addAllOptions (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.Method$Builder clearOptions ()
public com.android.adservices.jarjar.server.protobuf.Method$Builder removeOptions (int)
public int getSyntaxValue ()
public com.android.adservices.jarjar.server.protobuf.Method$Builder setSyntaxValue (int)
public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax ()
public com.android.adservices.jarjar.server.protobuf.Method$Builder setSyntax (com.android.adservices.jarjar.server.protobuf.Syntax)
public com.android.adservices.jarjar.server.protobuf.Method$Builder clearSyntax ()
}
com/android/adservices/jarjar/server/protobuf/MessageSetSchema.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.MessageSetSchema extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Schema {
static com.android.adservices.jarjar.server.protobuf.MessageSetSchema newSchema (com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ExtensionSchema, com.android.adservices.jarjar.server.protobuf.MessageLite)
public java.lang.Object newInstance ()
public boolean equals (java.lang.Object, java.lang.Object)
public int hashCode (java.lang.Object)
public void mergeFrom (java.lang.Object, java.lang.Object)
public void writeTo (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public void mergeFrom (java.lang.Object, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
public void mergeFrom (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void makeImmutable (java.lang.Object)
public final boolean isInitialized (java.lang.Object)
public int getSerializedSize (java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/MessageSchema.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.MessageSchema extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Schema {
static final int ONEOF_TYPE_OFFSET
static com.android.adservices.jarjar.server.protobuf.MessageSchema newSchema (java.lang.Class, com.android.adservices.jarjar.server.protobuf.MessageInfo, com.android.adservices.jarjar.server.protobuf.NewInstanceSchema, com.android.adservices.jarjar.server.protobuf.ListFieldSchema, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ExtensionSchema, com.android.adservices.jarjar.server.protobuf.MapFieldSchema)
static com.android.adservices.jarjar.server.protobuf.MessageSchema newSchemaForRawMessageInfo (com.android.adservices.jarjar.server.protobuf.RawMessageInfo, com.android.adservices.jarjar.server.protobuf.NewInstanceSchema, com.android.adservices.jarjar.server.protobuf.ListFieldSchema, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ExtensionSchema, com.android.adservices.jarjar.server.protobuf.MapFieldSchema)
static com.android.adservices.jarjar.server.protobuf.MessageSchema newSchemaForMessageInfo (com.android.adservices.jarjar.server.protobuf.StructuralMessageInfo, com.android.adservices.jarjar.server.protobuf.NewInstanceSchema, com.android.adservices.jarjar.server.protobuf.ListFieldSchema, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ExtensionSchema, com.android.adservices.jarjar.server.protobuf.MapFieldSchema)
public java.lang.Object newInstance ()
public boolean equals (java.lang.Object, java.lang.Object)
public int hashCode (java.lang.Object)
public void mergeFrom (java.lang.Object, java.lang.Object)
public int getSerializedSize (java.lang.Object)
public void writeTo (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException
public void mergeFrom (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
static com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite getMutableUnknownFields (java.lang.Object)
int parseProto2Message (java.lang.Object, byte[], int, int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
public void mergeFrom (java.lang.Object, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
public void makeImmutable (java.lang.Object)
public final boolean isInitialized (java.lang.Object)
int getSchemaSize ()
}
com/android/adservices/jarjar/server/protobuf/MessageLiteToString.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.MessageLiteToString extends java.lang.Object {
static java.lang.String toString (com.android.adservices.jarjar.server.protobuf.MessageLite, java.lang.String)
static void printField (java.lang.StringBuilder, int, java.lang.String, java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/MessageLiteOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder extends java.lang.Object {
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite getDefaultInstanceForType ()
public abstract boolean isInitialized ()
}
com/android/adservices/jarjar/server/protobuf/MessageLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract void writeTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
public abstract int getSerializedSize ()
public abstract com.android.adservices.jarjar.server.protobuf.Parser getParserForType ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString toByteString ()
public abstract byte[] toByteArray ()
public abstract void writeTo (java.io.OutputStream) throws java.io.IOException
public abstract void writeDelimitedTo (java.io.OutputStream) throws java.io.IOException
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder newBuilderForType ()
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder toBuilder ()
}
com/android/adservices/jarjar/server/protobuf/MessageLite$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder java.lang.Cloneable {
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder clear ()
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite build ()
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite buildPartial ()
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder clone ()
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.MessageLite)
public abstract boolean mergeDelimitedFrom (java.io.InputStream) throws java.io.IOException
public abstract boolean mergeDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/MessageInfoFactory.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.MessageInfoFactory extends java.lang.Object {
public abstract boolean isSupported (java.lang.Class)
public abstract com.android.adservices.jarjar.server.protobuf.MessageInfo messageInfoFor (java.lang.Class)
}
com/android/adservices/jarjar/server/protobuf/MessageInfo.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.MessageInfo extends java.lang.Object {
public abstract com.android.adservices.jarjar.server.protobuf.ProtoSyntax getSyntax ()
public abstract boolean isMessageSetWireFormat ()
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite getDefaultInstance ()
}
com/android/adservices/jarjar/server/protobuf/MapFieldSchemas.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.MapFieldSchemas extends java.lang.Object {
void <init> ()
static com.android.adservices.jarjar.server.protobuf.MapFieldSchema full ()
static com.android.adservices.jarjar.server.protobuf.MapFieldSchema lite ()
}
com/android/adservices/jarjar/server/protobuf/MapFieldSchemaLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.MapFieldSchemaLite extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MapFieldSchema {
void <init> ()
public java.util.Map forMutableMapData (java.lang.Object)
public com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata forMapMetadata (java.lang.Object)
public java.util.Map forMapData (java.lang.Object)
public boolean isImmutable (java.lang.Object)
public java.lang.Object toImmutable (java.lang.Object)
public java.lang.Object newMapField (java.lang.Object)
public java.lang.Object mergeFrom (java.lang.Object, java.lang.Object)
public int getSerializedSize (int, java.lang.Object, java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/MapFieldSchema.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.MapFieldSchema extends java.lang.Object {
public abstract java.util.Map forMutableMapData (java.lang.Object)
public abstract java.util.Map forMapData (java.lang.Object)
public abstract boolean isImmutable (java.lang.Object)
public abstract java.lang.Object toImmutable (java.lang.Object)
public abstract java.lang.Object newMapField (java.lang.Object)
public abstract com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata forMapMetadata (java.lang.Object)
public abstract java.lang.Object mergeFrom (java.lang.Object, java.lang.Object)
public abstract int getSerializedSize (int, java.lang.Object, java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/MapFieldLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.MapFieldLite extends java.util.LinkedHashMap {
public static com.android.adservices.jarjar.server.protobuf.MapFieldLite emptyMapField ()
public void mergeFrom (com.android.adservices.jarjar.server.protobuf.MapFieldLite)
public java.util.Set entrySet ()
public void clear ()
public java.lang.Object put (java.lang.Object, java.lang.Object)
public java.lang.Object put (java.util.Map$Entry)
public void putAll (java.util.Map)
public java.lang.Object remove (java.lang.Object)
static boolean equals (java.util.Map, java.util.Map)
public boolean equals (java.lang.Object)
static int calculateHashCodeForMap (java.util.Map)
public int hashCode ()
static java.util.Map copy (java.util.Map)
public com.android.adservices.jarjar.server.protobuf.MapFieldLite mutableCopy ()
public void makeImmutable ()
public boolean isMutable ()
}
com/android/adservices/jarjar/server/protobuf/MapEntryLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.MapEntryLite extends java.lang.Object {
public java.lang.Object getKey ()
public java.lang.Object getValue ()
public static com.android.adservices.jarjar.server.protobuf.MapEntryLite newDefaultInstance (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object)
static void writeTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.lang.Object, java.lang.Object) throws java.io.IOException
static int computeSerializedSize (com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.lang.Object, java.lang.Object)
static java.lang.Object parseField (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException
public void serializeTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream, int, java.lang.Object, java.lang.Object) throws java.io.IOException
public int computeMessageSize (int, java.lang.Object, java.lang.Object)
public java.util.Map$Entry parseEntry (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
static java.util.Map$Entry parseEntry (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void parseInto (com.android.adservices.jarjar.server.protobuf.MapFieldLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata getMetadata ()
}
com/android/adservices/jarjar/server/protobuf/MapEntryLite$Metadata.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata extends java.lang.Object {
public final com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType keyType
public final Object defaultKey
public final com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType valueType
public final Object defaultValue
public void <init> (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/ManifestSchemaFactory.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ManifestSchemaFactory extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.SchemaFactory {
public void <init> ()
public com.android.adservices.jarjar.server.protobuf.Schema createSchema (java.lang.Class)
}
com/android/adservices/jarjar/server/protobuf/ManifestSchemaFactory$CompositeMessageInfoFactory.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.ManifestSchemaFactory$CompositeMessageInfoFactory extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageInfoFactory {
transient void <init> (com.android.adservices.jarjar.server.protobuf.MessageInfoFactory[])
public boolean isSupported (java.lang.Class)
public com.android.adservices.jarjar.server.protobuf.MessageInfo messageInfoFor (java.lang.Class)
}
com/android/adservices/jarjar/server/protobuf/LongArrayList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.LongArrayList extends com.android.adservices.jarjar.server.protobuf.AbstractProtobufList implements com.android.adservices.jarjar.server.protobuf.Internal$LongList java.util.RandomAccess com.android.adservices.jarjar.server.protobuf.PrimitiveNonBoxingCollection {
public static com.android.adservices.jarjar.server.protobuf.LongArrayList emptyList ()
void <init> ()
protected void removeRange (int, int)
public boolean equals (java.lang.Object)
public int hashCode ()
public com.android.adservices.jarjar.server.protobuf.Internal$LongList mutableCopyWithCapacity (int)
public java.lang.Long get (int)
public long getLong (int)
public int indexOf (java.lang.Object)
public boolean contains (java.lang.Object)
public int size ()
public java.lang.Long set (int, java.lang.Long)
public long setLong (int, long)
public boolean add (java.lang.Long)
public void add (int, java.lang.Long)
public void addLong (long)
public boolean addAll (java.util.Collection)
public java.lang.Long remove (int)
}
com/android/adservices/jarjar/server/protobuf/ListValueOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.ListValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.util.List getValuesList ()
public abstract com.android.adservices.jarjar.server.protobuf.Value getValues (int)
public abstract int getValuesCount ()
}
com/android/adservices/jarjar/server/protobuf/ListValue.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.ListValue extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.ListValueOrBuilder {
public static final int VALUES_FIELD_NUMBER
public java.util.List getValuesList ()
public java.util.List getValuesOrBuilderList ()
public int getValuesCount ()
public com.android.adservices.jarjar.server.protobuf.Value getValues (int)
public com.android.adservices.jarjar.server.protobuf.ValueOrBuilder getValuesOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.ListValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.ListValue parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.ListValue$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.ListValue$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.ListValue)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.ListValue getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/ListValue$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.ListValue$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.ListValueOrBuilder {
public java.util.List getValuesList ()
public int getValuesCount ()
public com.android.adservices.jarjar.server.protobuf.Value getValues (int)
public com.android.adservices.jarjar.server.protobuf.ListValue$Builder setValues (int, com.android.adservices.jarjar.server.protobuf.Value)
public com.android.adservices.jarjar.server.protobuf.ListValue$Builder setValues (int, com.android.adservices.jarjar.server.protobuf.Value$Builder)
public com.android.adservices.jarjar.server.protobuf.ListValue$Builder addValues (com.android.adservices.jarjar.server.protobuf.Value)
public com.android.adservices.jarjar.server.protobuf.ListValue$Builder addValues (int, com.android.adservices.jarjar.server.protobuf.Value)
public com.android.adservices.jarjar.server.protobuf.ListValue$Builder addValues (com.android.adservices.jarjar.server.protobuf.Value$Builder)
public com.android.adservices.jarjar.server.protobuf.ListValue$Builder addValues (int, com.android.adservices.jarjar.server.protobuf.Value$Builder)
public com.android.adservices.jarjar.server.protobuf.ListValue$Builder addAllValues (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.ListValue$Builder clearValues ()
public com.android.adservices.jarjar.server.protobuf.ListValue$Builder removeValues (int)
}
com/android/adservices/jarjar/server/protobuf/ListFieldSchema.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.ListFieldSchema extends java.lang.Object {
abstract java.util.List mutableListAt (java.lang.Object, long)
abstract void makeImmutableListAt (java.lang.Object, long)
abstract void mergeListsAt (java.lang.Object, java.lang.Object, long)
static com.android.adservices.jarjar.server.protobuf.ListFieldSchema full ()
static com.android.adservices.jarjar.server.protobuf.ListFieldSchema lite ()
}
com/android/adservices/jarjar/server/protobuf/ListFieldSchema$ListFieldSchemaLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ListFieldSchema$ListFieldSchemaLite extends com.android.adservices.jarjar.server.protobuf.ListFieldSchema {
java.util.List mutableListAt (java.lang.Object, long)
void makeImmutableListAt (java.lang.Object, long)
void mergeListsAt (java.lang.Object, java.lang.Object, long)
static com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList getProtobufList (java.lang.Object, long)
}
com/android/adservices/jarjar/server/protobuf/ListFieldSchema$ListFieldSchemaFull.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ListFieldSchema$ListFieldSchemaFull extends com.android.adservices.jarjar.server.protobuf.ListFieldSchema {
java.util.List mutableListAt (java.lang.Object, long)
void makeImmutableListAt (java.lang.Object, long)
void mergeListsAt (java.lang.Object, java.lang.Object, long)
static java.util.List getList (java.lang.Object, long)
}
com/android/adservices/jarjar/server/protobuf/LazyStringList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.LazyStringList extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.ProtocolStringList {
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getByteString (int)
public abstract java.lang.Object getRaw (int)
public abstract byte[] getByteArray (int)
public abstract void add (com.android.adservices.jarjar.server.protobuf.ByteString)
public abstract void add (byte[])
public abstract void set (int, com.android.adservices.jarjar.server.protobuf.ByteString)
public abstract void set (int, byte[])
public abstract boolean addAllByteString (java.util.Collection)
public abstract boolean addAllByteArray (java.util.Collection)
public abstract java.util.List getUnderlyingElements ()
public abstract void mergeFrom (com.android.adservices.jarjar.server.protobuf.LazyStringList)
public abstract java.util.List asByteArrayList ()
public abstract com.android.adservices.jarjar.server.protobuf.LazyStringList getUnmodifiableView ()
}
com/android/adservices/jarjar/server/protobuf/LazyStringArrayList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.LazyStringArrayList extends com.android.adservices.jarjar.server.protobuf.AbstractProtobufList implements com.android.adservices.jarjar.server.protobuf.LazyStringList java.util.RandomAccess {
public static final com.android.adservices.jarjar.server.protobuf.LazyStringList EMPTY
static com.android.adservices.jarjar.server.protobuf.LazyStringArrayList emptyList ()
public void <init> ()
public void <init> (int)
public void <init> (com.android.adservices.jarjar.server.protobuf.LazyStringList)
public void <init> (java.util.List)
public com.android.adservices.jarjar.server.protobuf.LazyStringArrayList mutableCopyWithCapacity (int)
public java.lang.String get (int)
public int size ()
public java.lang.String set (int, java.lang.String)
public void add (int, java.lang.String)
public boolean addAll (java.util.Collection)
public boolean addAll (int, java.util.Collection)
public boolean addAllByteString (java.util.Collection)
public boolean addAllByteArray (java.util.Collection)
public java.lang.String remove (int)
public void clear ()
public void add (com.android.adservices.jarjar.server.protobuf.ByteString)
public void add (byte[])
public java.lang.Object getRaw (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getByteString (int)
public byte[] getByteArray (int)
public void set (int, com.android.adservices.jarjar.server.protobuf.ByteString)
public void set (int, byte[])
public java.util.List getUnderlyingElements ()
public void mergeFrom (com.android.adservices.jarjar.server.protobuf.LazyStringList)
public java.util.List asByteArrayList ()
public java.util.List asByteStringList ()
public com.android.adservices.jarjar.server.protobuf.LazyStringList getUnmodifiableView ()
}
com/android/adservices/jarjar/server/protobuf/LazyStringArrayList$ByteStringListView.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.LazyStringArrayList$ByteStringListView extends java.util.AbstractList implements java.util.RandomAccess {
void <init> (com.android.adservices.jarjar.server.protobuf.LazyStringArrayList)
public com.android.adservices.jarjar.server.protobuf.ByteString get (int)
public int size ()
public com.android.adservices.jarjar.server.protobuf.ByteString set (int, com.android.adservices.jarjar.server.protobuf.ByteString)
public void add (int, com.android.adservices.jarjar.server.protobuf.ByteString)
public com.android.adservices.jarjar.server.protobuf.ByteString remove (int)
}
com/android/adservices/jarjar/server/protobuf/LazyStringArrayList$ByteArrayListView.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.LazyStringArrayList$ByteArrayListView extends java.util.AbstractList implements java.util.RandomAccess {
void <init> (com.android.adservices.jarjar.server.protobuf.LazyStringArrayList)
public byte[] get (int)
public int size ()
public byte[] set (int, byte[])
public void add (int, byte[])
public byte[] remove (int)
}
com/android/adservices/jarjar/server/protobuf/LazyFieldLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.LazyFieldLite extends java.lang.Object {
protected volatile com.android.adservices.jarjar.server.protobuf.MessageLite value
public void <init> (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.ByteString)
public void <init> ()
public static com.android.adservices.jarjar.server.protobuf.LazyFieldLite fromValue (com.android.adservices.jarjar.server.protobuf.MessageLite)
public boolean equals (java.lang.Object)
public int hashCode ()
public boolean containsDefaultInstance ()
public void clear ()
public void set (com.android.adservices.jarjar.server.protobuf.LazyFieldLite)
public com.android.adservices.jarjar.server.protobuf.MessageLite getValue (com.android.adservices.jarjar.server.protobuf.MessageLite)
public com.android.adservices.jarjar.server.protobuf.MessageLite setValue (com.android.adservices.jarjar.server.protobuf.MessageLite)
public void merge (com.android.adservices.jarjar.server.protobuf.LazyFieldLite)
public void mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void setByteString (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
public int getSerializedSize ()
public com.android.adservices.jarjar.server.protobuf.ByteString toByteString ()
void writeTo (com.android.adservices.jarjar.server.protobuf.Writer, int) throws java.io.IOException
protected void ensureInitialized (com.android.adservices.jarjar.server.protobuf.MessageLite)
}
com/android/adservices/jarjar/server/protobuf/LazyField.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.LazyField extends com.android.adservices.jarjar.server.protobuf.LazyFieldLite {
public void <init> (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean containsDefaultInstance ()
public com.android.adservices.jarjar.server.protobuf.MessageLite getValue ()
public int hashCode ()
public boolean equals (java.lang.Object)
public java.lang.String toString ()
}
com/android/adservices/jarjar/server/protobuf/LazyField$LazyIterator.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.LazyField$LazyIterator extends java.lang.Object implements java.util.Iterator {
public void <init> (java.util.Iterator)
public boolean hasNext ()
public java.util.Map$Entry next ()
public void remove ()
}
com/android/adservices/jarjar/server/protobuf/LazyField$LazyEntry.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.LazyField$LazyEntry extends java.lang.Object implements java.util.Map$Entry {
public java.lang.Object getKey ()
public java.lang.Object getValue ()
public com.android.adservices.jarjar.server.protobuf.LazyField getField ()
public java.lang.Object setValue (java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/JavaType.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.JavaType extends java.lang.Enum {
public static final enum com.android.adservices.jarjar.server.protobuf.JavaType VOID
public static final enum com.android.adservices.jarjar.server.protobuf.JavaType INT
public static final enum com.android.adservices.jarjar.server.protobuf.JavaType LONG
public static final enum com.android.adservices.jarjar.server.protobuf.JavaType FLOAT
public static final enum com.android.adservices.jarjar.server.protobuf.JavaType DOUBLE
public static final enum com.android.adservices.jarjar.server.protobuf.JavaType BOOLEAN
public static final enum com.android.adservices.jarjar.server.protobuf.JavaType STRING
public static final enum com.android.adservices.jarjar.server.protobuf.JavaType BYTE_STRING
public static final enum com.android.adservices.jarjar.server.protobuf.JavaType ENUM
public static final enum com.android.adservices.jarjar.server.protobuf.JavaType MESSAGE
public static com.android.adservices.jarjar.server.protobuf.JavaType[] values ()
public static com.android.adservices.jarjar.server.protobuf.JavaType valueOf (java.lang.String)
public java.lang.Object getDefaultDefault ()
public java.lang.Class getType ()
public java.lang.Class getBoxedType ()
public boolean isValidType (java.lang.Class)
}
com/android/adservices/jarjar/server/protobuf/IterableByteBufferInputStream.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.IterableByteBufferInputStream extends java.io.InputStream {
void <init> (java.lang.Iterable)
public int read () throws java.io.IOException
public int read (byte[], int, int) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/InvalidProtocolBufferException.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException extends java.io.IOException {
public void <init> (java.lang.String)
public void <init> (java.lang.Exception)
public void <init> (java.lang.String, java.lang.Exception)
public void <init> (java.io.IOException)
public void <init> (java.lang.String, java.io.IOException)
public com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException setUnfinishedMessage (com.android.adservices.jarjar.server.protobuf.MessageLite)
public com.android.adservices.jarjar.server.protobuf.MessageLite getUnfinishedMessage ()
void setThrownFromInputStream ()
boolean getThrownFromInputStream ()
public java.io.IOException unwrapIOException ()
static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException truncatedMessage ()
static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException negativeSize ()
static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException malformedVarint ()
static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException invalidTag ()
static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException invalidEndTag ()
static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException$InvalidWireTypeException invalidWireType ()
static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException recursionLimitExceeded ()
static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException sizeLimitExceeded ()
static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException parseFailure ()
static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException invalidUtf8 ()
}
com/android/adservices/jarjar/server/protobuf/InvalidProtocolBufferException$InvalidWireTypeException.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException$InvalidWireTypeException extends com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException {
public void <init> (java.lang.String)
}
com/android/adservices/jarjar/server/protobuf/Internal.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Internal extends java.lang.Object {
static final java.nio.charset.Charset US_ASCII
static final java.nio.charset.Charset UTF_8
static final java.nio.charset.Charset ISO_8859_1
public static final byte[] EMPTY_BYTE_ARRAY
public static final java.nio.ByteBuffer EMPTY_BYTE_BUFFER
public static final com.android.adservices.jarjar.server.protobuf.CodedInputStream EMPTY_CODED_INPUT_STREAM
static java.lang.Object checkNotNull (java.lang.Object)
static java.lang.Object checkNotNull (java.lang.Object, java.lang.String)
public static java.lang.String stringDefaultValue (java.lang.String)
public static com.android.adservices.jarjar.server.protobuf.ByteString bytesDefaultValue (java.lang.String)
public static byte[] byteArrayDefaultValue (java.lang.String)
public static java.nio.ByteBuffer byteBufferDefaultValue (java.lang.String)
public static java.nio.ByteBuffer copyByteBuffer (java.nio.ByteBuffer)
public static boolean isValidUtf8 (com.android.adservices.jarjar.server.protobuf.ByteString)
public static boolean isValidUtf8 (byte[])
public static byte[] toByteArray (java.lang.String)
public static java.lang.String toStringUtf8 (byte[])
public static int hashLong (long)
public static int hashBoolean (boolean)
public static int hashEnum (com.android.adservices.jarjar.server.protobuf.Internal$EnumLite)
public static int hashEnumList (java.util.List)
public static boolean equals (java.util.List, java.util.List)
public static int hashCode (java.util.List)
public static int hashCode (byte[])
static int hashCode (byte[], int, int)
static int partialHash (int, byte[], int, int)
public static boolean equalsByteBuffer (java.nio.ByteBuffer, java.nio.ByteBuffer)
public static boolean equalsByteBuffer (java.util.List, java.util.List)
public static int hashCodeByteBuffer (java.util.List)
public static int hashCodeByteBuffer (java.nio.ByteBuffer)
public static com.android.adservices.jarjar.server.protobuf.MessageLite getDefaultInstance (java.lang.Class)
static java.lang.Object mergeMessage (java.lang.Object, java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/Internal$ProtobufList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList extends java.lang.Object implements java.util.List java.util.RandomAccess {
public abstract void makeImmutable ()
public abstract boolean isModifiable ()
public abstract com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int)
}
com/android/adservices/jarjar/server/protobuf/Internal$MapAdapter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter extends java.util.AbstractMap {
public static com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$Converter newEnumConverter (com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap, com.android.adservices.jarjar.server.protobuf.Internal$EnumLite)
public void <init> (java.util.Map, com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$Converter)
public java.lang.Object get (java.lang.Object)
public java.lang.Object put (java.lang.Object, java.lang.Object)
public java.util.Set entrySet ()
}
com/android/adservices/jarjar/server/protobuf/Internal$MapAdapter$SetAdapter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$SetAdapter extends java.util.AbstractSet {
public void <init> (com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter, java.util.Set)
public java.util.Iterator iterator ()
public int size ()
}
com/android/adservices/jarjar/server/protobuf/Internal$MapAdapter$IteratorAdapter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$IteratorAdapter extends java.lang.Object implements java.util.Iterator {
public void <init> (com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter, java.util.Iterator)
public boolean hasNext ()
public java.util.Map$Entry next ()
public void remove ()
}
com/android/adservices/jarjar/server/protobuf/Internal$MapAdapter$EntryAdapter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$EntryAdapter extends java.lang.Object implements java.util.Map$Entry {
public void <init> (com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter, java.util.Map$Entry)
public java.lang.Object getKey ()
public java.lang.Object getValue ()
public java.lang.Object setValue (java.lang.Object)
public boolean equals (java.lang.Object)
public int hashCode ()
}
com/android/adservices/jarjar/server/protobuf/Internal$MapAdapter$Converter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$Converter extends java.lang.Object {
public abstract java.lang.Object doForward (java.lang.Object)
public abstract java.lang.Object doBackward (java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/Internal$LongList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.Internal$LongList extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList {
public abstract long getLong (int)
public abstract void addLong (long)
public abstract long setLong (int, long)
public abstract com.android.adservices.jarjar.server.protobuf.Internal$LongList mutableCopyWithCapacity (int)
}
com/android/adservices/jarjar/server/protobuf/Internal$ListAdapter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.Internal$ListAdapter extends java.util.AbstractList {
public void <init> (java.util.List, com.android.adservices.jarjar.server.protobuf.Internal$ListAdapter$Converter)
public java.lang.Object get (int)
public int size ()
}
com/android/adservices/jarjar/server/protobuf/Internal$ListAdapter$Converter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.Internal$ListAdapter$Converter extends java.lang.Object {
public abstract java.lang.Object convert (java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/Internal$IntList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.Internal$IntList extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList {
public abstract int getInt (int)
public abstract void addInt (int)
public abstract int setInt (int, int)
public abstract com.android.adservices.jarjar.server.protobuf.Internal$IntList mutableCopyWithCapacity (int)
}
com/android/adservices/jarjar/server/protobuf/Internal$FloatList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.Internal$FloatList extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList {
public abstract float getFloat (int)
public abstract void addFloat (float)
public abstract float setFloat (int, float)
public abstract com.android.adservices.jarjar.server.protobuf.Internal$FloatList mutableCopyWithCapacity (int)
}
com/android/adservices/jarjar/server/protobuf/Internal$EnumVerifier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier extends java.lang.Object {
public abstract boolean isInRange (int)
}
com/android/adservices/jarjar/server/protobuf/Internal$EnumLiteMap.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap extends java.lang.Object {
public abstract com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int)
}
com/android/adservices/jarjar/server/protobuf/Internal$EnumLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.Internal$EnumLite extends java.lang.Object {
public abstract int getNumber ()
}
com/android/adservices/jarjar/server/protobuf/Internal$DoubleList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.Internal$DoubleList extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList {
public abstract double getDouble (int)
public abstract void addDouble (double)
public abstract double setDouble (int, double)
public abstract com.android.adservices.jarjar.server.protobuf.Internal$DoubleList mutableCopyWithCapacity (int)
}
com/android/adservices/jarjar/server/protobuf/Internal$BooleanList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.Internal$BooleanList extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList {
public abstract boolean getBoolean (int)
public abstract void addBoolean (boolean)
public abstract boolean setBoolean (int, boolean)
public abstract com.android.adservices.jarjar.server.protobuf.Internal$BooleanList mutableCopyWithCapacity (int)
}
com/android/adservices/jarjar/server/protobuf/IntArrayList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.IntArrayList extends com.android.adservices.jarjar.server.protobuf.AbstractProtobufList implements com.android.adservices.jarjar.server.protobuf.Internal$IntList java.util.RandomAccess com.android.adservices.jarjar.server.protobuf.PrimitiveNonBoxingCollection {
public static com.android.adservices.jarjar.server.protobuf.IntArrayList emptyList ()
void <init> ()
protected void removeRange (int, int)
public boolean equals (java.lang.Object)
public int hashCode ()
public com.android.adservices.jarjar.server.protobuf.Internal$IntList mutableCopyWithCapacity (int)
public java.lang.Integer get (int)
public int getInt (int)
public int indexOf (java.lang.Object)
public boolean contains (java.lang.Object)
public int size ()
public java.lang.Integer set (int, java.lang.Integer)
public int setInt (int, int)
public boolean add (java.lang.Integer)
public void add (int, java.lang.Integer)
public void addInt (int)
public boolean addAll (java.util.Collection)
public java.lang.Integer remove (int)
}
com/android/adservices/jarjar/server/protobuf/Int64ValueOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.Int64ValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract long getValue ()
}
com/android/adservices/jarjar/server/protobuf/Int64Value.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Int64Value extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.Int64ValueOrBuilder {
public static final int VALUE_FIELD_NUMBER
public long getValue ()
public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Int64Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Int64Value parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Int64Value$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Int64Value$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Int64Value)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Int64Value getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Int64Value of (long)
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Int64Value$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Int64Value$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.Int64ValueOrBuilder {
public long getValue ()
public com.android.adservices.jarjar.server.protobuf.Int64Value$Builder setValue (long)
public com.android.adservices.jarjar.server.protobuf.Int64Value$Builder clearValue ()
}
com/android/adservices/jarjar/server/protobuf/Int32ValueOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.Int32ValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract int getValue ()
}
com/android/adservices/jarjar/server/protobuf/Int32Value.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Int32Value extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.Int32ValueOrBuilder {
public static final int VALUE_FIELD_NUMBER
public int getValue ()
public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Int32Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Int32Value parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Int32Value$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Int32Value$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Int32Value)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Int32Value getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Int32Value of (int)
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Int32Value$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Int32Value$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.Int32ValueOrBuilder {
public int getValue ()
public com.android.adservices.jarjar.server.protobuf.Int32Value$Builder setValue (int)
public com.android.adservices.jarjar.server.protobuf.Int32Value$Builder clearValue ()
}
com/android/adservices/jarjar/server/protobuf/InlineMe.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract annotation com.android.adservices.jarjar.server.protobuf.InlineMe extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract java.lang.String replacement ()
public abstract java.lang.String[] imports ()
public abstract java.lang.String[] staticImports ()
}
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite extends com.android.adservices.jarjar.server.protobuf.AbstractMessageLite {
static final int UNINITIALIZED_SERIALIZED_SIZE
static final int UNINITIALIZED_HASH_CODE
protected com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite unknownFields
public void <init> ()
boolean isMutable ()
void markImmutable ()
int getMemoizedHashCode ()
void setMemoizedHashCode (int)
void clearMemoizedHashCode ()
boolean hashCodeIsNotMemoized ()
public final com.android.adservices.jarjar.server.protobuf.Parser getParserForType ()
public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite getDefaultInstanceForType ()
public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder newBuilderForType ()
com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite newMutableInstance ()
public java.lang.String toString ()
public int hashCode ()
int computeHashCode ()
public boolean equals (java.lang.Object)
protected boolean parseUnknownField (int, com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
protected void mergeVarintField (int, int)
protected void mergeLengthDelimitedField (int, com.android.adservices.jarjar.server.protobuf.ByteString)
protected void makeImmutable ()
protected final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder createBuilder ()
protected final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder createBuilder (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite)
public final boolean isInitialized ()
public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder toBuilder ()
protected abstract java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
protected java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object)
protected java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke)
void clearMemoizedSerializedSize ()
int getMemoizedSerializedSize ()
void setMemoizedSerializedSize (int)
public void writeTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
int getSerializedSize (com.android.adservices.jarjar.server.protobuf.Schema)
public int getSerializedSize ()
java.lang.Object buildMessageInfo () throws java.lang.Exception
static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite getDefaultInstance (java.lang.Class)
protected static void registerDefaultInstance (java.lang.Class, com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite)
protected static java.lang.Object newMessageInfo (com.android.adservices.jarjar.server.protobuf.MessageLite, java.lang.String, java.lang.Object[])
protected final void mergeUnknownFields (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite)
public static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension newSingularGeneratedExtension (com.android.adservices.jarjar.server.protobuf.MessageLite, java.lang.Object, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap, int, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Class)
public static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension newRepeatedGeneratedExtension (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap, int, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, boolean, java.lang.Class)
static transient java.lang.reflect.Method getMethodOrDie (java.lang.Class, java.lang.String, java.lang.Class[])
static transient java.lang.Object invokeOrDie (java.lang.reflect.Method, java.lang.Object, java.lang.Object[])
protected static final boolean isInitialized (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, boolean)
protected static com.android.adservices.jarjar.server.protobuf.Internal$IntList emptyIntList ()
protected static com.android.adservices.jarjar.server.protobuf.Internal$IntList mutableCopy (com.android.adservices.jarjar.server.protobuf.Internal$IntList)
protected static com.android.adservices.jarjar.server.protobuf.Internal$LongList emptyLongList ()
protected static com.android.adservices.jarjar.server.protobuf.Internal$LongList mutableCopy (com.android.adservices.jarjar.server.protobuf.Internal$LongList)
protected static com.android.adservices.jarjar.server.protobuf.Internal$FloatList emptyFloatList ()
protected static com.android.adservices.jarjar.server.protobuf.Internal$FloatList mutableCopy (com.android.adservices.jarjar.server.protobuf.Internal$FloatList)
protected static com.android.adservices.jarjar.server.protobuf.Internal$DoubleList emptyDoubleList ()
protected static com.android.adservices.jarjar.server.protobuf.Internal$DoubleList mutableCopy (com.android.adservices.jarjar.server.protobuf.Internal$DoubleList)
protected static com.android.adservices.jarjar.server.protobuf.Internal$BooleanList emptyBooleanList ()
protected static com.android.adservices.jarjar.server.protobuf.Internal$BooleanList mutableCopy (com.android.adservices.jarjar.server.protobuf.Internal$BooleanList)
protected static com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList emptyProtobufList ()
protected static com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopy (com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList)
static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parsePartialFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parsePartialFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseDelimitedFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseDelimitedFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
}
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$SerializedForm.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$SerializedForm extends java.lang.Object implements java.io.Serializable {
public static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$SerializedForm of (com.android.adservices.jarjar.server.protobuf.MessageLite)
void <init> (com.android.adservices.jarjar.server.protobuf.MessageLite)
protected java.lang.Object readResolve () throws java.io.ObjectStreamException
}
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$MethodToInvoke.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke extends java.lang.Enum {
public static final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke GET_MEMOIZED_IS_INITIALIZED
public static final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke SET_MEMOIZED_IS_INITIALIZED
public static final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke BUILD_MESSAGE_INFO
public static final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke NEW_MUTABLE_INSTANCE
public static final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke NEW_BUILDER
public static final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke GET_DEFAULT_INSTANCE
public static final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke GET_PARSER
public static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke[] values ()
public static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke valueOf (java.lang.String)
}
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$GeneratedExtension.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extends com.android.adservices.jarjar.server.protobuf.ExtensionLite {
final com.android.adservices.jarjar.server.protobuf.MessageLite containingTypeDefaultInstance
final Object defaultValue
final com.android.adservices.jarjar.server.protobuf.MessageLite messageDefaultInstance
final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor
void <init> (com.android.adservices.jarjar.server.protobuf.MessageLite, java.lang.Object, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtensionDescriptor, java.lang.Class)
public com.android.adservices.jarjar.server.protobuf.MessageLite getContainingTypeDefaultInstance ()
public int getNumber ()
public com.android.adservices.jarjar.server.protobuf.MessageLite getMessageDefaultInstance ()
java.lang.Object fromFieldSetType (java.lang.Object)
java.lang.Object singularFromFieldSetType (java.lang.Object)
java.lang.Object toFieldSetType (java.lang.Object)
java.lang.Object singularToFieldSetType (java.lang.Object)
public com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType getLiteType ()
public boolean isRepeated ()
public java.lang.Object getDefaultValue ()
}
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$ExtensionDescriptor.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtensionDescriptor extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite {
final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap enumTypeMap
final int number
final com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type
final boolean isRepeated
final boolean isPacked
void <init> (com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap, int, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, boolean, boolean)
public int getNumber ()
public com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType getLiteType ()
public com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType getLiteJavaType ()
public boolean isRepeated ()
public boolean isPacked ()
public com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap getEnumType ()
public com.android.adservices.jarjar.server.protobuf.MessageLite$Builder internalMergeFrom (com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.MessageLite)
public int compareTo (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtensionDescriptor)
}
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite)
public abstract int getExtensionCount (com.android.adservices.jarjar.server.protobuf.ExtensionLite)
public abstract java.lang.Object getExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite)
public abstract java.lang.Object getExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite, int)
}
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$ExtendableMessage.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder {
protected com.android.adservices.jarjar.server.protobuf.FieldSet extensions
public void <init> ()
protected final void mergeExtensionFields (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage)
protected boolean parseUnknownField (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, int) throws java.io.IOException
protected boolean parseUnknownFieldAsMessageSet (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, int) throws java.io.IOException
com.android.adservices.jarjar.server.protobuf.FieldSet ensureExtensionsAreMutable ()
public final boolean hasExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite)
public final int getExtensionCount (com.android.adservices.jarjar.server.protobuf.ExtensionLite)
public final java.lang.Object getExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite)
public final java.lang.Object getExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite, int)
protected boolean extensionsAreInitialized ()
protected com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter newExtensionWriter ()
protected com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter newMessageSetExtensionWriter ()
protected int extensionsSerializedSize ()
protected int extensionsSerializedSizeAsMessageSet ()
}
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$ExtendableMessage$ExtensionWriter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter extends java.lang.Object {
public void writeUntil (int, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$ExtendableBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder {
protected void <init> (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage)
void internalSetExtensionSet (com.android.adservices.jarjar.server.protobuf.FieldSet)
protected void copyOnWriteInternal ()
public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage buildPartial ()
public final boolean hasExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite)
public final int getExtensionCount (com.android.adservices.jarjar.server.protobuf.ExtensionLite)
public final java.lang.Object getExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite)
public final java.lang.Object getExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite, int)
public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder setExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite, java.lang.Object)
public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder setExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite, int, java.lang.Object)
public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder addExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite, java.lang.Object)
public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder clearExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite)
}
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser extends com.android.adservices.jarjar.server.protobuf.AbstractParser {
public void <init> (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite)
public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parsePartialFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parsePartialFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
}
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder extends com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder {
protected com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite instance
protected void <init> (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite)
protected final void copyOnWrite ()
protected void copyOnWriteInternal ()
public final boolean isInitialized ()
public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder clear ()
public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder clone ()
public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite buildPartial ()
public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite build ()
protected com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder internalMergeFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite)
public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite)
public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite getDefaultInstanceForType ()
public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder mergeFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder mergeFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/GeneratedMessageInfoFactory.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.GeneratedMessageInfoFactory extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageInfoFactory {
public static com.android.adservices.jarjar.server.protobuf.GeneratedMessageInfoFactory getInstance ()
public boolean isSupported (java.lang.Class)
public com.android.adservices.jarjar.server.protobuf.MessageInfo messageInfoFor (java.lang.Class)
}
com/android/adservices/jarjar/server/protobuf/FloatValueOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.FloatValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract float getValue ()
}
com/android/adservices/jarjar/server/protobuf/FloatValue.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.FloatValue extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.FloatValueOrBuilder {
public static final int VALUE_FIELD_NUMBER
public float getValue ()
public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.FloatValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.FloatValue parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.FloatValue$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.FloatValue$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.FloatValue)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.FloatValue getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.FloatValue of (float)
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/FloatValue$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.FloatValue$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.FloatValueOrBuilder {
public float getValue ()
public com.android.adservices.jarjar.server.protobuf.FloatValue$Builder setValue (float)
public com.android.adservices.jarjar.server.protobuf.FloatValue$Builder clearValue ()
}
com/android/adservices/jarjar/server/protobuf/FloatArrayList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.FloatArrayList extends com.android.adservices.jarjar.server.protobuf.AbstractProtobufList implements com.android.adservices.jarjar.server.protobuf.Internal$FloatList java.util.RandomAccess com.android.adservices.jarjar.server.protobuf.PrimitiveNonBoxingCollection {
public static com.android.adservices.jarjar.server.protobuf.FloatArrayList emptyList ()
void <init> ()
protected void removeRange (int, int)
public boolean equals (java.lang.Object)
public int hashCode ()
public com.android.adservices.jarjar.server.protobuf.Internal$FloatList mutableCopyWithCapacity (int)
public java.lang.Float get (int)
public float getFloat (int)
public int indexOf (java.lang.Object)
public boolean contains (java.lang.Object)
public int size ()
public java.lang.Float set (int, java.lang.Float)
public float setFloat (int, float)
public boolean add (java.lang.Float)
public void add (int, java.lang.Float)
public void addFloat (float)
public boolean addAll (java.util.Collection)
public java.lang.Float remove (int)
}
com/android/adservices/jarjar/server/protobuf/FieldType.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.FieldType extends java.lang.Enum {
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType DOUBLE
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FLOAT
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType INT64
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType UINT64
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType INT32
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FIXED64
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FIXED32
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType BOOL
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType STRING
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType MESSAGE
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType BYTES
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType UINT32
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType ENUM
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SFIXED32
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SFIXED64
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SINT32
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SINT64
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType GROUP
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType DOUBLE_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FLOAT_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType INT64_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType UINT64_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType INT32_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FIXED64_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FIXED32_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType BOOL_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType STRING_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType MESSAGE_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType BYTES_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType UINT32_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType ENUM_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SFIXED32_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SFIXED64_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SINT32_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SINT64_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType DOUBLE_LIST_PACKED
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FLOAT_LIST_PACKED
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType INT64_LIST_PACKED
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType UINT64_LIST_PACKED
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType INT32_LIST_PACKED
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FIXED64_LIST_PACKED
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FIXED32_LIST_PACKED
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType BOOL_LIST_PACKED
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType UINT32_LIST_PACKED
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType ENUM_LIST_PACKED
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SFIXED32_LIST_PACKED
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SFIXED64_LIST_PACKED
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SINT32_LIST_PACKED
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SINT64_LIST_PACKED
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType GROUP_LIST
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType MAP
public static com.android.adservices.jarjar.server.protobuf.FieldType[] values ()
public static com.android.adservices.jarjar.server.protobuf.FieldType valueOf (java.lang.String)
public int id ()
public com.android.adservices.jarjar.server.protobuf.JavaType getJavaType ()
public boolean isPacked ()
public boolean isPrimitiveScalar ()
public boolean isScalar ()
public boolean isList ()
public boolean isMap ()
public boolean isValidForField (java.lang.reflect.Field)
public static com.android.adservices.jarjar.server.protobuf.FieldType forId (int)
}
com/android/adservices/jarjar/server/protobuf/FieldType$Collection.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final enum com.android.adservices.jarjar.server.protobuf.FieldType$Collection extends java.lang.Enum {
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType$Collection SCALAR
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType$Collection VECTOR
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType$Collection PACKED_VECTOR
public static final enum com.android.adservices.jarjar.server.protobuf.FieldType$Collection MAP
public static com.android.adservices.jarjar.server.protobuf.FieldType$Collection[] values ()
public static com.android.adservices.jarjar.server.protobuf.FieldType$Collection valueOf (java.lang.String)
public boolean isList ()
}
com/android/adservices/jarjar/server/protobuf/FieldSet.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.FieldSet extends java.lang.Object {
public static com.android.adservices.jarjar.server.protobuf.FieldSet newFieldSet ()
public static com.android.adservices.jarjar.server.protobuf.FieldSet emptySet ()
public static com.android.adservices.jarjar.server.protobuf.FieldSet$Builder newBuilder ()
boolean isEmpty ()
public void makeImmutable ()
public boolean isImmutable ()
public boolean equals (java.lang.Object)
public int hashCode ()
public com.android.adservices.jarjar.server.protobuf.FieldSet clone ()
public void clear ()
public java.util.Map getAllFields ()
public java.util.Iterator iterator ()
java.util.Iterator descendingIterator ()
public boolean hasField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite)
public java.lang.Object getField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite)
public void setField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object)
public void clearField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite)
public int getRepeatedFieldCount (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite)
public java.lang.Object getRepeatedField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, int)
public void setRepeatedField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, int, java.lang.Object)
public void addRepeatedField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object)
public boolean isInitialized ()
static int getWireFormatForFieldType (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, boolean)
public void mergeFrom (com.android.adservices.jarjar.server.protobuf.FieldSet)
public static java.lang.Object readPrimitiveField (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, boolean) throws java.io.IOException
public void writeTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
public void writeMessageSetTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
static void writeElement (com.android.adservices.jarjar.server.protobuf.CodedOutputStream, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, int, java.lang.Object) throws java.io.IOException
static void writeElementNoTag (com.android.adservices.jarjar.server.protobuf.CodedOutputStream, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException
public static void writeField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
public int getSerializedSize ()
public int getMessageSetSerializedSize ()
static int computeElementSize (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, int, java.lang.Object)
static int computeElementSizeNoTag (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object)
public static int computeFieldSize (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/FieldSet$FieldDescriptorLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite extends java.lang.Object implements java.lang.Comparable {
public abstract int getNumber ()
public abstract com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType getLiteType ()
public abstract com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType getLiteJavaType ()
public abstract boolean isRepeated ()
public abstract boolean isPacked ()
public abstract com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap getEnumType ()
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder internalMergeFrom (com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.MessageLite)
}
com/android/adservices/jarjar/server/protobuf/FieldSet$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.FieldSet$Builder extends java.lang.Object {
public com.android.adservices.jarjar.server.protobuf.FieldSet build ()
public com.android.adservices.jarjar.server.protobuf.FieldSet buildPartial ()
public static com.android.adservices.jarjar.server.protobuf.FieldSet$Builder fromFieldSet (com.android.adservices.jarjar.server.protobuf.FieldSet)
public java.util.Map getAllFields ()
public boolean hasField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite)
public java.lang.Object getField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite)
java.lang.Object getFieldAllowBuilders (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite)
public void setField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object)
public void clearField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite)
public int getRepeatedFieldCount (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite)
public java.lang.Object getRepeatedField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, int)
java.lang.Object getRepeatedFieldAllowBuilders (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, int)
public void setRepeatedField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, int, java.lang.Object)
public void addRepeatedField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object)
public boolean isInitialized ()
public void mergeFrom (com.android.adservices.jarjar.server.protobuf.FieldSet)
}
com/android/adservices/jarjar/server/protobuf/FieldOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.FieldOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract int getKindValue ()
public abstract com.android.adservices.jarjar.server.protobuf.Field$Kind getKind ()
public abstract int getCardinalityValue ()
public abstract com.android.adservices.jarjar.server.protobuf.Field$Cardinality getCardinality ()
public abstract int getNumber ()
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract java.lang.String getTypeUrl ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getTypeUrlBytes ()
public abstract int getOneofIndex ()
public abstract boolean getPacked ()
public abstract java.util.List getOptionsList ()
public abstract com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public abstract int getOptionsCount ()
public abstract java.lang.String getJsonName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getJsonNameBytes ()
public abstract java.lang.String getDefaultValue ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getDefaultValueBytes ()
}
com/android/adservices/jarjar/server/protobuf/FieldMaskProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.FieldMaskProto extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/jarjar/server/protobuf/FieldMaskOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.FieldMaskOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.util.List getPathsList ()
public abstract int getPathsCount ()
public abstract java.lang.String getPaths (int)
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getPathsBytes (int)
}
com/android/adservices/jarjar/server/protobuf/FieldMask.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.FieldMask extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.FieldMaskOrBuilder {
public static final int PATHS_FIELD_NUMBER
public java.util.List getPathsList ()
public int getPathsCount ()
public java.lang.String getPaths (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getPathsBytes (int)
public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.FieldMask parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.FieldMask parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.FieldMask$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.FieldMask$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.FieldMask)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.FieldMask getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/FieldMask$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.FieldMask$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.FieldMaskOrBuilder {
public java.util.List getPathsList ()
public int getPathsCount ()
public java.lang.String getPaths (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getPathsBytes (int)
public com.android.adservices.jarjar.server.protobuf.FieldMask$Builder setPaths (int, java.lang.String)
public com.android.adservices.jarjar.server.protobuf.FieldMask$Builder addPaths (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.FieldMask$Builder addAllPaths (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.FieldMask$Builder clearPaths ()
public com.android.adservices.jarjar.server.protobuf.FieldMask$Builder addPathsBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
}
com/android/adservices/jarjar/server/protobuf/FieldInfo.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.FieldInfo extends java.lang.Object implements java.lang.Comparable {
public static com.android.adservices.jarjar.server.protobuf.FieldInfo forField (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, boolean)
public static com.android.adservices.jarjar.server.protobuf.FieldInfo forPackedField (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, java.lang.reflect.Field)
public static com.android.adservices.jarjar.server.protobuf.FieldInfo forRepeatedMessageField (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, java.lang.Class)
public static com.android.adservices.jarjar.server.protobuf.FieldInfo forFieldWithEnumVerifier (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier)
public static com.android.adservices.jarjar.server.protobuf.FieldInfo forPackedFieldWithEnumVerifier (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier, java.lang.reflect.Field)
public static com.android.adservices.jarjar.server.protobuf.FieldInfo forProto2OptionalField (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, java.lang.reflect.Field, int, boolean, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier)
public static com.android.adservices.jarjar.server.protobuf.FieldInfo forOneofMemberField (int, com.android.adservices.jarjar.server.protobuf.FieldType, com.android.adservices.jarjar.server.protobuf.OneofInfo, java.lang.Class, boolean, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier)
public static com.android.adservices.jarjar.server.protobuf.FieldInfo forProto2RequiredField (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, java.lang.reflect.Field, int, boolean, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier)
public static com.android.adservices.jarjar.server.protobuf.FieldInfo forMapField (java.lang.reflect.Field, int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier)
public int getFieldNumber ()
public java.lang.reflect.Field getField ()
public com.android.adservices.jarjar.server.protobuf.FieldType getType ()
public com.android.adservices.jarjar.server.protobuf.OneofInfo getOneof ()
public java.lang.Class getOneofStoredType ()
public com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier getEnumVerifier ()
public int compareTo (com.android.adservices.jarjar.server.protobuf.FieldInfo)
public java.lang.Class getListElementType ()
public java.lang.reflect.Field getPresenceField ()
public java.lang.Object getMapDefaultEntry ()
public int getPresenceMask ()
public boolean isRequired ()
public boolean isEnforceUtf8 ()
public java.lang.reflect.Field getCachedSizeField ()
public java.lang.Class getMessageFieldClass ()
public static com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder newBuilder ()
}
com/android/adservices/jarjar/server/protobuf/FieldInfo$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder extends java.lang.Object {
public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withField (java.lang.reflect.Field)
public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withType (com.android.adservices.jarjar.server.protobuf.FieldType)
public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withFieldNumber (int)
public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withPresence (java.lang.reflect.Field, int)
public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withOneof (com.android.adservices.jarjar.server.protobuf.OneofInfo, java.lang.Class)
public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withRequired (boolean)
public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withMapDefaultEntry (java.lang.Object)
public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withEnforceUtf8 (boolean)
public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withEnumVerifier (com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier)
public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withCachedSizeField (java.lang.reflect.Field)
public com.android.adservices.jarjar.server.protobuf.FieldInfo build ()
}
com/android/adservices/jarjar/server/protobuf/Field.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Field extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.FieldOrBuilder {
public static final int KIND_FIELD_NUMBER
public static final int CARDINALITY_FIELD_NUMBER
public static final int NUMBER_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int TYPE_URL_FIELD_NUMBER
public static final int ONEOF_INDEX_FIELD_NUMBER
public static final int PACKED_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static final int JSON_NAME_FIELD_NUMBER
public static final int DEFAULT_VALUE_FIELD_NUMBER
public int getKindValue ()
public com.android.adservices.jarjar.server.protobuf.Field$Kind getKind ()
public int getCardinalityValue ()
public com.android.adservices.jarjar.server.protobuf.Field$Cardinality getCardinality ()
public int getNumber ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public java.lang.String getTypeUrl ()
public com.android.adservices.jarjar.server.protobuf.ByteString getTypeUrlBytes ()
public int getOneofIndex ()
public boolean getPacked ()
public java.util.List getOptionsList ()
public java.util.List getOptionsOrBuilderList ()
public int getOptionsCount ()
public com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public com.android.adservices.jarjar.server.protobuf.OptionOrBuilder getOptionsOrBuilder (int)
public java.lang.String getJsonName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getJsonNameBytes ()
public java.lang.String getDefaultValue ()
public com.android.adservices.jarjar.server.protobuf.ByteString getDefaultValueBytes ()
public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Field parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Field parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Field$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Field$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Field)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Field getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Field$Kind.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.Field$Kind extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite {
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_UNKNOWN
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_DOUBLE
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_FLOAT
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_INT64
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_UINT64
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_INT32
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_FIXED64
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_FIXED32
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_BOOL
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_STRING
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_GROUP
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_MESSAGE
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_BYTES
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_UINT32
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_ENUM
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_SFIXED32
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_SFIXED64
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_SINT32
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_SINT64
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind UNRECOGNIZED
public static final int TYPE_UNKNOWN_VALUE
public static final int TYPE_DOUBLE_VALUE
public static final int TYPE_FLOAT_VALUE
public static final int TYPE_INT64_VALUE
public static final int TYPE_UINT64_VALUE
public static final int TYPE_INT32_VALUE
public static final int TYPE_FIXED64_VALUE
public static final int TYPE_FIXED32_VALUE
public static final int TYPE_BOOL_VALUE
public static final int TYPE_STRING_VALUE
public static final int TYPE_GROUP_VALUE
public static final int TYPE_MESSAGE_VALUE
public static final int TYPE_BYTES_VALUE
public static final int TYPE_UINT32_VALUE
public static final int TYPE_ENUM_VALUE
public static final int TYPE_SFIXED32_VALUE
public static final int TYPE_SFIXED64_VALUE
public static final int TYPE_SINT32_VALUE
public static final int TYPE_SINT64_VALUE
public static com.android.adservices.jarjar.server.protobuf.Field$Kind[] values ()
public static com.android.adservices.jarjar.server.protobuf.Field$Kind valueOf (java.lang.String)
public final int getNumber ()
public static com.android.adservices.jarjar.server.protobuf.Field$Kind valueOf (int)
public static com.android.adservices.jarjar.server.protobuf.Field$Kind forNumber (int)
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap ()
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier ()
}
com/android/adservices/jarjar/server/protobuf/Field$Kind$KindVerifier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.Field$Kind$KindVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier {
static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE
public boolean isInRange (int)
}
com/android/adservices/jarjar/server/protobuf/Field$Cardinality.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.Field$Cardinality extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite {
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Cardinality CARDINALITY_UNKNOWN
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Cardinality CARDINALITY_OPTIONAL
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Cardinality CARDINALITY_REQUIRED
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Cardinality CARDINALITY_REPEATED
public static final enum com.android.adservices.jarjar.server.protobuf.Field$Cardinality UNRECOGNIZED
public static final int CARDINALITY_UNKNOWN_VALUE
public static final int CARDINALITY_OPTIONAL_VALUE
public static final int CARDINALITY_REQUIRED_VALUE
public static final int CARDINALITY_REPEATED_VALUE
public static com.android.adservices.jarjar.server.protobuf.Field$Cardinality[] values ()
public static com.android.adservices.jarjar.server.protobuf.Field$Cardinality valueOf (java.lang.String)
public final int getNumber ()
public static com.android.adservices.jarjar.server.protobuf.Field$Cardinality valueOf (int)
public static com.android.adservices.jarjar.server.protobuf.Field$Cardinality forNumber (int)
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap ()
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier ()
}
com/android/adservices/jarjar/server/protobuf/Field$Cardinality$CardinalityVerifier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.Field$Cardinality$CardinalityVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier {
static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE
public boolean isInRange (int)
}
com/android/adservices/jarjar/server/protobuf/Field$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Field$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.FieldOrBuilder {
public int getKindValue ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setKindValue (int)
public com.android.adservices.jarjar.server.protobuf.Field$Kind getKind ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setKind (com.android.adservices.jarjar.server.protobuf.Field$Kind)
public com.android.adservices.jarjar.server.protobuf.Field$Builder clearKind ()
public int getCardinalityValue ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setCardinalityValue (int)
public com.android.adservices.jarjar.server.protobuf.Field$Cardinality getCardinality ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setCardinality (com.android.adservices.jarjar.server.protobuf.Field$Cardinality)
public com.android.adservices.jarjar.server.protobuf.Field$Builder clearCardinality ()
public int getNumber ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setNumber (int)
public com.android.adservices.jarjar.server.protobuf.Field$Builder clearNumber ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Field$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.lang.String getTypeUrl ()
public com.android.adservices.jarjar.server.protobuf.ByteString getTypeUrlBytes ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setTypeUrl (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Field$Builder clearTypeUrl ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setTypeUrlBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public int getOneofIndex ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setOneofIndex (int)
public com.android.adservices.jarjar.server.protobuf.Field$Builder clearOneofIndex ()
public boolean getPacked ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setPacked (boolean)
public com.android.adservices.jarjar.server.protobuf.Field$Builder clearPacked ()
public java.util.List getOptionsList ()
public int getOptionsCount ()
public com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public com.android.adservices.jarjar.server.protobuf.Field$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Field$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Field$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Field$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Field$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Field$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Field$Builder addAllOptions (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.Field$Builder clearOptions ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder removeOptions (int)
public java.lang.String getJsonName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getJsonNameBytes ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setJsonName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Field$Builder clearJsonName ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setJsonNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.lang.String getDefaultValue ()
public com.android.adservices.jarjar.server.protobuf.ByteString getDefaultValueBytes ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setDefaultValue (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Field$Builder clearDefaultValue ()
public com.android.adservices.jarjar.server.protobuf.Field$Builder setDefaultValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
}
com/android/adservices/jarjar/server/protobuf/ExtensionSchemas.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ExtensionSchemas extends java.lang.Object {
void <init> ()
static com.android.adservices.jarjar.server.protobuf.ExtensionSchema lite ()
static com.android.adservices.jarjar.server.protobuf.ExtensionSchema full ()
}
com/android/adservices/jarjar/server/protobuf/ExtensionSchemaLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ExtensionSchemaLite extends com.android.adservices.jarjar.server.protobuf.ExtensionSchema {
void <init> ()
boolean hasExtensions (com.android.adservices.jarjar.server.protobuf.MessageLite)
com.android.adservices.jarjar.server.protobuf.FieldSet getExtensions (java.lang.Object)
void setExtensions (java.lang.Object, com.android.adservices.jarjar.server.protobuf.FieldSet)
com.android.adservices.jarjar.server.protobuf.FieldSet getMutableExtensions (java.lang.Object)
void makeImmutable (java.lang.Object)
java.lang.Object parseExtension (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader, java.lang.Object, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.FieldSet, java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema) throws java.io.IOException
int extensionNumber (java.util.Map$Entry)
void serializeExtension (com.android.adservices.jarjar.server.protobuf.Writer, java.util.Map$Entry) throws java.io.IOException
java.lang.Object findExtensionByNumber (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.MessageLite, int)
void parseLengthPrefixedMessageSetItem (com.android.adservices.jarjar.server.protobuf.Reader, java.lang.Object, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.FieldSet) throws java.io.IOException
void parseMessageSetItem (com.android.adservices.jarjar.server.protobuf.ByteString, java.lang.Object, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.FieldSet) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/ExtensionSchema.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.ExtensionSchema extends java.lang.Object {
void <init> ()
abstract boolean hasExtensions (com.android.adservices.jarjar.server.protobuf.MessageLite)
abstract com.android.adservices.jarjar.server.protobuf.FieldSet getExtensions (java.lang.Object)
abstract void setExtensions (java.lang.Object, com.android.adservices.jarjar.server.protobuf.FieldSet)
abstract com.android.adservices.jarjar.server.protobuf.FieldSet getMutableExtensions (java.lang.Object)
abstract void makeImmutable (java.lang.Object)
abstract java.lang.Object parseExtension (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader, java.lang.Object, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.FieldSet, java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema) throws java.io.IOException
abstract int extensionNumber (java.util.Map$Entry)
abstract void serializeExtension (com.android.adservices.jarjar.server.protobuf.Writer, java.util.Map$Entry) throws java.io.IOException
abstract java.lang.Object findExtensionByNumber (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.MessageLite, int)
abstract void parseLengthPrefixedMessageSetItem (com.android.adservices.jarjar.server.protobuf.Reader, java.lang.Object, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.FieldSet) throws java.io.IOException
abstract void parseMessageSetItem (com.android.adservices.jarjar.server.protobuf.ByteString, java.lang.Object, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.FieldSet) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/ExtensionRegistryLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extends java.lang.Object {
static final String EXTENSION_CLASS_NAME
static final com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite EMPTY_REGISTRY_LITE
public static boolean isEagerlyParseMessageSets ()
public static void setEagerlyParseMessageSets (boolean)
public static com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite newInstance ()
public static com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite getEmptyRegistry ()
public com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite getUnmodifiable ()
public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension findLiteExtensionByNumber (com.android.adservices.jarjar.server.protobuf.MessageLite, int)
public final void add (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension)
public final void add (com.android.adservices.jarjar.server.protobuf.ExtensionLite)
void <init> ()
void <init> (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
void <init> (boolean)
}
com/android/adservices/jarjar/server/protobuf/ExtensionRegistryLite$ObjectIntPair.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite$ObjectIntPair extends java.lang.Object {
void <init> (java.lang.Object, int)
public int hashCode ()
public boolean equals (java.lang.Object)
}
com/android/adservices/jarjar/server/protobuf/ExtensionRegistryLite$ExtensionClassHolder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite$ExtensionClassHolder extends java.lang.Object {
static final Class INSTANCE
static java.lang.Class resolveExtensionClass ()
}
com/android/adservices/jarjar/server/protobuf/ExtensionRegistryFactory.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ExtensionRegistryFactory extends java.lang.Object {
static final String FULL_REGISTRY_CLASS_NAME
static final Class EXTENSION_REGISTRY_CLASS
void <init> ()
static java.lang.Class reflectExtensionRegistry ()
public static com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite create ()
public static com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite createEmpty ()
static boolean isFullRegistry (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/jarjar/server/protobuf/ExtensionLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.ExtensionLite extends java.lang.Object {
public void <init> ()
public abstract int getNumber ()
public abstract com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType getLiteType ()
public abstract boolean isRepeated ()
public abstract java.lang.Object getDefaultValue ()
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite getMessageDefaultInstance ()
boolean isLite ()
}
com/android/adservices/jarjar/server/protobuf/ExperimentalApi.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract annotation com.android.adservices.jarjar.server.protobuf.ExperimentalApi extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract java.lang.String value ()
}
com/android/adservices/jarjar/server/protobuf/EnumValueOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.EnumValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract int getNumber ()
public abstract java.util.List getOptionsList ()
public abstract com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public abstract int getOptionsCount ()
}
com/android/adservices/jarjar/server/protobuf/EnumValue.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.EnumValue extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.EnumValueOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int NUMBER_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public int getNumber ()
public java.util.List getOptionsList ()
public java.util.List getOptionsOrBuilderList ()
public int getOptionsCount ()
public com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public com.android.adservices.jarjar.server.protobuf.OptionOrBuilder getOptionsOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.EnumValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.EnumValue parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.EnumValue$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.EnumValue$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.EnumValue)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.EnumValue getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/EnumValue$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.EnumValue$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.EnumValueOrBuilder {
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public int getNumber ()
public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder setNumber (int)
public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder clearNumber ()
public java.util.List getOptionsList ()
public int getOptionsCount ()
public com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder addAllOptions (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder clearOptions ()
public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder removeOptions (int)
}
com/android/adservices/jarjar/server/protobuf/EnumOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.EnumOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract java.util.List getEnumvalueList ()
public abstract com.android.adservices.jarjar.server.protobuf.EnumValue getEnumvalue (int)
public abstract int getEnumvalueCount ()
public abstract java.util.List getOptionsList ()
public abstract com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public abstract int getOptionsCount ()
public abstract boolean hasSourceContext ()
public abstract com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext ()
public abstract int getSyntaxValue ()
public abstract com.android.adservices.jarjar.server.protobuf.Syntax getSyntax ()
}
com/android/adservices/jarjar/server/protobuf/Enum.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Enum extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.EnumOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int ENUMVALUE_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static final int SOURCE_CONTEXT_FIELD_NUMBER
public static final int SYNTAX_FIELD_NUMBER
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public java.util.List getEnumvalueList ()
public java.util.List getEnumvalueOrBuilderList ()
public int getEnumvalueCount ()
public com.android.adservices.jarjar.server.protobuf.EnumValue getEnumvalue (int)
public com.android.adservices.jarjar.server.protobuf.EnumValueOrBuilder getEnumvalueOrBuilder (int)
public java.util.List getOptionsList ()
public java.util.List getOptionsOrBuilderList ()
public int getOptionsCount ()
public com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public com.android.adservices.jarjar.server.protobuf.OptionOrBuilder getOptionsOrBuilder (int)
public boolean hasSourceContext ()
public com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext ()
public int getSyntaxValue ()
public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax ()
public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Enum parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Enum parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Enum$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Enum$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Enum)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Enum getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Enum$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Enum$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.EnumOrBuilder {
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.Enum$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.Enum$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.util.List getEnumvalueList ()
public int getEnumvalueCount ()
public com.android.adservices.jarjar.server.protobuf.EnumValue getEnumvalue (int)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder setEnumvalue (int, com.android.adservices.jarjar.server.protobuf.EnumValue)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder setEnumvalue (int, com.android.adservices.jarjar.server.protobuf.EnumValue$Builder)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder addEnumvalue (com.android.adservices.jarjar.server.protobuf.EnumValue)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder addEnumvalue (int, com.android.adservices.jarjar.server.protobuf.EnumValue)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder addEnumvalue (com.android.adservices.jarjar.server.protobuf.EnumValue$Builder)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder addEnumvalue (int, com.android.adservices.jarjar.server.protobuf.EnumValue$Builder)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder addAllEnumvalue (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder clearEnumvalue ()
public com.android.adservices.jarjar.server.protobuf.Enum$Builder removeEnumvalue (int)
public java.util.List getOptionsList ()
public int getOptionsCount ()
public com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder addAllOptions (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder clearOptions ()
public com.android.adservices.jarjar.server.protobuf.Enum$Builder removeOptions (int)
public boolean hasSourceContext ()
public com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext ()
public com.android.adservices.jarjar.server.protobuf.Enum$Builder setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext$Builder)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder mergeSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder clearSourceContext ()
public int getSyntaxValue ()
public com.android.adservices.jarjar.server.protobuf.Enum$Builder setSyntaxValue (int)
public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax ()
public com.android.adservices.jarjar.server.protobuf.Enum$Builder setSyntax (com.android.adservices.jarjar.server.protobuf.Syntax)
public com.android.adservices.jarjar.server.protobuf.Enum$Builder clearSyntax ()
}
com/android/adservices/jarjar/server/protobuf/EmptyProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.EmptyProto extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/jarjar/server/protobuf/EmptyOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.EmptyOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
}
com/android/adservices/jarjar/server/protobuf/Empty.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Empty extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.EmptyOrBuilder {
public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Empty parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Empty parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Empty$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Empty$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Empty)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Empty getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Empty$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Empty$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.EmptyOrBuilder {
}
com/android/adservices/jarjar/server/protobuf/DurationProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DurationProto extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/jarjar/server/protobuf/DurationOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DurationOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract long getSeconds ()
public abstract int getNanos ()
}
com/android/adservices/jarjar/server/protobuf/Duration.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Duration extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DurationOrBuilder {
public static final int SECONDS_FIELD_NUMBER
public static final int NANOS_FIELD_NUMBER
public long getSeconds ()
public int getNanos ()
public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Duration parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Duration parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Duration$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Duration$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Duration)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Duration getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Duration$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Duration$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DurationOrBuilder {
public long getSeconds ()
public com.android.adservices.jarjar.server.protobuf.Duration$Builder setSeconds (long)
public com.android.adservices.jarjar.server.protobuf.Duration$Builder clearSeconds ()
public int getNanos ()
public com.android.adservices.jarjar.server.protobuf.Duration$Builder setNanos (int)
public com.android.adservices.jarjar.server.protobuf.Duration$Builder clearNanos ()
}
com/android/adservices/jarjar/server/protobuf/DoubleValueOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DoubleValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract double getValue ()
}
com/android/adservices/jarjar/server/protobuf/DoubleValue.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DoubleValue extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DoubleValueOrBuilder {
public static final int VALUE_FIELD_NUMBER
public double getValue ()
public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DoubleValue$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DoubleValue$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DoubleValue)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DoubleValue getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.DoubleValue of (double)
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DoubleValue$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DoubleValue$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DoubleValueOrBuilder {
public double getValue ()
public com.android.adservices.jarjar.server.protobuf.DoubleValue$Builder setValue (double)
public com.android.adservices.jarjar.server.protobuf.DoubleValue$Builder clearValue ()
}
com/android/adservices/jarjar/server/protobuf/DoubleArrayList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.DoubleArrayList extends com.android.adservices.jarjar.server.protobuf.AbstractProtobufList implements com.android.adservices.jarjar.server.protobuf.Internal$DoubleList java.util.RandomAccess com.android.adservices.jarjar.server.protobuf.PrimitiveNonBoxingCollection {
public static com.android.adservices.jarjar.server.protobuf.DoubleArrayList emptyList ()
void <init> ()
protected void removeRange (int, int)
public boolean equals (java.lang.Object)
public int hashCode ()
public com.android.adservices.jarjar.server.protobuf.Internal$DoubleList mutableCopyWithCapacity (int)
public java.lang.Double get (int)
public double getDouble (int)
public int indexOf (java.lang.Object)
public boolean contains (java.lang.Object)
public int size ()
public java.lang.Double set (int, java.lang.Double)
public double setDouble (int, double)
public boolean add (java.lang.Double)
public void add (int, java.lang.Double)
public void addDouble (double)
public boolean addAll (java.util.Collection)
public java.lang.Double remove (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$UninterpretedOptionOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.util.List getNameList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart getName (int)
public abstract int getNameCount ()
public abstract boolean hasIdentifierValue ()
public abstract java.lang.String getIdentifierValue ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getIdentifierValueBytes ()
public abstract boolean hasPositiveIntValue ()
public abstract long getPositiveIntValue ()
public abstract boolean hasNegativeIntValue ()
public abstract long getNegativeIntValue ()
public abstract boolean hasDoubleValue ()
public abstract double getDoubleValue ()
public abstract boolean hasStringValue ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getStringValue ()
public abstract boolean hasAggregateValue ()
public abstract java.lang.String getAggregateValue ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getAggregateValueBytes ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$UninterpretedOption.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int IDENTIFIER_VALUE_FIELD_NUMBER
public static final int POSITIVE_INT_VALUE_FIELD_NUMBER
public static final int NEGATIVE_INT_VALUE_FIELD_NUMBER
public static final int DOUBLE_VALUE_FIELD_NUMBER
public static final int STRING_VALUE_FIELD_NUMBER
public static final int AGGREGATE_VALUE_FIELD_NUMBER
public java.util.List getNameList ()
public java.util.List getNameOrBuilderList ()
public int getNameCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart getName (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder getNameOrBuilder (int)
public boolean hasIdentifierValue ()
public java.lang.String getIdentifierValue ()
public com.android.adservices.jarjar.server.protobuf.ByteString getIdentifierValueBytes ()
public boolean hasPositiveIntValue ()
public long getPositiveIntValue ()
public boolean hasNegativeIntValue ()
public long getNegativeIntValue ()
public boolean hasDoubleValue ()
public double getDoubleValue ()
public boolean hasStringValue ()
public com.android.adservices.jarjar.server.protobuf.ByteString getStringValue ()
public boolean hasAggregateValue ()
public java.lang.String getAggregateValue ()
public com.android.adservices.jarjar.server.protobuf.ByteString getAggregateValueBytes ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$UninterpretedOption$NamePartOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasNamePart ()
public abstract java.lang.String getNamePart ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNamePartBytes ()
public abstract boolean hasIsExtension ()
public abstract boolean getIsExtension ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$UninterpretedOption$NamePart.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder {
public static final int NAME_PART_FIELD_NUMBER
public static final int IS_EXTENSION_FIELD_NUMBER
public boolean hasNamePart ()
public java.lang.String getNamePart ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNamePartBytes ()
public boolean hasIsExtension ()
public boolean getIsExtension ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$UninterpretedOption$NamePart$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder {
public boolean hasNamePart ()
public java.lang.String getNamePart ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNamePartBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder setNamePart (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder clearNamePart ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder setNamePartBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasIsExtension ()
public boolean getIsExtension ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder setIsExtension (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder clearIsExtension ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$UninterpretedOption$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder {
public java.util.List getNameList ()
public int getNameCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart getName (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setName (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setName (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder addName (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder addName (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder addName (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder addName (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder addAllName (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder removeName (int)
public boolean hasIdentifierValue ()
public java.lang.String getIdentifierValue ()
public com.android.adservices.jarjar.server.protobuf.ByteString getIdentifierValueBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setIdentifierValue (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder clearIdentifierValue ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setIdentifierValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasPositiveIntValue ()
public long getPositiveIntValue ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setPositiveIntValue (long)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder clearPositiveIntValue ()
public boolean hasNegativeIntValue ()
public long getNegativeIntValue ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setNegativeIntValue (long)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder clearNegativeIntValue ()
public boolean hasDoubleValue ()
public double getDoubleValue ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setDoubleValue (double)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder clearDoubleValue ()
public boolean hasStringValue ()
public com.android.adservices.jarjar.server.protobuf.ByteString getStringValue ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setStringValue (com.android.adservices.jarjar.server.protobuf.ByteString)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder clearStringValue ()
public boolean hasAggregateValue ()
public java.lang.String getAggregateValue ()
public com.android.adservices.jarjar.server.protobuf.ByteString getAggregateValueBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setAggregateValue (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder clearAggregateValue ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setAggregateValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$SourceCodeInfoOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.util.List getLocationList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location getLocation (int)
public abstract int getLocationCount ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$SourceCodeInfo.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfoOrBuilder {
public static final int LOCATION_FIELD_NUMBER
public java.util.List getLocationList ()
public java.util.List getLocationOrBuilderList ()
public int getLocationCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location getLocation (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder getLocationOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$SourceCodeInfo$LocationOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.util.List getPathList ()
public abstract int getPathCount ()
public abstract int getPath (int)
public abstract java.util.List getSpanList ()
public abstract int getSpanCount ()
public abstract int getSpan (int)
public abstract boolean hasLeadingComments ()
public abstract java.lang.String getLeadingComments ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getLeadingCommentsBytes ()
public abstract boolean hasTrailingComments ()
public abstract java.lang.String getTrailingComments ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getTrailingCommentsBytes ()
public abstract java.util.List getLeadingDetachedCommentsList ()
public abstract int getLeadingDetachedCommentsCount ()
public abstract java.lang.String getLeadingDetachedComments (int)
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getLeadingDetachedCommentsBytes (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$SourceCodeInfo$Location.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder {
public static final int PATH_FIELD_NUMBER
public static final int SPAN_FIELD_NUMBER
public static final int LEADING_COMMENTS_FIELD_NUMBER
public static final int TRAILING_COMMENTS_FIELD_NUMBER
public static final int LEADING_DETACHED_COMMENTS_FIELD_NUMBER
public java.util.List getPathList ()
public int getPathCount ()
public int getPath (int)
public java.util.List getSpanList ()
public int getSpanCount ()
public int getSpan (int)
public boolean hasLeadingComments ()
public java.lang.String getLeadingComments ()
public com.android.adservices.jarjar.server.protobuf.ByteString getLeadingCommentsBytes ()
public boolean hasTrailingComments ()
public java.lang.String getTrailingComments ()
public com.android.adservices.jarjar.server.protobuf.ByteString getTrailingCommentsBytes ()
public java.util.List getLeadingDetachedCommentsList ()
public int getLeadingDetachedCommentsCount ()
public java.lang.String getLeadingDetachedComments (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getLeadingDetachedCommentsBytes (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$SourceCodeInfo$Location$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder {
public java.util.List getPathList ()
public int getPathCount ()
public int getPath (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setPath (int, int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addPath (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addAllPath (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearPath ()
public java.util.List getSpanList ()
public int getSpanCount ()
public int getSpan (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setSpan (int, int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addSpan (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addAllSpan (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearSpan ()
public boolean hasLeadingComments ()
public java.lang.String getLeadingComments ()
public com.android.adservices.jarjar.server.protobuf.ByteString getLeadingCommentsBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setLeadingComments (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearLeadingComments ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setLeadingCommentsBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasTrailingComments ()
public java.lang.String getTrailingComments ()
public com.android.adservices.jarjar.server.protobuf.ByteString getTrailingCommentsBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setTrailingComments (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearTrailingComments ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setTrailingCommentsBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.util.List getLeadingDetachedCommentsList ()
public int getLeadingDetachedCommentsCount ()
public java.lang.String getLeadingDetachedComments (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getLeadingDetachedCommentsBytes (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setLeadingDetachedComments (int, java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addLeadingDetachedComments (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addAllLeadingDetachedComments (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearLeadingDetachedComments ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addLeadingDetachedCommentsBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$SourceCodeInfo$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfoOrBuilder {
public java.util.List getLocationList ()
public int getLocationCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location getLocation (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder setLocation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder setLocation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder addLocation (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder addLocation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder addLocation (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder addLocation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder addAllLocation (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder clearLocation ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder removeLocation (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ServiceOptionsOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder {
public abstract boolean hasDeprecated ()
public abstract boolean getDeprecated ()
public abstract java.util.List getUninterpretedOptionList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public abstract int getUninterpretedOptionCount ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ServiceOptions.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptionsOrBuilder {
public static final int DEPRECATED_FIELD_NUMBER
public static final int UNINTERPRETED_OPTION_FIELD_NUMBER
public boolean hasDeprecated ()
public boolean getDeprecated ()
public java.util.List getUninterpretedOptionList ()
public java.util.List getUninterpretedOptionOrBuilderList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ServiceOptions$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptionsOrBuilder {
public boolean hasDeprecated ()
public boolean getDeprecated ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder setDeprecated (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder clearDeprecated ()
public java.util.List getUninterpretedOptionList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder addAllUninterpretedOption (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder clearUninterpretedOption ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder removeUninterpretedOption (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ServiceDescriptorProtoOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasName ()
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract java.util.List getMethodList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto getMethod (int)
public abstract int getMethodCount ()
public abstract boolean hasOptions ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions getOptions ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ServiceDescriptorProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProtoOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int METHOD_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public java.util.List getMethodList ()
public java.util.List getMethodOrBuilderList ()
public int getMethodCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto getMethod (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProtoOrBuilder getMethodOrBuilder (int)
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions getOptions ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ServiceDescriptorProto$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProtoOrBuilder {
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.util.List getMethodList ()
public int getMethodCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto getMethod (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setMethod (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setMethod (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addMethod (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addMethod (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addMethod (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addMethod (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addAllMethod (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder clearMethod ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder removeMethod (int)
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions getOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder clearOptions ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$OneofOptionsOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder {
public abstract java.util.List getUninterpretedOptionList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public abstract int getUninterpretedOptionCount ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$OneofOptions.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptionsOrBuilder {
public static final int UNINTERPRETED_OPTION_FIELD_NUMBER
public java.util.List getUninterpretedOptionList ()
public java.util.List getUninterpretedOptionOrBuilderList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$OneofOptions$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptionsOrBuilder {
public java.util.List getUninterpretedOptionList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder addAllUninterpretedOption (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder clearUninterpretedOption ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder removeUninterpretedOption (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$OneofDescriptorProtoOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasName ()
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract boolean hasOptions ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions getOptions ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$OneofDescriptorProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProtoOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions getOptions ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$OneofDescriptorProto$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProtoOrBuilder {
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions getOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder clearOptions ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodOptionsOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder {
public abstract boolean hasDeprecated ()
public abstract boolean getDeprecated ()
public abstract boolean hasIdempotencyLevel ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel getIdempotencyLevel ()
public abstract java.util.List getUninterpretedOptionList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public abstract int getUninterpretedOptionCount ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodOptions.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptionsOrBuilder {
public static final int DEPRECATED_FIELD_NUMBER
public static final int IDEMPOTENCY_LEVEL_FIELD_NUMBER
public static final int UNINTERPRETED_OPTION_FIELD_NUMBER
public boolean hasDeprecated ()
public boolean getDeprecated ()
public boolean hasIdempotencyLevel ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel getIdempotencyLevel ()
public java.util.List getUninterpretedOptionList ()
public java.util.List getUninterpretedOptionOrBuilderList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodOptions$IdempotencyLevel.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite {
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel IDEMPOTENCY_UNKNOWN
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel NO_SIDE_EFFECTS
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel IDEMPOTENT
public static final int IDEMPOTENCY_UNKNOWN_VALUE
public static final int NO_SIDE_EFFECTS_VALUE
public static final int IDEMPOTENT_VALUE
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel[] values ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel valueOf (java.lang.String)
public final int getNumber ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel valueOf (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel forNumber (int)
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap ()
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodOptions$IdempotencyLevel$IdempotencyLevelVerifier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel$IdempotencyLevelVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier {
static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE
public boolean isInRange (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodOptions$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptionsOrBuilder {
public boolean hasDeprecated ()
public boolean getDeprecated ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder setDeprecated (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder clearDeprecated ()
public boolean hasIdempotencyLevel ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel getIdempotencyLevel ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder setIdempotencyLevel (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder clearIdempotencyLevel ()
public java.util.List getUninterpretedOptionList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder addAllUninterpretedOption (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder clearUninterpretedOption ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder removeUninterpretedOption (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodDescriptorProtoOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasName ()
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract boolean hasInputType ()
public abstract java.lang.String getInputType ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getInputTypeBytes ()
public abstract boolean hasOutputType ()
public abstract java.lang.String getOutputType ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getOutputTypeBytes ()
public abstract boolean hasOptions ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions getOptions ()
public abstract boolean hasClientStreaming ()
public abstract boolean getClientStreaming ()
public abstract boolean hasServerStreaming ()
public abstract boolean getServerStreaming ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodDescriptorProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProtoOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int INPUT_TYPE_FIELD_NUMBER
public static final int OUTPUT_TYPE_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static final int CLIENT_STREAMING_FIELD_NUMBER
public static final int SERVER_STREAMING_FIELD_NUMBER
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public boolean hasInputType ()
public java.lang.String getInputType ()
public com.android.adservices.jarjar.server.protobuf.ByteString getInputTypeBytes ()
public boolean hasOutputType ()
public java.lang.String getOutputType ()
public com.android.adservices.jarjar.server.protobuf.ByteString getOutputTypeBytes ()
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions getOptions ()
public boolean hasClientStreaming ()
public boolean getClientStreaming ()
public boolean hasServerStreaming ()
public boolean getServerStreaming ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodDescriptorProto$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProtoOrBuilder {
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasInputType ()
public java.lang.String getInputType ()
public com.android.adservices.jarjar.server.protobuf.ByteString getInputTypeBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setInputType (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearInputType ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setInputTypeBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasOutputType ()
public java.lang.String getOutputType ()
public com.android.adservices.jarjar.server.protobuf.ByteString getOutputTypeBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setOutputType (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearOutputType ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setOutputTypeBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions getOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearOptions ()
public boolean hasClientStreaming ()
public boolean getClientStreaming ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setClientStreaming (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearClientStreaming ()
public boolean hasServerStreaming ()
public boolean getServerStreaming ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setServerStreaming (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearServerStreaming ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MessageOptionsOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder {
public abstract boolean hasMessageSetWireFormat ()
public abstract boolean getMessageSetWireFormat ()
public abstract boolean hasNoStandardDescriptorAccessor ()
public abstract boolean getNoStandardDescriptorAccessor ()
public abstract boolean hasDeprecated ()
public abstract boolean getDeprecated ()
public abstract boolean hasMapEntry ()
public abstract boolean getMapEntry ()
public abstract java.util.List getUninterpretedOptionList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public abstract int getUninterpretedOptionCount ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MessageOptions.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptionsOrBuilder {
public static final int MESSAGE_SET_WIRE_FORMAT_FIELD_NUMBER
public static final int NO_STANDARD_DESCRIPTOR_ACCESSOR_FIELD_NUMBER
public static final int DEPRECATED_FIELD_NUMBER
public static final int MAP_ENTRY_FIELD_NUMBER
public static final int UNINTERPRETED_OPTION_FIELD_NUMBER
public boolean hasMessageSetWireFormat ()
public boolean getMessageSetWireFormat ()
public boolean hasNoStandardDescriptorAccessor ()
public boolean getNoStandardDescriptorAccessor ()
public boolean hasDeprecated ()
public boolean getDeprecated ()
public boolean hasMapEntry ()
public boolean getMapEntry ()
public java.util.List getUninterpretedOptionList ()
public java.util.List getUninterpretedOptionOrBuilderList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MessageOptions$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptionsOrBuilder {
public boolean hasMessageSetWireFormat ()
public boolean getMessageSetWireFormat ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder setMessageSetWireFormat (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder clearMessageSetWireFormat ()
public boolean hasNoStandardDescriptorAccessor ()
public boolean getNoStandardDescriptorAccessor ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder setNoStandardDescriptorAccessor (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder clearNoStandardDescriptorAccessor ()
public boolean hasDeprecated ()
public boolean getDeprecated ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder setDeprecated (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder clearDeprecated ()
public boolean hasMapEntry ()
public boolean getMapEntry ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder setMapEntry (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder clearMapEntry ()
public java.util.List getUninterpretedOptionList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder addAllUninterpretedOption (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder clearUninterpretedOption ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder removeUninterpretedOption (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$GeneratedCodeInfoOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.util.List getAnnotationList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation getAnnotation (int)
public abstract int getAnnotationCount ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$GeneratedCodeInfo.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfoOrBuilder {
public static final int ANNOTATION_FIELD_NUMBER
public java.util.List getAnnotationList ()
public java.util.List getAnnotationOrBuilderList ()
public int getAnnotationCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation getAnnotation (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder getAnnotationOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$GeneratedCodeInfo$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfoOrBuilder {
public java.util.List getAnnotationList ()
public int getAnnotationCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation getAnnotation (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder setAnnotation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder setAnnotation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAnnotation (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAnnotation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAnnotation (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAnnotation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAllAnnotation (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder clearAnnotation ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder removeAnnotation (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.util.List getPathList ()
public abstract int getPathCount ()
public abstract int getPath (int)
public abstract boolean hasSourceFile ()
public abstract java.lang.String getSourceFile ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getSourceFileBytes ()
public abstract boolean hasBegin ()
public abstract int getBegin ()
public abstract boolean hasEnd ()
public abstract int getEnd ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$GeneratedCodeInfo$Annotation.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder {
public static final int PATH_FIELD_NUMBER
public static final int SOURCE_FILE_FIELD_NUMBER
public static final int BEGIN_FIELD_NUMBER
public static final int END_FIELD_NUMBER
public java.util.List getPathList ()
public int getPathCount ()
public int getPath (int)
public boolean hasSourceFile ()
public java.lang.String getSourceFile ()
public com.android.adservices.jarjar.server.protobuf.ByteString getSourceFileBytes ()
public boolean hasBegin ()
public int getBegin ()
public boolean hasEnd ()
public int getEnd ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$GeneratedCodeInfo$Annotation$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder {
public java.util.List getPathList ()
public int getPathCount ()
public int getPath (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setPath (int, int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder addPath (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder addAllPath (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clearPath ()
public boolean hasSourceFile ()
public java.lang.String getSourceFile ()
public com.android.adservices.jarjar.server.protobuf.ByteString getSourceFileBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setSourceFile (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clearSourceFile ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setSourceFileBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasBegin ()
public int getBegin ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setBegin (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clearBegin ()
public boolean hasEnd ()
public int getEnd ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setEnd (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clearEnd ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileOptionsOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder {
public abstract boolean hasJavaPackage ()
public abstract java.lang.String getJavaPackage ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getJavaPackageBytes ()
public abstract boolean hasJavaOuterClassname ()
public abstract java.lang.String getJavaOuterClassname ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getJavaOuterClassnameBytes ()
public abstract boolean hasJavaMultipleFiles ()
public abstract boolean getJavaMultipleFiles ()
public abstract boolean hasJavaGenerateEqualsAndHash ()
public abstract boolean getJavaGenerateEqualsAndHash ()
public abstract boolean hasJavaStringCheckUtf8 ()
public abstract boolean getJavaStringCheckUtf8 ()
public abstract boolean hasOptimizeFor ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode getOptimizeFor ()
public abstract boolean hasGoPackage ()
public abstract java.lang.String getGoPackage ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getGoPackageBytes ()
public abstract boolean hasCcGenericServices ()
public abstract boolean getCcGenericServices ()
public abstract boolean hasJavaGenericServices ()
public abstract boolean getJavaGenericServices ()
public abstract boolean hasPyGenericServices ()
public abstract boolean getPyGenericServices ()
public abstract boolean hasPhpGenericServices ()
public abstract boolean getPhpGenericServices ()
public abstract boolean hasDeprecated ()
public abstract boolean getDeprecated ()
public abstract boolean hasCcEnableArenas ()
public abstract boolean getCcEnableArenas ()
public abstract boolean hasObjcClassPrefix ()
public abstract java.lang.String getObjcClassPrefix ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getObjcClassPrefixBytes ()
public abstract boolean hasCsharpNamespace ()
public abstract java.lang.String getCsharpNamespace ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getCsharpNamespaceBytes ()
public abstract boolean hasSwiftPrefix ()
public abstract java.lang.String getSwiftPrefix ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getSwiftPrefixBytes ()
public abstract boolean hasPhpClassPrefix ()
public abstract java.lang.String getPhpClassPrefix ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getPhpClassPrefixBytes ()
public abstract boolean hasPhpNamespace ()
public abstract java.lang.String getPhpNamespace ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getPhpNamespaceBytes ()
public abstract boolean hasPhpMetadataNamespace ()
public abstract java.lang.String getPhpMetadataNamespace ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getPhpMetadataNamespaceBytes ()
public abstract boolean hasRubyPackage ()
public abstract java.lang.String getRubyPackage ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getRubyPackageBytes ()
public abstract java.util.List getUninterpretedOptionList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public abstract int getUninterpretedOptionCount ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileOptions.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptionsOrBuilder {
public static final int JAVA_PACKAGE_FIELD_NUMBER
public static final int JAVA_OUTER_CLASSNAME_FIELD_NUMBER
public static final int JAVA_MULTIPLE_FILES_FIELD_NUMBER
public static final int JAVA_GENERATE_EQUALS_AND_HASH_FIELD_NUMBER
public static final int JAVA_STRING_CHECK_UTF8_FIELD_NUMBER
public static final int OPTIMIZE_FOR_FIELD_NUMBER
public static final int GO_PACKAGE_FIELD_NUMBER
public static final int CC_GENERIC_SERVICES_FIELD_NUMBER
public static final int JAVA_GENERIC_SERVICES_FIELD_NUMBER
public static final int PY_GENERIC_SERVICES_FIELD_NUMBER
public static final int PHP_GENERIC_SERVICES_FIELD_NUMBER
public static final int DEPRECATED_FIELD_NUMBER
public static final int CC_ENABLE_ARENAS_FIELD_NUMBER
public static final int OBJC_CLASS_PREFIX_FIELD_NUMBER
public static final int CSHARP_NAMESPACE_FIELD_NUMBER
public static final int SWIFT_PREFIX_FIELD_NUMBER
public static final int PHP_CLASS_PREFIX_FIELD_NUMBER
public static final int PHP_NAMESPACE_FIELD_NUMBER
public static final int PHP_METADATA_NAMESPACE_FIELD_NUMBER
public static final int RUBY_PACKAGE_FIELD_NUMBER
public static final int UNINTERPRETED_OPTION_FIELD_NUMBER
public boolean hasJavaPackage ()
public java.lang.String getJavaPackage ()
public com.android.adservices.jarjar.server.protobuf.ByteString getJavaPackageBytes ()
public boolean hasJavaOuterClassname ()
public java.lang.String getJavaOuterClassname ()
public com.android.adservices.jarjar.server.protobuf.ByteString getJavaOuterClassnameBytes ()
public boolean hasJavaMultipleFiles ()
public boolean getJavaMultipleFiles ()
public boolean hasJavaGenerateEqualsAndHash ()
public boolean getJavaGenerateEqualsAndHash ()
public boolean hasJavaStringCheckUtf8 ()
public boolean getJavaStringCheckUtf8 ()
public boolean hasOptimizeFor ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode getOptimizeFor ()
public boolean hasGoPackage ()
public java.lang.String getGoPackage ()
public com.android.adservices.jarjar.server.protobuf.ByteString getGoPackageBytes ()
public boolean hasCcGenericServices ()
public boolean getCcGenericServices ()
public boolean hasJavaGenericServices ()
public boolean getJavaGenericServices ()
public boolean hasPyGenericServices ()
public boolean getPyGenericServices ()
public boolean hasPhpGenericServices ()
public boolean getPhpGenericServices ()
public boolean hasDeprecated ()
public boolean getDeprecated ()
public boolean hasCcEnableArenas ()
public boolean getCcEnableArenas ()
public boolean hasObjcClassPrefix ()
public java.lang.String getObjcClassPrefix ()
public com.android.adservices.jarjar.server.protobuf.ByteString getObjcClassPrefixBytes ()
public boolean hasCsharpNamespace ()
public java.lang.String getCsharpNamespace ()
public com.android.adservices.jarjar.server.protobuf.ByteString getCsharpNamespaceBytes ()
public boolean hasSwiftPrefix ()
public java.lang.String getSwiftPrefix ()
public com.android.adservices.jarjar.server.protobuf.ByteString getSwiftPrefixBytes ()
public boolean hasPhpClassPrefix ()
public java.lang.String getPhpClassPrefix ()
public com.android.adservices.jarjar.server.protobuf.ByteString getPhpClassPrefixBytes ()
public boolean hasPhpNamespace ()
public java.lang.String getPhpNamespace ()
public com.android.adservices.jarjar.server.protobuf.ByteString getPhpNamespaceBytes ()
public boolean hasPhpMetadataNamespace ()
public java.lang.String getPhpMetadataNamespace ()
public com.android.adservices.jarjar.server.protobuf.ByteString getPhpMetadataNamespaceBytes ()
public boolean hasRubyPackage ()
public java.lang.String getRubyPackage ()
public com.android.adservices.jarjar.server.protobuf.ByteString getRubyPackageBytes ()
public java.util.List getUninterpretedOptionList ()
public java.util.List getUninterpretedOptionOrBuilderList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileOptions$OptimizeMode.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite {
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode SPEED
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode CODE_SIZE
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode LITE_RUNTIME
public static final int SPEED_VALUE
public static final int CODE_SIZE_VALUE
public static final int LITE_RUNTIME_VALUE
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode[] values ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode valueOf (java.lang.String)
public final int getNumber ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode valueOf (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode forNumber (int)
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap ()
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileOptions$OptimizeMode$OptimizeModeVerifier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode$OptimizeModeVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier {
static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE
public boolean isInRange (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileOptions$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptionsOrBuilder {
public boolean hasJavaPackage ()
public java.lang.String getJavaPackage ()
public com.android.adservices.jarjar.server.protobuf.ByteString getJavaPackageBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaPackage (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearJavaPackage ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaPackageBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasJavaOuterClassname ()
public java.lang.String getJavaOuterClassname ()
public com.android.adservices.jarjar.server.protobuf.ByteString getJavaOuterClassnameBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaOuterClassname (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearJavaOuterClassname ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaOuterClassnameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasJavaMultipleFiles ()
public boolean getJavaMultipleFiles ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaMultipleFiles (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearJavaMultipleFiles ()
public boolean hasJavaGenerateEqualsAndHash ()
public boolean getJavaGenerateEqualsAndHash ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaGenerateEqualsAndHash (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearJavaGenerateEqualsAndHash ()
public boolean hasJavaStringCheckUtf8 ()
public boolean getJavaStringCheckUtf8 ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaStringCheckUtf8 (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearJavaStringCheckUtf8 ()
public boolean hasOptimizeFor ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode getOptimizeFor ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setOptimizeFor (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearOptimizeFor ()
public boolean hasGoPackage ()
public java.lang.String getGoPackage ()
public com.android.adservices.jarjar.server.protobuf.ByteString getGoPackageBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setGoPackage (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearGoPackage ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setGoPackageBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasCcGenericServices ()
public boolean getCcGenericServices ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setCcGenericServices (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearCcGenericServices ()
public boolean hasJavaGenericServices ()
public boolean getJavaGenericServices ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaGenericServices (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearJavaGenericServices ()
public boolean hasPyGenericServices ()
public boolean getPyGenericServices ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPyGenericServices (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearPyGenericServices ()
public boolean hasPhpGenericServices ()
public boolean getPhpGenericServices ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPhpGenericServices (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearPhpGenericServices ()
public boolean hasDeprecated ()
public boolean getDeprecated ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setDeprecated (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearDeprecated ()
public boolean hasCcEnableArenas ()
public boolean getCcEnableArenas ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setCcEnableArenas (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearCcEnableArenas ()
public boolean hasObjcClassPrefix ()
public java.lang.String getObjcClassPrefix ()
public com.android.adservices.jarjar.server.protobuf.ByteString getObjcClassPrefixBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setObjcClassPrefix (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearObjcClassPrefix ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setObjcClassPrefixBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasCsharpNamespace ()
public java.lang.String getCsharpNamespace ()
public com.android.adservices.jarjar.server.protobuf.ByteString getCsharpNamespaceBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setCsharpNamespace (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearCsharpNamespace ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setCsharpNamespaceBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasSwiftPrefix ()
public java.lang.String getSwiftPrefix ()
public com.android.adservices.jarjar.server.protobuf.ByteString getSwiftPrefixBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setSwiftPrefix (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearSwiftPrefix ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setSwiftPrefixBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasPhpClassPrefix ()
public java.lang.String getPhpClassPrefix ()
public com.android.adservices.jarjar.server.protobuf.ByteString getPhpClassPrefixBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPhpClassPrefix (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearPhpClassPrefix ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPhpClassPrefixBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasPhpNamespace ()
public java.lang.String getPhpNamespace ()
public com.android.adservices.jarjar.server.protobuf.ByteString getPhpNamespaceBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPhpNamespace (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearPhpNamespace ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPhpNamespaceBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasPhpMetadataNamespace ()
public java.lang.String getPhpMetadataNamespace ()
public com.android.adservices.jarjar.server.protobuf.ByteString getPhpMetadataNamespaceBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPhpMetadataNamespace (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearPhpMetadataNamespace ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPhpMetadataNamespaceBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasRubyPackage ()
public java.lang.String getRubyPackage ()
public com.android.adservices.jarjar.server.protobuf.ByteString getRubyPackageBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setRubyPackage (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearRubyPackage ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setRubyPackageBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.util.List getUninterpretedOptionList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder addAllUninterpretedOption (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearUninterpretedOption ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder removeUninterpretedOption (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileDescriptorSetOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSetOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.util.List getFileList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto getFile (int)
public abstract int getFileCount ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileDescriptorSet.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSetOrBuilder {
public static final int FILE_FIELD_NUMBER
public java.util.List getFileList ()
public java.util.List getFileOrBuilderList ()
public int getFileCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto getFile (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder getFileOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileDescriptorSet$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSetOrBuilder {
public java.util.List getFileList ()
public int getFileCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto getFile (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder setFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder setFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder addFile (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder addFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder addFile (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder addFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder addAllFile (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder clearFile ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder removeFile (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileDescriptorProtoOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasName ()
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract boolean hasPackage ()
public abstract java.lang.String getPackage ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getPackageBytes ()
public abstract java.util.List getDependencyList ()
public abstract int getDependencyCount ()
public abstract java.lang.String getDependency (int)
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getDependencyBytes (int)
public abstract java.util.List getPublicDependencyList ()
public abstract int getPublicDependencyCount ()
public abstract int getPublicDependency (int)
public abstract java.util.List getWeakDependencyList ()
public abstract int getWeakDependencyCount ()
public abstract int getWeakDependency (int)
public abstract java.util.List getMessageTypeList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto getMessageType (int)
public abstract int getMessageTypeCount ()
public abstract java.util.List getEnumTypeList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int)
public abstract int getEnumTypeCount ()
public abstract java.util.List getServiceList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto getService (int)
public abstract int getServiceCount ()
public abstract java.util.List getExtensionList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int)
public abstract int getExtensionCount ()
public abstract boolean hasOptions ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions getOptions ()
public abstract boolean hasSourceCodeInfo ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo getSourceCodeInfo ()
public abstract boolean hasSyntax ()
public abstract java.lang.String getSyntax ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getSyntaxBytes ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileDescriptorProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int PACKAGE_FIELD_NUMBER
public static final int DEPENDENCY_FIELD_NUMBER
public static final int PUBLIC_DEPENDENCY_FIELD_NUMBER
public static final int WEAK_DEPENDENCY_FIELD_NUMBER
public static final int MESSAGE_TYPE_FIELD_NUMBER
public static final int ENUM_TYPE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
public static final int EXTENSION_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static final int SOURCE_CODE_INFO_FIELD_NUMBER
public static final int SYNTAX_FIELD_NUMBER
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public boolean hasPackage ()
public java.lang.String getPackage ()
public com.android.adservices.jarjar.server.protobuf.ByteString getPackageBytes ()
public java.util.List getDependencyList ()
public int getDependencyCount ()
public java.lang.String getDependency (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getDependencyBytes (int)
public java.util.List getPublicDependencyList ()
public int getPublicDependencyCount ()
public int getPublicDependency (int)
public java.util.List getWeakDependencyList ()
public int getWeakDependencyCount ()
public int getWeakDependency (int)
public java.util.List getMessageTypeList ()
public java.util.List getMessageTypeOrBuilderList ()
public int getMessageTypeCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto getMessageType (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProtoOrBuilder getMessageTypeOrBuilder (int)
public java.util.List getEnumTypeList ()
public java.util.List getEnumTypeOrBuilderList ()
public int getEnumTypeCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder (int)
public java.util.List getServiceList ()
public java.util.List getServiceOrBuilderList ()
public int getServiceCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto getService (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProtoOrBuilder getServiceOrBuilder (int)
public java.util.List getExtensionList ()
public java.util.List getExtensionOrBuilderList ()
public int getExtensionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getExtensionOrBuilder (int)
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions getOptions ()
public boolean hasSourceCodeInfo ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo getSourceCodeInfo ()
public boolean hasSyntax ()
public java.lang.String getSyntax ()
public com.android.adservices.jarjar.server.protobuf.ByteString getSyntaxBytes ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileDescriptorProto$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder {
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasPackage ()
public java.lang.String getPackage ()
public com.android.adservices.jarjar.server.protobuf.ByteString getPackageBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setPackage (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearPackage ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setPackageBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.util.List getDependencyList ()
public int getDependencyCount ()
public java.lang.String getDependency (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getDependencyBytes (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setDependency (int, java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addDependency (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllDependency (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearDependency ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addDependencyBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.util.List getPublicDependencyList ()
public int getPublicDependencyCount ()
public int getPublicDependency (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setPublicDependency (int, int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addPublicDependency (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllPublicDependency (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearPublicDependency ()
public java.util.List getWeakDependencyList ()
public int getWeakDependencyCount ()
public int getWeakDependency (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setWeakDependency (int, int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addWeakDependency (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllWeakDependency (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearWeakDependency ()
public java.util.List getMessageTypeList ()
public int getMessageTypeCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto getMessageType (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setMessageType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setMessageType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addMessageType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addMessageType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addMessageType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addMessageType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllMessageType (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearMessageType ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder removeMessageType (int)
public java.util.List getEnumTypeList ()
public int getEnumTypeCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addEnumType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addEnumType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllEnumType (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearEnumType ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder removeEnumType (int)
public java.util.List getServiceList ()
public int getServiceCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto getService (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setService (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setService (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addService (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addService (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addService (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addService (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllService (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearService ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder removeService (int)
public java.util.List getExtensionList ()
public int getExtensionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addExtension (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addExtension (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllExtension (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearExtension ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder removeExtension (int)
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions getOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearOptions ()
public boolean hasSourceCodeInfo ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo getSourceCodeInfo ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setSourceCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setSourceCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder mergeSourceCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearSourceCodeInfo ()
public boolean hasSyntax ()
public java.lang.String getSyntax ()
public com.android.adservices.jarjar.server.protobuf.ByteString getSyntaxBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setSyntax (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearSyntax ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setSyntaxBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptionsOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder {
public abstract boolean hasCtype ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType getCtype ()
public abstract boolean hasPacked ()
public abstract boolean getPacked ()
public abstract boolean hasJstype ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType getJstype ()
public abstract boolean hasLazy ()
public abstract boolean getLazy ()
public abstract boolean hasUnverifiedLazy ()
public abstract boolean getUnverifiedLazy ()
public abstract boolean hasDeprecated ()
public abstract boolean getDeprecated ()
public abstract boolean hasWeak ()
public abstract boolean getWeak ()
public abstract java.util.List getUninterpretedOptionList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public abstract int getUninterpretedOptionCount ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptions.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptionsOrBuilder {
public static final int CTYPE_FIELD_NUMBER
public static final int PACKED_FIELD_NUMBER
public static final int JSTYPE_FIELD_NUMBER
public static final int LAZY_FIELD_NUMBER
public static final int UNVERIFIED_LAZY_FIELD_NUMBER
public static final int DEPRECATED_FIELD_NUMBER
public static final int WEAK_FIELD_NUMBER
public static final int UNINTERPRETED_OPTION_FIELD_NUMBER
public boolean hasCtype ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType getCtype ()
public boolean hasPacked ()
public boolean getPacked ()
public boolean hasJstype ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType getJstype ()
public boolean hasLazy ()
public boolean getLazy ()
public boolean hasUnverifiedLazy ()
public boolean getUnverifiedLazy ()
public boolean hasDeprecated ()
public boolean getDeprecated ()
public boolean hasWeak ()
public boolean getWeak ()
public java.util.List getUninterpretedOptionList ()
public java.util.List getUninterpretedOptionOrBuilderList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptions$JSType.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite {
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType JS_NORMAL
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType JS_STRING
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType JS_NUMBER
public static final int JS_NORMAL_VALUE
public static final int JS_STRING_VALUE
public static final int JS_NUMBER_VALUE
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType[] values ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType valueOf (java.lang.String)
public final int getNumber ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType valueOf (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType forNumber (int)
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap ()
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptions$JSType$JSTypeVerifier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType$JSTypeVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier {
static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE
public boolean isInRange (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptions$CType.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite {
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType STRING
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType CORD
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType STRING_PIECE
public static final int STRING_VALUE
public static final int CORD_VALUE
public static final int STRING_PIECE_VALUE
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType[] values ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType valueOf (java.lang.String)
public final int getNumber ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType valueOf (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType forNumber (int)
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap ()
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptions$CType$CTypeVerifier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType$CTypeVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier {
static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE
public boolean isInRange (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptions$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptionsOrBuilder {
public boolean hasCtype ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType getCtype ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setCtype (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearCtype ()
public boolean hasPacked ()
public boolean getPacked ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setPacked (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearPacked ()
public boolean hasJstype ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType getJstype ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setJstype (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearJstype ()
public boolean hasLazy ()
public boolean getLazy ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setLazy (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearLazy ()
public boolean hasUnverifiedLazy ()
public boolean getUnverifiedLazy ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setUnverifiedLazy (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearUnverifiedLazy ()
public boolean hasDeprecated ()
public boolean getDeprecated ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setDeprecated (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearDeprecated ()
public boolean hasWeak ()
public boolean getWeak ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setWeak (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearWeak ()
public java.util.List getUninterpretedOptionList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder addAllUninterpretedOption (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearUninterpretedOption ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder removeUninterpretedOption (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProtoOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasName ()
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract boolean hasNumber ()
public abstract int getNumber ()
public abstract boolean hasLabel ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label getLabel ()
public abstract boolean hasType ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type getType ()
public abstract boolean hasTypeName ()
public abstract java.lang.String getTypeName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getTypeNameBytes ()
public abstract boolean hasExtendee ()
public abstract java.lang.String getExtendee ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getExtendeeBytes ()
public abstract boolean hasDefaultValue ()
public abstract java.lang.String getDefaultValue ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getDefaultValueBytes ()
public abstract boolean hasOneofIndex ()
public abstract int getOneofIndex ()
public abstract boolean hasJsonName ()
public abstract java.lang.String getJsonName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getJsonNameBytes ()
public abstract boolean hasOptions ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions getOptions ()
public abstract boolean hasProto3Optional ()
public abstract boolean getProto3Optional ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int NUMBER_FIELD_NUMBER
public static final int LABEL_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int TYPE_NAME_FIELD_NUMBER
public static final int EXTENDEE_FIELD_NUMBER
public static final int DEFAULT_VALUE_FIELD_NUMBER
public static final int ONEOF_INDEX_FIELD_NUMBER
public static final int JSON_NAME_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static final int PROTO3_OPTIONAL_FIELD_NUMBER
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public boolean hasNumber ()
public int getNumber ()
public boolean hasLabel ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label getLabel ()
public boolean hasType ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type getType ()
public boolean hasTypeName ()
public java.lang.String getTypeName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getTypeNameBytes ()
public boolean hasExtendee ()
public java.lang.String getExtendee ()
public com.android.adservices.jarjar.server.protobuf.ByteString getExtendeeBytes ()
public boolean hasDefaultValue ()
public java.lang.String getDefaultValue ()
public com.android.adservices.jarjar.server.protobuf.ByteString getDefaultValueBytes ()
public boolean hasOneofIndex ()
public int getOneofIndex ()
public boolean hasJsonName ()
public java.lang.String getJsonName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getJsonNameBytes ()
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions getOptions ()
public boolean hasProto3Optional ()
public boolean getProto3Optional ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProto$Type.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite {
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_DOUBLE
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_FLOAT
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_INT64
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_UINT64
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_INT32
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_FIXED64
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_FIXED32
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_BOOL
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_STRING
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_GROUP
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_MESSAGE
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_BYTES
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_UINT32
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_ENUM
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_SFIXED32
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_SFIXED64
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_SINT32
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_SINT64
public static final int TYPE_DOUBLE_VALUE
public static final int TYPE_FLOAT_VALUE
public static final int TYPE_INT64_VALUE
public static final int TYPE_UINT64_VALUE
public static final int TYPE_INT32_VALUE
public static final int TYPE_FIXED64_VALUE
public static final int TYPE_FIXED32_VALUE
public static final int TYPE_BOOL_VALUE
public static final int TYPE_STRING_VALUE
public static final int TYPE_GROUP_VALUE
public static final int TYPE_MESSAGE_VALUE
public static final int TYPE_BYTES_VALUE
public static final int TYPE_UINT32_VALUE
public static final int TYPE_ENUM_VALUE
public static final int TYPE_SFIXED32_VALUE
public static final int TYPE_SFIXED64_VALUE
public static final int TYPE_SINT32_VALUE
public static final int TYPE_SINT64_VALUE
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type[] values ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type valueOf (java.lang.String)
public final int getNumber ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type valueOf (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type forNumber (int)
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap ()
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProto$Type$TypeVerifier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type$TypeVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier {
static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE
public boolean isInRange (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProto$Label.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite {
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label LABEL_OPTIONAL
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label LABEL_REQUIRED
public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label LABEL_REPEATED
public static final int LABEL_OPTIONAL_VALUE
public static final int LABEL_REQUIRED_VALUE
public static final int LABEL_REPEATED_VALUE
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label[] values ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label valueOf (java.lang.String)
public final int getNumber ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label valueOf (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label forNumber (int)
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap ()
public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProto$Label$LabelVerifier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label$LabelVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier {
static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE
public boolean isInRange (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProto$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder {
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasNumber ()
public int getNumber ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setNumber (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearNumber ()
public boolean hasLabel ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label getLabel ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setLabel (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearLabel ()
public boolean hasType ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type getType ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearType ()
public boolean hasTypeName ()
public java.lang.String getTypeName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getTypeNameBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setTypeName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearTypeName ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setTypeNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasExtendee ()
public java.lang.String getExtendee ()
public com.android.adservices.jarjar.server.protobuf.ByteString getExtendeeBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setExtendee (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearExtendee ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setExtendeeBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasDefaultValue ()
public java.lang.String getDefaultValue ()
public com.android.adservices.jarjar.server.protobuf.ByteString getDefaultValueBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setDefaultValue (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearDefaultValue ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setDefaultValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasOneofIndex ()
public int getOneofIndex ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setOneofIndex (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearOneofIndex ()
public boolean hasJsonName ()
public java.lang.String getJsonName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getJsonNameBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setJsonName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearJsonName ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setJsonNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions getOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearOptions ()
public boolean hasProto3Optional ()
public boolean getProto3Optional ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setProto3Optional (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearProto3Optional ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ExtensionRangeOptionsOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder {
public abstract java.util.List getUninterpretedOptionList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public abstract int getUninterpretedOptionCount ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ExtensionRangeOptions.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptionsOrBuilder {
public static final int UNINTERPRETED_OPTION_FIELD_NUMBER
public java.util.List getUninterpretedOptionList ()
public java.util.List getUninterpretedOptionOrBuilderList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ExtensionRangeOptions$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptionsOrBuilder {
public java.util.List getUninterpretedOptionList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addAllUninterpretedOption (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder clearUninterpretedOption ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder removeUninterpretedOption (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumValueOptionsOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder {
public abstract boolean hasDeprecated ()
public abstract boolean getDeprecated ()
public abstract java.util.List getUninterpretedOptionList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public abstract int getUninterpretedOptionCount ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumValueOptions.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptionsOrBuilder {
public static final int DEPRECATED_FIELD_NUMBER
public static final int UNINTERPRETED_OPTION_FIELD_NUMBER
public boolean hasDeprecated ()
public boolean getDeprecated ()
public java.util.List getUninterpretedOptionList ()
public java.util.List getUninterpretedOptionOrBuilderList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumValueOptions$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptionsOrBuilder {
public boolean hasDeprecated ()
public boolean getDeprecated ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder setDeprecated (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder clearDeprecated ()
public java.util.List getUninterpretedOptionList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder addAllUninterpretedOption (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder clearUninterpretedOption ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder removeUninterpretedOption (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumValueDescriptorProtoOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasName ()
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract boolean hasNumber ()
public abstract int getNumber ()
public abstract boolean hasOptions ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions getOptions ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumValueDescriptorProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int NUMBER_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public boolean hasNumber ()
public int getNumber ()
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions getOptions ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder {
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasNumber ()
public int getNumber ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setNumber (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder clearNumber ()
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions getOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder clearOptions ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumOptionsOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder {
public abstract boolean hasAllowAlias ()
public abstract boolean getAllowAlias ()
public abstract boolean hasDeprecated ()
public abstract boolean getDeprecated ()
public abstract java.util.List getUninterpretedOptionList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public abstract int getUninterpretedOptionCount ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumOptions.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptionsOrBuilder {
public static final int ALLOW_ALIAS_FIELD_NUMBER
public static final int DEPRECATED_FIELD_NUMBER
public static final int UNINTERPRETED_OPTION_FIELD_NUMBER
public boolean hasAllowAlias ()
public boolean getAllowAlias ()
public boolean hasDeprecated ()
public boolean getDeprecated ()
public java.util.List getUninterpretedOptionList ()
public java.util.List getUninterpretedOptionOrBuilderList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumOptions$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptionsOrBuilder {
public boolean hasAllowAlias ()
public boolean getAllowAlias ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder setAllowAlias (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder clearAllowAlias ()
public boolean hasDeprecated ()
public boolean getDeprecated ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder setDeprecated (boolean)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder clearDeprecated ()
public java.util.List getUninterpretedOptionList ()
public int getUninterpretedOptionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder addAllUninterpretedOption (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder clearUninterpretedOption ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder removeUninterpretedOption (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumDescriptorProtoOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasName ()
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract java.util.List getValueList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto getValue (int)
public abstract int getValueCount ()
public abstract boolean hasOptions ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions getOptions ()
public abstract java.util.List getReservedRangeList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange getReservedRange (int)
public abstract int getReservedRangeCount ()
public abstract java.util.List getReservedNameList ()
public abstract int getReservedNameCount ()
public abstract java.lang.String getReservedName (int)
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getReservedNameBytes (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumDescriptorProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static final int RESERVED_RANGE_FIELD_NUMBER
public static final int RESERVED_NAME_FIELD_NUMBER
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public java.util.List getValueList ()
public java.util.List getValueOrBuilderList ()
public int getValueCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto getValue (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder getValueOrBuilder (int)
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions getOptions ()
public java.util.List getReservedRangeList ()
public java.util.List getReservedRangeOrBuilderList ()
public int getReservedRangeCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange getReservedRange (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder getReservedRangeOrBuilder (int)
public java.util.List getReservedNameList ()
public int getReservedNameCount ()
public java.lang.String getReservedName (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getReservedNameBytes (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasStart ()
public abstract int getStart ()
public abstract boolean hasEnd ()
public abstract int getEnd ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumDescriptorProto$EnumReservedRange.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder {
public static final int START_FIELD_NUMBER
public static final int END_FIELD_NUMBER
public boolean hasStart ()
public int getStart ()
public boolean hasEnd ()
public int getEnd ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder {
public boolean hasStart ()
public int getStart ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder setStart (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder clearStart ()
public boolean hasEnd ()
public int getEnd ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder setEnd (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder clearEnd ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumDescriptorProto$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder {
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.util.List getValueList ()
public int getValueCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto getValue (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setValue (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setValue (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addValue (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addValue (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addValue (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addValue (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addAllValue (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearValue ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder removeValue (int)
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions getOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearOptions ()
public java.util.List getReservedRangeList ()
public int getReservedRangeCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange getReservedRange (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addAllReservedRange (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearReservedRange ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder removeReservedRange (int)
public java.util.List getReservedNameList ()
public int getReservedNameCount ()
public java.lang.String getReservedName (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getReservedNameBytes (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setReservedName (int, java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addAllReservedName (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearReservedName ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProtoOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasName ()
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract java.util.List getFieldList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getField (int)
public abstract int getFieldCount ()
public abstract java.util.List getExtensionList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int)
public abstract int getExtensionCount ()
public abstract java.util.List getNestedTypeList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto getNestedType (int)
public abstract int getNestedTypeCount ()
public abstract java.util.List getEnumTypeList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int)
public abstract int getEnumTypeCount ()
public abstract java.util.List getExtensionRangeList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange getExtensionRange (int)
public abstract int getExtensionRangeCount ()
public abstract java.util.List getOneofDeclList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto getOneofDecl (int)
public abstract int getOneofDeclCount ()
public abstract boolean hasOptions ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions getOptions ()
public abstract java.util.List getReservedRangeList ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange getReservedRange (int)
public abstract int getReservedRangeCount ()
public abstract java.util.List getReservedNameList ()
public abstract int getReservedNameCount ()
public abstract java.lang.String getReservedName (int)
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getReservedNameBytes (int)
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProtoOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int FIELD_FIELD_NUMBER
public static final int EXTENSION_FIELD_NUMBER
public static final int NESTED_TYPE_FIELD_NUMBER
public static final int ENUM_TYPE_FIELD_NUMBER
public static final int EXTENSION_RANGE_FIELD_NUMBER
public static final int ONEOF_DECL_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static final int RESERVED_RANGE_FIELD_NUMBER
public static final int RESERVED_NAME_FIELD_NUMBER
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public java.util.List getFieldList ()
public java.util.List getFieldOrBuilderList ()
public int getFieldCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getField (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getFieldOrBuilder (int)
public java.util.List getExtensionList ()
public java.util.List getExtensionOrBuilderList ()
public int getExtensionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getExtensionOrBuilder (int)
public java.util.List getNestedTypeList ()
public java.util.List getNestedTypeOrBuilderList ()
public int getNestedTypeCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto getNestedType (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProtoOrBuilder getNestedTypeOrBuilder (int)
public java.util.List getEnumTypeList ()
public java.util.List getEnumTypeOrBuilderList ()
public int getEnumTypeCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder (int)
public java.util.List getExtensionRangeList ()
public java.util.List getExtensionRangeOrBuilderList ()
public int getExtensionRangeCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange getExtensionRange (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder getExtensionRangeOrBuilder (int)
public java.util.List getOneofDeclList ()
public java.util.List getOneofDeclOrBuilderList ()
public int getOneofDeclCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto getOneofDecl (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProtoOrBuilder getOneofDeclOrBuilder (int)
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions getOptions ()
public java.util.List getReservedRangeList ()
public java.util.List getReservedRangeOrBuilderList ()
public int getReservedRangeCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange getReservedRange (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder getReservedRangeOrBuilder (int)
public java.util.List getReservedNameList ()
public int getReservedNameCount ()
public java.lang.String getReservedName (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getReservedNameBytes (int)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasStart ()
public abstract int getStart ()
public abstract boolean hasEnd ()
public abstract int getEnd ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto$ReservedRange.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder {
public static final int START_FIELD_NUMBER
public static final int END_FIELD_NUMBER
public boolean hasStart ()
public int getStart ()
public boolean hasEnd ()
public int getEnd ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto$ReservedRange$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder {
public boolean hasStart ()
public int getStart ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder setStart (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder clearStart ()
public boolean hasEnd ()
public int getEnd ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder setEnd (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder clearEnd ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean hasStart ()
public abstract int getStart ()
public abstract boolean hasEnd ()
public abstract int getEnd ()
public abstract boolean hasOptions ()
public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions getOptions ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto$ExtensionRange.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder {
public static final int START_FIELD_NUMBER
public static final int END_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public boolean hasStart ()
public int getStart ()
public boolean hasEnd ()
public int getEnd ()
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions getOptions ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto$ExtensionRange$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder {
public boolean hasStart ()
public int getStart ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setStart (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder clearStart ()
public boolean hasEnd ()
public int getEnd ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setEnd (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder clearEnd ()
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions getOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder clearOptions ()
}
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProtoOrBuilder {
public boolean hasName ()
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.util.List getFieldList ()
public int getFieldCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getField (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setField (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setField (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addField (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addField (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addField (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addField (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllField (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearField ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder removeField (int)
public java.util.List getExtensionList ()
public int getExtensionCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtension (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtension (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllExtension (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearExtension ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder removeExtension (int)
public java.util.List getNestedTypeList ()
public int getNestedTypeCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto getNestedType (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setNestedType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setNestedType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addNestedType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addNestedType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addNestedType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addNestedType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllNestedType (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearNestedType ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder removeNestedType (int)
public java.util.List getEnumTypeList ()
public int getEnumTypeCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addEnumType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addEnumType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllEnumType (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearEnumType ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder removeEnumType (int)
public java.util.List getExtensionRangeList ()
public int getExtensionRangeCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange getExtensionRange (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setExtensionRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setExtensionRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtensionRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtensionRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtensionRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtensionRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllExtensionRange (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearExtensionRange ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder removeExtensionRange (int)
public java.util.List getOneofDeclList ()
public int getOneofDeclCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto getOneofDecl (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setOneofDecl (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setOneofDecl (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addOneofDecl (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addOneofDecl (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addOneofDecl (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addOneofDecl (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllOneofDecl (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearOneofDecl ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder removeOneofDecl (int)
public boolean hasOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions getOptions ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearOptions ()
public java.util.List getReservedRangeList ()
public int getReservedRangeCount ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange getReservedRange (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllReservedRange (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearReservedRange ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder removeReservedRange (int)
public java.util.List getReservedNameList ()
public int getReservedNameCount ()
public java.lang.String getReservedName (int)
public com.android.adservices.jarjar.server.protobuf.ByteString getReservedNameBytes (int)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setReservedName (int, java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllReservedName (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearReservedName ()
public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
}
com/android/adservices/jarjar/server/protobuf/CompileTimeConstant.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract annotation com.android.adservices.jarjar.server.protobuf.CompileTimeConstant extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/android/adservices/jarjar/server/protobuf/CodedOutputStreamWriter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.CodedOutputStreamWriter extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Writer {
public static com.android.adservices.jarjar.server.protobuf.CodedOutputStreamWriter forCodedOutput (com.android.adservices.jarjar.server.protobuf.CodedOutputStream)
public com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder fieldOrder ()
public int getTotalBytesWritten ()
public void writeSFixed32 (int, int) throws java.io.IOException
public void writeInt64 (int, long) throws java.io.IOException
public void writeSFixed64 (int, long) throws java.io.IOException
public void writeFloat (int, float) throws java.io.IOException
public void writeDouble (int, double) throws java.io.IOException
public void writeEnum (int, int) throws java.io.IOException
public void writeUInt64 (int, long) throws java.io.IOException
public void writeInt32 (int, int) throws java.io.IOException
public void writeFixed64 (int, long) throws java.io.IOException
public void writeFixed32 (int, int) throws java.io.IOException
public void writeBool (int, boolean) throws java.io.IOException
public void writeString (int, java.lang.String) throws java.io.IOException
public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public void writeUInt32 (int, int) throws java.io.IOException
public void writeSInt32 (int, int) throws java.io.IOException
public void writeSInt64 (int, long) throws java.io.IOException
public void writeMessage (int, java.lang.Object) throws java.io.IOException
public void writeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeGroup (int, java.lang.Object) throws java.io.IOException
public void writeGroup (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeStartGroup (int) throws java.io.IOException
public void writeEndGroup (int) throws java.io.IOException
public final void writeMessageSetItem (int, java.lang.Object) throws java.io.IOException
public void writeInt32List (int, java.util.List, boolean) throws java.io.IOException
public void writeFixed32List (int, java.util.List, boolean) throws java.io.IOException
public void writeInt64List (int, java.util.List, boolean) throws java.io.IOException
public void writeUInt64List (int, java.util.List, boolean) throws java.io.IOException
public void writeFixed64List (int, java.util.List, boolean) throws java.io.IOException
public void writeFloatList (int, java.util.List, boolean) throws java.io.IOException
public void writeDoubleList (int, java.util.List, boolean) throws java.io.IOException
public void writeEnumList (int, java.util.List, boolean) throws java.io.IOException
public void writeBoolList (int, java.util.List, boolean) throws java.io.IOException
public void writeStringList (int, java.util.List) throws java.io.IOException
public void writeBytesList (int, java.util.List) throws java.io.IOException
public void writeUInt32List (int, java.util.List, boolean) throws java.io.IOException
public void writeSFixed32List (int, java.util.List, boolean) throws java.io.IOException
public void writeSFixed64List (int, java.util.List, boolean) throws java.io.IOException
public void writeSInt32List (int, java.util.List, boolean) throws java.io.IOException
public void writeSInt64List (int, java.util.List, boolean) throws java.io.IOException
public void writeMessageList (int, java.util.List) throws java.io.IOException
public void writeMessageList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeGroupList (int, java.util.List) throws java.io.IOException
public void writeGroupList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeMap (int, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/CodedOutputStream.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.CodedOutputStream extends com.android.adservices.jarjar.server.protobuf.ByteOutput {
com.android.adservices.jarjar.server.protobuf.CodedOutputStreamWriter wrapper
public static final int LITTLE_ENDIAN_32_SIZE
public static final int DEFAULT_BUFFER_SIZE
static int computePreferredBufferSize (int)
public static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newInstance (java.io.OutputStream)
public static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newInstance (java.io.OutputStream, int)
public static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newInstance (byte[])
public static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newInstance (byte[], int, int)
public static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newInstance (java.nio.ByteBuffer)
static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newUnsafeInstance (java.nio.ByteBuffer)
static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newSafeInstance (java.nio.ByteBuffer)
public void useDeterministicSerialization ()
boolean isSerializationDeterministic ()
public static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newInstance (java.nio.ByteBuffer, int)
static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newInstance (com.android.adservices.jarjar.server.protobuf.ByteOutput, int)
public abstract void writeTag (int, int) throws java.io.IOException
public abstract void writeInt32 (int, int) throws java.io.IOException
public abstract void writeUInt32 (int, int) throws java.io.IOException
public final void writeSInt32 (int, int) throws java.io.IOException
public abstract void writeFixed32 (int, int) throws java.io.IOException
public final void writeSFixed32 (int, int) throws java.io.IOException
public final void writeInt64 (int, long) throws java.io.IOException
public abstract void writeUInt64 (int, long) throws java.io.IOException
public final void writeSInt64 (int, long) throws java.io.IOException
public abstract void writeFixed64 (int, long) throws java.io.IOException
public final void writeSFixed64 (int, long) throws java.io.IOException
public final void writeFloat (int, float) throws java.io.IOException
public final void writeDouble (int, double) throws java.io.IOException
public abstract void writeBool (int, boolean) throws java.io.IOException
public final void writeEnum (int, int) throws java.io.IOException
public abstract void writeString (int, java.lang.String) throws java.io.IOException
public abstract void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public abstract void writeByteArray (int, byte[]) throws java.io.IOException
public abstract void writeByteArray (int, byte[], int, int) throws java.io.IOException
public abstract void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException
public final void writeRawByte (byte) throws java.io.IOException
public final void writeRawByte (int) throws java.io.IOException
public final void writeRawBytes (byte[]) throws java.io.IOException
public final void writeRawBytes (byte[], int, int) throws java.io.IOException
public final void writeRawBytes (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public abstract void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException
public abstract void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
abstract void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public abstract void writeMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
public abstract void writeRawMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public abstract void writeInt32NoTag (int) throws java.io.IOException
public abstract void writeUInt32NoTag (int) throws java.io.IOException
public final void writeSInt32NoTag (int) throws java.io.IOException
public abstract void writeFixed32NoTag (int) throws java.io.IOException
public final void writeSFixed32NoTag (int) throws java.io.IOException
public final void writeInt64NoTag (long) throws java.io.IOException
public abstract void writeUInt64NoTag (long) throws java.io.IOException
public final void writeSInt64NoTag (long) throws java.io.IOException
public abstract void writeFixed64NoTag (long) throws java.io.IOException
public final void writeSFixed64NoTag (long) throws java.io.IOException
public final void writeFloatNoTag (float) throws java.io.IOException
public final void writeDoubleNoTag (double) throws java.io.IOException
public final void writeBoolNoTag (boolean) throws java.io.IOException
public final void writeEnumNoTag (int) throws java.io.IOException
public abstract void writeStringNoTag (java.lang.String) throws java.io.IOException
public abstract void writeBytesNoTag (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public final void writeByteArrayNoTag (byte[]) throws java.io.IOException
public abstract void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
abstract void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public abstract void write (byte) throws java.io.IOException
public abstract void write (byte[], int, int) throws java.io.IOException
public abstract void writeLazy (byte[], int, int) throws java.io.IOException
public abstract void write (java.nio.ByteBuffer) throws java.io.IOException
public abstract void writeLazy (java.nio.ByteBuffer) throws java.io.IOException
public static int computeInt32Size (int, int)
public static int computeUInt32Size (int, int)
public static int computeSInt32Size (int, int)
public static int computeFixed32Size (int, int)
public static int computeSFixed32Size (int, int)
public static int computeInt64Size (int, long)
public static int computeUInt64Size (int, long)
public static int computeSInt64Size (int, long)
public static int computeFixed64Size (int, long)
public static int computeSFixed64Size (int, long)
public static int computeFloatSize (int, float)
public static int computeDoubleSize (int, double)
public static int computeBoolSize (int, boolean)
public static int computeEnumSize (int, int)
public static int computeStringSize (int, java.lang.String)
public static int computeBytesSize (int, com.android.adservices.jarjar.server.protobuf.ByteString)
public static int computeByteArraySize (int, byte[])
public static int computeByteBufferSize (int, java.nio.ByteBuffer)
public static int computeLazyFieldSize (int, com.android.adservices.jarjar.server.protobuf.LazyFieldLite)
public static int computeMessageSize (int, com.android.adservices.jarjar.server.protobuf.MessageLite)
static int computeMessageSize (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema)
public static int computeMessageSetExtensionSize (int, com.android.adservices.jarjar.server.protobuf.MessageLite)
public static int computeRawMessageSetExtensionSize (int, com.android.adservices.jarjar.server.protobuf.ByteString)
public static int computeLazyFieldMessageSetExtensionSize (int, com.android.adservices.jarjar.server.protobuf.LazyFieldLite)
public static int computeTagSize (int)
public static int computeInt32SizeNoTag (int)
public static int computeUInt32SizeNoTag (int)
public static int computeSInt32SizeNoTag (int)
public static int computeFixed32SizeNoTag (int)
public static int computeSFixed32SizeNoTag (int)
public static int computeInt64SizeNoTag (long)
public static int computeUInt64SizeNoTag (long)
public static int computeSInt64SizeNoTag (long)
public static int computeFixed64SizeNoTag (long)
public static int computeSFixed64SizeNoTag (long)
public static int computeFloatSizeNoTag (float)
public static int computeDoubleSizeNoTag (double)
public static int computeBoolSizeNoTag (boolean)
public static int computeEnumSizeNoTag (int)
public static int computeStringSizeNoTag (java.lang.String)
public static int computeLazyFieldSizeNoTag (com.android.adservices.jarjar.server.protobuf.LazyFieldLite)
public static int computeBytesSizeNoTag (com.android.adservices.jarjar.server.protobuf.ByteString)
public static int computeByteArraySizeNoTag (byte[])
public static int computeByteBufferSizeNoTag (java.nio.ByteBuffer)
public static int computeMessageSizeNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite)
static int computeMessageSizeNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema)
static int computeLengthDelimitedFieldSize (int)
public static int encodeZigZag32 (int)
public static long encodeZigZag64 (long)
public abstract void flush () throws java.io.IOException
public abstract int spaceLeft ()
public final void checkNoSpaceLeft ()
public abstract int getTotalBytesWritten ()
abstract void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException
final void inefficientWriteStringNoTag (java.lang.String, com.android.adservices.jarjar.server.protobuf.Utf8$UnpairedSurrogateException) throws java.io.IOException
public final void writeGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
final void writeGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public final void writeGroupNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
final void writeGroupNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public static int computeGroupSize (int, com.android.adservices.jarjar.server.protobuf.MessageLite)
static int computeGroupSize (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema)
public static int computeGroupSizeNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite)
static int computeGroupSizeNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema)
public final void writeRawVarint32 (int) throws java.io.IOException
public final void writeRawVarint64 (long) throws java.io.IOException
public static int computeRawVarint32Size (int)
public static int computeRawVarint64Size (long)
public final void writeRawLittleEndian32 (int) throws java.io.IOException
public final void writeRawLittleEndian64 (long) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$UnsafeDirectNioEncoder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.CodedOutputStream$UnsafeDirectNioEncoder extends com.android.adservices.jarjar.server.protobuf.CodedOutputStream {
void <init> (java.nio.ByteBuffer)
static boolean isSupported ()
public void writeTag (int, int) throws java.io.IOException
public void writeInt32 (int, int) throws java.io.IOException
public void writeUInt32 (int, int) throws java.io.IOException
public void writeFixed32 (int, int) throws java.io.IOException
public void writeUInt64 (int, long) throws java.io.IOException
public void writeFixed64 (int, long) throws java.io.IOException
public void writeBool (int, boolean) throws java.io.IOException
public void writeString (int, java.lang.String) throws java.io.IOException
public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public void writeByteArray (int, byte[]) throws java.io.IOException
public void writeByteArray (int, byte[], int, int) throws java.io.IOException
public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException
public void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
public void writeRawMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void write (byte) throws java.io.IOException
public void writeBytesNoTag (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException
public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException
public void writeInt32NoTag (int) throws java.io.IOException
public void writeUInt32NoTag (int) throws java.io.IOException
public void writeFixed32NoTag (int) throws java.io.IOException
public void writeUInt64NoTag (long) throws java.io.IOException
public void writeFixed64NoTag (long) throws java.io.IOException
public void write (byte[], int, int) throws java.io.IOException
public void writeLazy (byte[], int, int) throws java.io.IOException
public void write (java.nio.ByteBuffer) throws java.io.IOException
public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException
public void writeStringNoTag (java.lang.String) throws java.io.IOException
public void flush ()
public int spaceLeft ()
public int getTotalBytesWritten ()
}
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$SafeDirectNioEncoder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.CodedOutputStream$SafeDirectNioEncoder extends com.android.adservices.jarjar.server.protobuf.CodedOutputStream {
void <init> (java.nio.ByteBuffer)
public void writeTag (int, int) throws java.io.IOException
public void writeInt32 (int, int) throws java.io.IOException
public void writeUInt32 (int, int) throws java.io.IOException
public void writeFixed32 (int, int) throws java.io.IOException
public void writeUInt64 (int, long) throws java.io.IOException
public void writeFixed64 (int, long) throws java.io.IOException
public void writeBool (int, boolean) throws java.io.IOException
public void writeString (int, java.lang.String) throws java.io.IOException
public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public void writeByteArray (int, byte[]) throws java.io.IOException
public void writeByteArray (int, byte[], int, int) throws java.io.IOException
public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException
public void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
public void writeRawMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void write (byte) throws java.io.IOException
public void writeBytesNoTag (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException
public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException
public void writeInt32NoTag (int) throws java.io.IOException
public void writeUInt32NoTag (int) throws java.io.IOException
public void writeFixed32NoTag (int) throws java.io.IOException
public void writeUInt64NoTag (long) throws java.io.IOException
public void writeFixed64NoTag (long) throws java.io.IOException
public void write (byte[], int, int) throws java.io.IOException
public void writeLazy (byte[], int, int) throws java.io.IOException
public void write (java.nio.ByteBuffer) throws java.io.IOException
public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException
public void writeStringNoTag (java.lang.String) throws java.io.IOException
public void flush ()
public int spaceLeft ()
public int getTotalBytesWritten ()
}
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$OutputStreamEncoder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.CodedOutputStream$OutputStreamEncoder extends com.android.adservices.jarjar.server.protobuf.CodedOutputStream$AbstractBufferedEncoder {
void <init> (java.io.OutputStream, int)
public void writeTag (int, int) throws java.io.IOException
public void writeInt32 (int, int) throws java.io.IOException
public void writeUInt32 (int, int) throws java.io.IOException
public void writeFixed32 (int, int) throws java.io.IOException
public void writeUInt64 (int, long) throws java.io.IOException
public void writeFixed64 (int, long) throws java.io.IOException
public void writeBool (int, boolean) throws java.io.IOException
public void writeString (int, java.lang.String) throws java.io.IOException
public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public void writeByteArray (int, byte[]) throws java.io.IOException
public void writeByteArray (int, byte[], int, int) throws java.io.IOException
public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException
public void writeBytesNoTag (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException
public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException
public void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
public void writeRawMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void write (byte) throws java.io.IOException
public void writeInt32NoTag (int) throws java.io.IOException
public void writeUInt32NoTag (int) throws java.io.IOException
public void writeFixed32NoTag (int) throws java.io.IOException
public void writeUInt64NoTag (long) throws java.io.IOException
public void writeFixed64NoTag (long) throws java.io.IOException
public void writeStringNoTag (java.lang.String) throws java.io.IOException
public void flush () throws java.io.IOException
public void write (byte[], int, int) throws java.io.IOException
public void writeLazy (byte[], int, int) throws java.io.IOException
public void write (java.nio.ByteBuffer) throws java.io.IOException
public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$OutOfSpaceException.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public com.android.adservices.jarjar.server.protobuf.CodedOutputStream$OutOfSpaceException extends java.io.IOException {
void <init> ()
void <init> (java.lang.String)
void <init> (java.lang.Throwable)
void <init> (java.lang.String, java.lang.Throwable)
}
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$HeapNioEncoder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.CodedOutputStream$HeapNioEncoder extends com.android.adservices.jarjar.server.protobuf.CodedOutputStream$ArrayEncoder {
void <init> (java.nio.ByteBuffer)
public void flush ()
}
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$ByteOutputEncoder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.CodedOutputStream$ByteOutputEncoder extends com.android.adservices.jarjar.server.protobuf.CodedOutputStream$AbstractBufferedEncoder {
void <init> (com.android.adservices.jarjar.server.protobuf.ByteOutput, int)
public void writeTag (int, int) throws java.io.IOException
public void writeInt32 (int, int) throws java.io.IOException
public void writeUInt32 (int, int) throws java.io.IOException
public void writeFixed32 (int, int) throws java.io.IOException
public void writeUInt64 (int, long) throws java.io.IOException
public void writeFixed64 (int, long) throws java.io.IOException
public void writeBool (int, boolean) throws java.io.IOException
public void writeString (int, java.lang.String) throws java.io.IOException
public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public void writeByteArray (int, byte[]) throws java.io.IOException
public void writeByteArray (int, byte[], int, int) throws java.io.IOException
public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException
public void writeBytesNoTag (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException
public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException
public void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
public void writeRawMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void write (byte) throws java.io.IOException
public void writeInt32NoTag (int) throws java.io.IOException
public void writeUInt32NoTag (int) throws java.io.IOException
public void writeFixed32NoTag (int) throws java.io.IOException
public void writeUInt64NoTag (long) throws java.io.IOException
public void writeFixed64NoTag (long) throws java.io.IOException
public void writeStringNoTag (java.lang.String) throws java.io.IOException
public void flush () throws java.io.IOException
public void write (byte[], int, int) throws java.io.IOException
public void writeLazy (byte[], int, int) throws java.io.IOException
public void write (java.nio.ByteBuffer) throws java.io.IOException
public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$ArrayEncoder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.CodedOutputStream$ArrayEncoder extends com.android.adservices.jarjar.server.protobuf.CodedOutputStream {
void <init> (byte[], int, int)
public final void writeTag (int, int) throws java.io.IOException
public final void writeInt32 (int, int) throws java.io.IOException
public final void writeUInt32 (int, int) throws java.io.IOException
public final void writeFixed32 (int, int) throws java.io.IOException
public final void writeUInt64 (int, long) throws java.io.IOException
public final void writeFixed64 (int, long) throws java.io.IOException
public final void writeBool (int, boolean) throws java.io.IOException
public final void writeString (int, java.lang.String) throws java.io.IOException
public final void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public final void writeByteArray (int, byte[]) throws java.io.IOException
public final void writeByteArray (int, byte[], int, int) throws java.io.IOException
public final void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException
public final void writeBytesNoTag (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public final void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException
public final void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException
public final void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
final void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public final void writeMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
public final void writeRawMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public final void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException
final void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public final void write (byte) throws java.io.IOException
public final void writeInt32NoTag (int) throws java.io.IOException
public final void writeUInt32NoTag (int) throws java.io.IOException
public final void writeFixed32NoTag (int) throws java.io.IOException
public final void writeUInt64NoTag (long) throws java.io.IOException
public final void writeFixed64NoTag (long) throws java.io.IOException
public final void write (byte[], int, int) throws java.io.IOException
public final void writeLazy (byte[], int, int) throws java.io.IOException
public final void write (java.nio.ByteBuffer) throws java.io.IOException
public final void writeLazy (java.nio.ByteBuffer) throws java.io.IOException
public final void writeStringNoTag (java.lang.String) throws java.io.IOException
public void flush ()
public final int spaceLeft ()
public final int getTotalBytesWritten ()
}
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$AbstractBufferedEncoder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.CodedOutputStream$AbstractBufferedEncoder extends com.android.adservices.jarjar.server.protobuf.CodedOutputStream {
final byte[] buffer
final int limit
int position
int totalBytesWritten
void <init> (int)
public final int spaceLeft ()
public final int getTotalBytesWritten ()
final void buffer (byte)
final void bufferTag (int, int)
final void bufferInt32NoTag (int)
final void bufferUInt32NoTag (int)
final void bufferUInt64NoTag (long)
final void bufferFixed32NoTag (int)
final void bufferFixed64NoTag (long)
}
com/android/adservices/jarjar/server/protobuf/CodedInputStreamReader.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.CodedInputStreamReader extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Reader {
public static com.android.adservices.jarjar.server.protobuf.CodedInputStreamReader forCodedInput (com.android.adservices.jarjar.server.protobuf.CodedInputStream)
public boolean shouldDiscardUnknownFields ()
public int getFieldNumber () throws java.io.IOException
public int getTag ()
public boolean skipField () throws java.io.IOException
public double readDouble () throws java.io.IOException
public float readFloat () throws java.io.IOException
public long readUInt64 () throws java.io.IOException
public long readInt64 () throws java.io.IOException
public int readInt32 () throws java.io.IOException
public long readFixed64 () throws java.io.IOException
public int readFixed32 () throws java.io.IOException
public boolean readBool () throws java.io.IOException
public java.lang.String readString () throws java.io.IOException
public java.lang.String readStringRequireUtf8 () throws java.io.IOException
public java.lang.Object readMessage (java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public java.lang.Object readMessageBySchemaWithCheck (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public java.lang.Object readGroup (java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public java.lang.Object readGroupBySchemaWithCheck (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void mergeMessageField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void mergeGroupField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException
public int readUInt32 () throws java.io.IOException
public int readEnum () throws java.io.IOException
public int readSFixed32 () throws java.io.IOException
public long readSFixed64 () throws java.io.IOException
public int readSInt32 () throws java.io.IOException
public long readSInt64 () throws java.io.IOException
public void readDoubleList (java.util.List) throws java.io.IOException
public void readFloatList (java.util.List) throws java.io.IOException
public void readUInt64List (java.util.List) throws java.io.IOException
public void readInt64List (java.util.List) throws java.io.IOException
public void readInt32List (java.util.List) throws java.io.IOException
public void readFixed64List (java.util.List) throws java.io.IOException
public void readFixed32List (java.util.List) throws java.io.IOException
public void readBoolList (java.util.List) throws java.io.IOException
public void readStringList (java.util.List) throws java.io.IOException
public void readStringListRequireUtf8 (java.util.List) throws java.io.IOException
public void readStringListInternal (java.util.List, boolean) throws java.io.IOException
public void readMessageList (java.util.List, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void readMessageList (java.util.List, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void readGroupList (java.util.List, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void readGroupList (java.util.List, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void readBytesList (java.util.List) throws java.io.IOException
public void readUInt32List (java.util.List) throws java.io.IOException
public void readEnumList (java.util.List) throws java.io.IOException
public void readSFixed32List (java.util.List) throws java.io.IOException
public void readSFixed64List (java.util.List) throws java.io.IOException
public void readSInt32List (java.util.List) throws java.io.IOException
public void readSInt64List (java.util.List) throws java.io.IOException
public void readMap (java.util.Map, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/CodedInputStream.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.CodedInputStream extends java.lang.Object {
int recursionDepth
int recursionLimit
int sizeLimit
com.android.adservices.jarjar.server.protobuf.CodedInputStreamReader wrapper
public static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (java.io.InputStream)
public static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (java.io.InputStream, int)
public static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (java.lang.Iterable)
static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (java.lang.Iterable, boolean)
public static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (byte[])
public static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (byte[], int, int)
static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (byte[], int, int, boolean)
public static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (java.nio.ByteBuffer)
static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (java.nio.ByteBuffer, boolean)
public void checkRecursionLimit () throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract int readTag () throws java.io.IOException
public abstract void checkLastTagWas (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract int getLastTag ()
public abstract boolean skipField (int) throws java.io.IOException
public abstract boolean skipField (int, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
public abstract void skipMessage () throws java.io.IOException
public abstract void skipMessage (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
public abstract double readDouble () throws java.io.IOException
public abstract float readFloat () throws java.io.IOException
public abstract long readUInt64 () throws java.io.IOException
public abstract long readInt64 () throws java.io.IOException
public abstract int readInt32 () throws java.io.IOException
public abstract long readFixed64 () throws java.io.IOException
public abstract int readFixed32 () throws java.io.IOException
public abstract boolean readBool () throws java.io.IOException
public abstract java.lang.String readString () throws java.io.IOException
public abstract java.lang.String readStringRequireUtf8 () throws java.io.IOException
public abstract void readGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite readGroup (int, com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void readUnknownGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder) throws java.io.IOException
public abstract void readMessage (com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract com.android.adservices.jarjar.server.protobuf.MessageLite readMessage (com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException
public abstract byte[] readByteArray () throws java.io.IOException
public abstract java.nio.ByteBuffer readByteBuffer () throws java.io.IOException
public abstract int readUInt32 () throws java.io.IOException
public abstract int readEnum () throws java.io.IOException
public abstract int readSFixed32 () throws java.io.IOException
public abstract long readSFixed64 () throws java.io.IOException
public abstract int readSInt32 () throws java.io.IOException
public abstract long readSInt64 () throws java.io.IOException
public abstract int readRawVarint32 () throws java.io.IOException
public abstract long readRawVarint64 () throws java.io.IOException
abstract long readRawVarint64SlowPath () throws java.io.IOException
public abstract int readRawLittleEndian32 () throws java.io.IOException
public abstract long readRawLittleEndian64 () throws java.io.IOException
public abstract void enableAliasing (boolean)
public final int setRecursionLimit (int)
public final int setSizeLimit (int)
final void discardUnknownFields ()
final void unsetDiscardUnknownFields ()
final boolean shouldDiscardUnknownFields ()
public abstract void resetSizeCounter ()
public abstract int pushLimit (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public abstract void popLimit (int)
public abstract int getBytesUntilLimit ()
public abstract boolean isAtEnd () throws java.io.IOException
public abstract int getTotalBytesRead ()
public abstract byte readRawByte () throws java.io.IOException
public abstract byte[] readRawBytes (int) throws java.io.IOException
public abstract void skipRawBytes (int) throws java.io.IOException
public static int decodeZigZag32 (int)
public static long decodeZigZag64 (long)
public static int readRawVarint32 (int, java.io.InputStream) throws java.io.IOException
static int readRawVarint32 (java.io.InputStream) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/CodedInputStream$UnsafeDirectNioDecoder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.CodedInputStream$UnsafeDirectNioDecoder extends com.android.adservices.jarjar.server.protobuf.CodedInputStream {
static boolean isSupported ()
public int readTag () throws java.io.IOException
public void checkLastTagWas (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public int getLastTag ()
public boolean skipField (int) throws java.io.IOException
public boolean skipField (int, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
public void skipMessage () throws java.io.IOException
public void skipMessage (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
public double readDouble () throws java.io.IOException
public float readFloat () throws java.io.IOException
public long readUInt64 () throws java.io.IOException
public long readInt64 () throws java.io.IOException
public int readInt32 () throws java.io.IOException
public long readFixed64 () throws java.io.IOException
public int readFixed32 () throws java.io.IOException
public boolean readBool () throws java.io.IOException
public java.lang.String readString () throws java.io.IOException
public java.lang.String readStringRequireUtf8 () throws java.io.IOException
public void readGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.MessageLite readGroup (int, com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void readUnknownGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder) throws java.io.IOException
public void readMessage (com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.MessageLite readMessage (com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException
public byte[] readByteArray () throws java.io.IOException
public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException
public int readUInt32 () throws java.io.IOException
public int readEnum () throws java.io.IOException
public int readSFixed32 () throws java.io.IOException
public long readSFixed64 () throws java.io.IOException
public int readSInt32 () throws java.io.IOException
public long readSInt64 () throws java.io.IOException
public int readRawVarint32 () throws java.io.IOException
public long readRawVarint64 () throws java.io.IOException
long readRawVarint64SlowPath () throws java.io.IOException
public int readRawLittleEndian32 () throws java.io.IOException
public long readRawLittleEndian64 () throws java.io.IOException
public void enableAliasing (boolean)
public void resetSizeCounter ()
public int pushLimit (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public void popLimit (int)
public int getBytesUntilLimit ()
public boolean isAtEnd () throws java.io.IOException
public int getTotalBytesRead ()
public byte readRawByte () throws java.io.IOException
public byte[] readRawBytes (int) throws java.io.IOException
public void skipRawBytes (int) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/CodedInputStream$StreamDecoder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder extends com.android.adservices.jarjar.server.protobuf.CodedInputStream {
public int readTag () throws java.io.IOException
public void checkLastTagWas (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public int getLastTag ()
public boolean skipField (int) throws java.io.IOException
public boolean skipField (int, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
public void skipMessage () throws java.io.IOException
public void skipMessage (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
public double readDouble () throws java.io.IOException
public float readFloat () throws java.io.IOException
public long readUInt64 () throws java.io.IOException
public long readInt64 () throws java.io.IOException
public int readInt32 () throws java.io.IOException
public long readFixed64 () throws java.io.IOException
public int readFixed32 () throws java.io.IOException
public boolean readBool () throws java.io.IOException
public java.lang.String readString () throws java.io.IOException
public java.lang.String readStringRequireUtf8 () throws java.io.IOException
public void readGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.MessageLite readGroup (int, com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void readUnknownGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder) throws java.io.IOException
public void readMessage (com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.MessageLite readMessage (com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException
public byte[] readByteArray () throws java.io.IOException
public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException
public int readUInt32 () throws java.io.IOException
public int readEnum () throws java.io.IOException
public int readSFixed32 () throws java.io.IOException
public long readSFixed64 () throws java.io.IOException
public int readSInt32 () throws java.io.IOException
public long readSInt64 () throws java.io.IOException
public int readRawVarint32 () throws java.io.IOException
public long readRawVarint64 () throws java.io.IOException
long readRawVarint64SlowPath () throws java.io.IOException
public int readRawLittleEndian32 () throws java.io.IOException
public long readRawLittleEndian64 () throws java.io.IOException
public void enableAliasing (boolean)
public void resetSizeCounter ()
public int pushLimit (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public void popLimit (int)
public int getBytesUntilLimit ()
public boolean isAtEnd () throws java.io.IOException
public int getTotalBytesRead ()
public byte readRawByte () throws java.io.IOException
public byte[] readRawBytes (int) throws java.io.IOException
public void skipRawBytes (int) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/CodedInputStream$StreamDecoder$SkippedDataSink.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder$SkippedDataSink extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder$RefillCallback {
public void onRefill ()
java.nio.ByteBuffer getSkippedData ()
}
com/android/adservices/jarjar/server/protobuf/CodedInputStream$StreamDecoder$RefillCallback.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder$RefillCallback extends java.lang.Object {
public abstract void onRefill ()
}
com/android/adservices/jarjar/server/protobuf/CodedInputStream$IterableDirectByteBufferDecoder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.CodedInputStream$IterableDirectByteBufferDecoder extends com.android.adservices.jarjar.server.protobuf.CodedInputStream {
public int readTag () throws java.io.IOException
public void checkLastTagWas (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public int getLastTag ()
public boolean skipField (int) throws java.io.IOException
public boolean skipField (int, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
public void skipMessage () throws java.io.IOException
public void skipMessage (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
public double readDouble () throws java.io.IOException
public float readFloat () throws java.io.IOException
public long readUInt64 () throws java.io.IOException
public long readInt64 () throws java.io.IOException
public int readInt32 () throws java.io.IOException
public long readFixed64 () throws java.io.IOException
public int readFixed32 () throws java.io.IOException
public boolean readBool () throws java.io.IOException
public java.lang.String readString () throws java.io.IOException
public java.lang.String readStringRequireUtf8 () throws java.io.IOException
public void readGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.MessageLite readGroup (int, com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void readUnknownGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder) throws java.io.IOException
public void readMessage (com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.MessageLite readMessage (com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException
public byte[] readByteArray () throws java.io.IOException
public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException
public int readUInt32 () throws java.io.IOException
public int readEnum () throws java.io.IOException
public int readSFixed32 () throws java.io.IOException
public long readSFixed64 () throws java.io.IOException
public int readSInt32 () throws java.io.IOException
public long readSInt64 () throws java.io.IOException
public int readRawVarint32 () throws java.io.IOException
public long readRawVarint64 () throws java.io.IOException
long readRawVarint64SlowPath () throws java.io.IOException
public int readRawLittleEndian32 () throws java.io.IOException
public long readRawLittleEndian64 () throws java.io.IOException
public void enableAliasing (boolean)
public void resetSizeCounter ()
public int pushLimit (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public void popLimit (int)
public int getBytesUntilLimit ()
public boolean isAtEnd () throws java.io.IOException
public int getTotalBytesRead ()
public byte readRawByte () throws java.io.IOException
public byte[] readRawBytes (int) throws java.io.IOException
public void skipRawBytes (int) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/CodedInputStream$ArrayDecoder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.CodedInputStream$ArrayDecoder extends com.android.adservices.jarjar.server.protobuf.CodedInputStream {
public int readTag () throws java.io.IOException
public void checkLastTagWas (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public int getLastTag ()
public boolean skipField (int) throws java.io.IOException
public boolean skipField (int, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
public void skipMessage () throws java.io.IOException
public void skipMessage (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException
public double readDouble () throws java.io.IOException
public float readFloat () throws java.io.IOException
public long readUInt64 () throws java.io.IOException
public long readInt64 () throws java.io.IOException
public int readInt32 () throws java.io.IOException
public long readFixed64 () throws java.io.IOException
public int readFixed32 () throws java.io.IOException
public boolean readBool () throws java.io.IOException
public java.lang.String readString () throws java.io.IOException
public java.lang.String readStringRequireUtf8 () throws java.io.IOException
public void readGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.MessageLite readGroup (int, com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void readUnknownGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder) throws java.io.IOException
public void readMessage (com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.MessageLite readMessage (com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException
public byte[] readByteArray () throws java.io.IOException
public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException
public int readUInt32 () throws java.io.IOException
public int readEnum () throws java.io.IOException
public int readSFixed32 () throws java.io.IOException
public long readSFixed64 () throws java.io.IOException
public int readSInt32 () throws java.io.IOException
public long readSInt64 () throws java.io.IOException
public int readRawVarint32 () throws java.io.IOException
public long readRawVarint64 () throws java.io.IOException
long readRawVarint64SlowPath () throws java.io.IOException
public int readRawLittleEndian32 () throws java.io.IOException
public long readRawLittleEndian64 () throws java.io.IOException
public void enableAliasing (boolean)
public void resetSizeCounter ()
public int pushLimit (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public void popLimit (int)
public int getBytesUntilLimit ()
public boolean isAtEnd () throws java.io.IOException
public int getTotalBytesRead ()
public byte readRawByte () throws java.io.IOException
public byte[] readRawBytes (int) throws java.io.IOException
public void skipRawBytes (int) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/CheckReturnValue.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract annotation com.android.adservices.jarjar.server.protobuf.CheckReturnValue extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/android/adservices/jarjar/server/protobuf/CanIgnoreReturnValue.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract annotation com.android.adservices.jarjar.server.protobuf.CanIgnoreReturnValue extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/android/adservices/jarjar/server/protobuf/BytesValueOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.BytesValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getValue ()
}
com/android/adservices/jarjar/server/protobuf/BytesValue.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.BytesValue extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.BytesValueOrBuilder {
public static final int VALUE_FIELD_NUMBER
public com.android.adservices.jarjar.server.protobuf.ByteString getValue ()
public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.BytesValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.BytesValue parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.BytesValue$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.BytesValue$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.BytesValue)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.BytesValue getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.BytesValue of (com.android.adservices.jarjar.server.protobuf.ByteString)
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/BytesValue$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.BytesValue$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.BytesValueOrBuilder {
public com.android.adservices.jarjar.server.protobuf.ByteString getValue ()
public com.android.adservices.jarjar.server.protobuf.BytesValue$Builder setValue (com.android.adservices.jarjar.server.protobuf.ByteString)
public com.android.adservices.jarjar.server.protobuf.BytesValue$Builder clearValue ()
}
com/android/adservices/jarjar/server/protobuf/ByteString.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.ByteString extends java.lang.Object implements java.lang.Iterable java.io.Serializable {
static final int CONCATENATE_BY_COPY_SIZE
static final int MIN_READ_FROM_CHUNK_SIZE
static final int MAX_READ_FROM_CHUNK_SIZE
public static final com.android.adservices.jarjar.server.protobuf.ByteString EMPTY
void <init> ()
public abstract byte byteAt (int)
abstract byte internalByteAt (int)
public com.android.adservices.jarjar.server.protobuf.ByteString$ByteIterator iterator ()
public abstract int size ()
public final boolean isEmpty ()
public static final com.android.adservices.jarjar.server.protobuf.ByteString empty ()
public static java.util.Comparator unsignedLexicographicalComparator ()
public final com.android.adservices.jarjar.server.protobuf.ByteString substring (int)
public abstract com.android.adservices.jarjar.server.protobuf.ByteString substring (int, int)
public final boolean startsWith (com.android.adservices.jarjar.server.protobuf.ByteString)
public final boolean endsWith (com.android.adservices.jarjar.server.protobuf.ByteString)
public static com.android.adservices.jarjar.server.protobuf.ByteString fromHex (java.lang.String)
public static com.android.adservices.jarjar.server.protobuf.ByteString copyFrom (byte[], int, int)
public static com.android.adservices.jarjar.server.protobuf.ByteString copyFrom (byte[])
static com.android.adservices.jarjar.server.protobuf.ByteString wrap (java.nio.ByteBuffer)
static com.android.adservices.jarjar.server.protobuf.ByteString wrap (byte[])
static com.android.adservices.jarjar.server.protobuf.ByteString wrap (byte[], int, int)
public static com.android.adservices.jarjar.server.protobuf.ByteString copyFrom (java.nio.ByteBuffer, int)
public static com.android.adservices.jarjar.server.protobuf.ByteString copyFrom (java.nio.ByteBuffer)
public static com.android.adservices.jarjar.server.protobuf.ByteString copyFrom (java.lang.String, java.lang.String) throws java.io.UnsupportedEncodingException
public static com.android.adservices.jarjar.server.protobuf.ByteString copyFrom (java.lang.String, java.nio.charset.Charset)
public static com.android.adservices.jarjar.server.protobuf.ByteString copyFromUtf8 (java.lang.String)
public static com.android.adservices.jarjar.server.protobuf.ByteString readFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.ByteString readFrom (java.io.InputStream, int) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.ByteString readFrom (java.io.InputStream, int, int) throws java.io.IOException
public final com.android.adservices.jarjar.server.protobuf.ByteString concat (com.android.adservices.jarjar.server.protobuf.ByteString)
public static com.android.adservices.jarjar.server.protobuf.ByteString copyFrom (java.lang.Iterable)
public void copyTo (byte[], int)
public final void copyTo (byte[], int, int, int)
protected abstract void copyToInternal (byte[], int, int, int)
public abstract void copyTo (java.nio.ByteBuffer)
public final byte[] toByteArray ()
public abstract void writeTo (java.io.OutputStream) throws java.io.IOException
final void writeTo (java.io.OutputStream, int, int) throws java.io.IOException
abstract void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException
abstract void writeTo (com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException
abstract void writeToReverse (com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException
public abstract java.nio.ByteBuffer asReadOnlyByteBuffer ()
public abstract java.util.List asReadOnlyByteBufferList ()
public final java.lang.String toString (java.lang.String) throws java.io.UnsupportedEncodingException
public final java.lang.String toString (java.nio.charset.Charset)
protected abstract java.lang.String toStringInternal (java.nio.charset.Charset)
public final java.lang.String toStringUtf8 ()
public abstract boolean isValidUtf8 ()
protected abstract int partialIsValidUtf8 (int, int, int)
public abstract boolean equals (java.lang.Object)
public final int hashCode ()
public abstract java.io.InputStream newInput ()
public abstract com.android.adservices.jarjar.server.protobuf.CodedInputStream newCodedInput ()
public static com.android.adservices.jarjar.server.protobuf.ByteString$Output newOutput (int)
public static com.android.adservices.jarjar.server.protobuf.ByteString$Output newOutput ()
static com.android.adservices.jarjar.server.protobuf.ByteString$CodedBuilder newCodedBuilder (int)
protected abstract int getTreeDepth ()
protected abstract boolean isBalanced ()
protected final int peekCachedHashCode ()
protected abstract int partialHash (int, int, int)
static void checkIndex (int, int)
static int checkRange (int, int, int)
public final java.lang.String toString ()
}
com/android/adservices/jarjar/server/protobuf/ByteString$SystemByteArrayCopier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ByteString$SystemByteArrayCopier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.ByteString$ByteArrayCopier {
public byte[] copyFrom (byte[], int, int)
}
com/android/adservices/jarjar/server/protobuf/ByteString$Output.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.ByteString$Output extends java.io.OutputStream {
void <init> (int)
public synchronized void write (int)
public synchronized void write (byte[], int, int)
public synchronized com.android.adservices.jarjar.server.protobuf.ByteString toByteString ()
public void writeTo (java.io.OutputStream) throws java.io.IOException
public synchronized int size ()
public synchronized void reset ()
public java.lang.String toString ()
}
com/android/adservices/jarjar/server/protobuf/ByteString$LiteralByteString.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
com.android.adservices.jarjar.server.protobuf.ByteString$LiteralByteString extends com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString {
protected final byte[] bytes
void <init> (byte[])
public byte byteAt (int)
byte internalByteAt (int)
public int size ()
public final com.android.adservices.jarjar.server.protobuf.ByteString substring (int, int)
protected void copyToInternal (byte[], int, int, int)
public final void copyTo (java.nio.ByteBuffer)
public final java.nio.ByteBuffer asReadOnlyByteBuffer ()
public final java.util.List asReadOnlyByteBufferList ()
public final void writeTo (java.io.OutputStream) throws java.io.IOException
final void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException
final void writeTo (com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException
protected final java.lang.String toStringInternal (java.nio.charset.Charset)
public final boolean isValidUtf8 ()
protected final int partialIsValidUtf8 (int, int, int)
public final boolean equals (java.lang.Object)
final boolean equalsRange (com.android.adservices.jarjar.server.protobuf.ByteString, int, int)
protected final int partialHash (int, int, int)
public final java.io.InputStream newInput ()
public final com.android.adservices.jarjar.server.protobuf.CodedInputStream newCodedInput ()
protected int getOffsetIntoBytes ()
}
com/android/adservices/jarjar/server/protobuf/ByteString$LeafByteString.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString extends com.android.adservices.jarjar.server.protobuf.ByteString {
void <init> ()
protected final int getTreeDepth ()
protected final boolean isBalanced ()
void writeToReverse (com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException
abstract boolean equalsRange (com.android.adservices.jarjar.server.protobuf.ByteString, int, int)
}
com/android/adservices/jarjar/server/protobuf/ByteString$CodedBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ByteString$CodedBuilder extends java.lang.Object {
public com.android.adservices.jarjar.server.protobuf.ByteString build ()
public com.android.adservices.jarjar.server.protobuf.CodedOutputStream getCodedOutput ()
}
com/android/adservices/jarjar/server/protobuf/ByteString$ByteIterator.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.ByteString$ByteIterator extends java.lang.Object implements java.util.Iterator {
public abstract byte nextByte ()
}
com/android/adservices/jarjar/server/protobuf/ByteString$ByteArrayCopier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.ByteString$ByteArrayCopier extends java.lang.Object {
public abstract byte[] copyFrom (byte[], int, int)
}
com/android/adservices/jarjar/server/protobuf/ByteString$BoundedByteString.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ByteString$BoundedByteString extends com.android.adservices.jarjar.server.protobuf.ByteString$LiteralByteString {
void <init> (byte[], int, int)
public byte byteAt (int)
byte internalByteAt (int)
public int size ()
protected int getOffsetIntoBytes ()
protected void copyToInternal (byte[], int, int, int)
java.lang.Object writeReplace ()
}
com/android/adservices/jarjar/server/protobuf/ByteString$ArraysByteArrayCopier.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ByteString$ArraysByteArrayCopier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.ByteString$ByteArrayCopier {
public byte[] copyFrom (byte[], int, int)
}
com/android/adservices/jarjar/server/protobuf/ByteString$AbstractByteIterator.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.ByteString$AbstractByteIterator extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.ByteString$ByteIterator {
void <init> ()
public final java.lang.Byte next ()
public final void remove ()
}
com/android/adservices/jarjar/server/protobuf/ByteOutput.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.ByteOutput extends java.lang.Object {
public void <init> ()
public abstract void write (byte) throws java.io.IOException
public abstract void write (byte[], int, int) throws java.io.IOException
public abstract void writeLazy (byte[], int, int) throws java.io.IOException
public abstract void write (java.nio.ByteBuffer) throws java.io.IOException
public abstract void writeLazy (java.nio.ByteBuffer) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/ByteBufferWriter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ByteBufferWriter extends java.lang.Object {
static void clearCachedBuffer ()
static void write (java.nio.ByteBuffer, java.io.OutputStream) throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/BufferAllocator.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.BufferAllocator extends java.lang.Object {
void <init> ()
public static com.android.adservices.jarjar.server.protobuf.BufferAllocator unpooled ()
public abstract com.android.adservices.jarjar.server.protobuf.AllocatedBuffer allocateHeapBuffer (int)
public abstract com.android.adservices.jarjar.server.protobuf.AllocatedBuffer allocateDirectBuffer (int)
}
com/android/adservices/jarjar/server/protobuf/BooleanArrayList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.BooleanArrayList extends com.android.adservices.jarjar.server.protobuf.AbstractProtobufList implements com.android.adservices.jarjar.server.protobuf.Internal$BooleanList java.util.RandomAccess com.android.adservices.jarjar.server.protobuf.PrimitiveNonBoxingCollection {
public static com.android.adservices.jarjar.server.protobuf.BooleanArrayList emptyList ()
void <init> ()
protected void removeRange (int, int)
public boolean equals (java.lang.Object)
public int hashCode ()
public com.android.adservices.jarjar.server.protobuf.Internal$BooleanList mutableCopyWithCapacity (int)
public java.lang.Boolean get (int)
public boolean getBoolean (int)
public int indexOf (java.lang.Object)
public boolean contains (java.lang.Object)
public int size ()
public java.lang.Boolean set (int, java.lang.Boolean)
public boolean setBoolean (int, boolean)
public boolean add (java.lang.Boolean)
public void add (int, java.lang.Boolean)
public void addBoolean (boolean)
public boolean addAll (java.util.Collection)
public java.lang.Boolean remove (int)
}
com/android/adservices/jarjar/server/protobuf/BoolValueOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.BoolValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract boolean getValue ()
}
com/android/adservices/jarjar/server/protobuf/BoolValue.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.BoolValue extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.BoolValueOrBuilder {
public static final int VALUE_FIELD_NUMBER
public boolean getValue ()
public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.BoolValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.BoolValue parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.BoolValue$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.BoolValue$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.BoolValue)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.BoolValue getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.BoolValue of (boolean)
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/BoolValue$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.BoolValue$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.BoolValueOrBuilder {
public boolean getValue ()
public com.android.adservices.jarjar.server.protobuf.BoolValue$Builder setValue (boolean)
public com.android.adservices.jarjar.server.protobuf.BoolValue$Builder clearValue ()
}
com/android/adservices/jarjar/server/protobuf/BinaryWriter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.BinaryWriter extends com.android.adservices.jarjar.server.protobuf.ByteOutput implements com.android.adservices.jarjar.server.protobuf.Writer {
public static final int DEFAULT_CHUNK_SIZE
final java.util.ArrayDeque buffers
int totalDoneBytes
public static com.android.adservices.jarjar.server.protobuf.BinaryWriter newHeapInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator)
public static com.android.adservices.jarjar.server.protobuf.BinaryWriter newHeapInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int)
public static com.android.adservices.jarjar.server.protobuf.BinaryWriter newDirectInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator)
public static com.android.adservices.jarjar.server.protobuf.BinaryWriter newDirectInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int)
static boolean isUnsafeHeapSupported ()
static boolean isUnsafeDirectSupported ()
static com.android.adservices.jarjar.server.protobuf.BinaryWriter newSafeHeapInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int)
static com.android.adservices.jarjar.server.protobuf.BinaryWriter newUnsafeHeapInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int)
static com.android.adservices.jarjar.server.protobuf.BinaryWriter newSafeDirectInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int)
static com.android.adservices.jarjar.server.protobuf.BinaryWriter newUnsafeDirectInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int)
public final com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder fieldOrder ()
public final java.util.Queue complete ()
public final void writeSFixed32 (int, int) throws java.io.IOException
public final void writeInt64 (int, long) throws java.io.IOException
public final void writeSFixed64 (int, long) throws java.io.IOException
public final void writeFloat (int, float) throws java.io.IOException
public final void writeDouble (int, double) throws java.io.IOException
public final void writeEnum (int, int) throws java.io.IOException
public final void writeInt32List (int, java.util.List, boolean) throws java.io.IOException
public final void writeFixed32List (int, java.util.List, boolean) throws java.io.IOException
public final void writeInt64List (int, java.util.List, boolean) throws java.io.IOException
public final void writeUInt64List (int, java.util.List, boolean) throws java.io.IOException
public final void writeFixed64List (int, java.util.List, boolean) throws java.io.IOException
public final void writeFloatList (int, java.util.List, boolean) throws java.io.IOException
public final void writeDoubleList (int, java.util.List, boolean) throws java.io.IOException
public final void writeEnumList (int, java.util.List, boolean) throws java.io.IOException
public final void writeBoolList (int, java.util.List, boolean) throws java.io.IOException
public final void writeStringList (int, java.util.List) throws java.io.IOException
public final void writeBytesList (int, java.util.List) throws java.io.IOException
public final void writeUInt32List (int, java.util.List, boolean) throws java.io.IOException
public final void writeSFixed32List (int, java.util.List, boolean) throws java.io.IOException
public final void writeSFixed64List (int, java.util.List, boolean) throws java.io.IOException
public final void writeSInt32List (int, java.util.List, boolean) throws java.io.IOException
public final void writeSInt64List (int, java.util.List, boolean) throws java.io.IOException
public void writeMap (int, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException
static final void writeMapEntryField (com.android.adservices.jarjar.server.protobuf.Writer, int, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException
public final void writeMessageList (int, java.util.List) throws java.io.IOException
public final void writeMessageList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public final void writeGroupList (int, java.util.List) throws java.io.IOException
public final void writeGroupList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public final void writeMessageSetItem (int, java.lang.Object) throws java.io.IOException
final com.android.adservices.jarjar.server.protobuf.AllocatedBuffer newHeapBuffer ()
final com.android.adservices.jarjar.server.protobuf.AllocatedBuffer newHeapBuffer (int)
final com.android.adservices.jarjar.server.protobuf.AllocatedBuffer newDirectBuffer ()
final com.android.adservices.jarjar.server.protobuf.AllocatedBuffer newDirectBuffer (int)
public abstract int getTotalBytesWritten ()
abstract void requireSpace (int)
abstract void finishCurrentBuffer ()
abstract void writeTag (int, int)
abstract void writeVarint32 (int)
abstract void writeInt32 (int)
abstract void writeSInt32 (int)
abstract void writeFixed32 (int)
abstract void writeVarint64 (long)
abstract void writeSInt64 (long)
abstract void writeFixed64 (long)
abstract void writeBool (boolean)
abstract void writeString (java.lang.String)
}
com/android/adservices/jarjar/server/protobuf/BinaryWriter$UnsafeHeapWriter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.BinaryWriter$UnsafeHeapWriter extends com.android.adservices.jarjar.server.protobuf.BinaryWriter {
void <init> (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int)
static boolean isSupported ()
void finishCurrentBuffer ()
public int getTotalBytesWritten ()
int bytesWrittenToCurrentBuffer ()
int spaceLeft ()
public void writeUInt32 (int, int)
public void writeInt32 (int, int)
public void writeSInt32 (int, int)
public void writeFixed32 (int, int)
public void writeUInt64 (int, long)
public void writeSInt64 (int, long)
public void writeFixed64 (int, long)
public void writeBool (int, boolean)
public void writeString (int, java.lang.String)
public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString)
public void writeMessage (int, java.lang.Object) throws java.io.IOException
public void writeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeGroup (int, java.lang.Object) throws java.io.IOException
public void writeGroup (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeStartGroup (int)
public void writeEndGroup (int)
void writeInt32 (int)
void writeSInt32 (int)
void writeSInt64 (long)
void writeBool (boolean)
void writeTag (int, int)
void writeVarint32 (int)
void writeVarint64 (long)
void writeFixed32 (int)
void writeFixed64 (long)
void writeString (java.lang.String)
public void write (byte)
public void write (byte[], int, int)
public void writeLazy (byte[], int, int)
public void write (java.nio.ByteBuffer)
public void writeLazy (java.nio.ByteBuffer)
void requireSpace (int)
}
com/android/adservices/jarjar/server/protobuf/BinaryWriter$UnsafeDirectWriter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.BinaryWriter$UnsafeDirectWriter extends com.android.adservices.jarjar.server.protobuf.BinaryWriter {
void <init> (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int)
public int getTotalBytesWritten ()
void finishCurrentBuffer ()
public void writeUInt32 (int, int)
public void writeInt32 (int, int)
public void writeSInt32 (int, int)
public void writeFixed32 (int, int)
public void writeUInt64 (int, long)
public void writeSInt64 (int, long)
public void writeFixed64 (int, long)
public void writeBool (int, boolean)
public void writeString (int, java.lang.String)
public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString)
public void writeMessage (int, java.lang.Object) throws java.io.IOException
public void writeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeGroup (int, java.lang.Object) throws java.io.IOException
public void writeGroup (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeStartGroup (int)
public void writeEndGroup (int)
void writeInt32 (int)
void writeSInt32 (int)
void writeSInt64 (long)
void writeBool (boolean)
void writeTag (int, int)
void writeVarint32 (int)
void writeVarint64 (long)
void writeFixed32 (int)
void writeFixed64 (long)
void writeString (java.lang.String)
public void write (byte)
public void write (byte[], int, int)
public void writeLazy (byte[], int, int)
public void write (java.nio.ByteBuffer)
public void writeLazy (java.nio.ByteBuffer)
void requireSpace (int)
}
com/android/adservices/jarjar/server/protobuf/BinaryWriter$SafeHeapWriter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.BinaryWriter$SafeHeapWriter extends com.android.adservices.jarjar.server.protobuf.BinaryWriter {
void <init> (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int)
void finishCurrentBuffer ()
public int getTotalBytesWritten ()
int bytesWrittenToCurrentBuffer ()
int spaceLeft ()
public void writeUInt32 (int, int) throws java.io.IOException
public void writeInt32 (int, int) throws java.io.IOException
public void writeSInt32 (int, int) throws java.io.IOException
public void writeFixed32 (int, int) throws java.io.IOException
public void writeUInt64 (int, long) throws java.io.IOException
public void writeSInt64 (int, long) throws java.io.IOException
public void writeFixed64 (int, long) throws java.io.IOException
public void writeBool (int, boolean) throws java.io.IOException
public void writeString (int, java.lang.String) throws java.io.IOException
public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException
public void writeMessage (int, java.lang.Object) throws java.io.IOException
public void writeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeGroup (int, java.lang.Object) throws java.io.IOException
public void writeGroup (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeStartGroup (int)
public void writeEndGroup (int)
void writeInt32 (int)
void writeSInt32 (int)
void writeSInt64 (long)
void writeBool (boolean)
void writeTag (int, int)
void writeVarint32 (int)
void writeVarint64 (long)
void writeFixed32 (int)
void writeFixed64 (long)
void writeString (java.lang.String)
public void write (byte)
public void write (byte[], int, int)
public void writeLazy (byte[], int, int)
public void write (java.nio.ByteBuffer)
public void writeLazy (java.nio.ByteBuffer)
void requireSpace (int)
}
com/android/adservices/jarjar/server/protobuf/BinaryWriter$SafeDirectWriter.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.BinaryWriter$SafeDirectWriter extends com.android.adservices.jarjar.server.protobuf.BinaryWriter {
void <init> (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int)
public int getTotalBytesWritten ()
void finishCurrentBuffer ()
public void writeUInt32 (int, int)
public void writeInt32 (int, int)
public void writeSInt32 (int, int)
public void writeFixed32 (int, int)
public void writeUInt64 (int, long)
public void writeSInt64 (int, long)
public void writeFixed64 (int, long)
public void writeBool (int, boolean)
public void writeString (int, java.lang.String)
public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString)
public void writeMessage (int, java.lang.Object) throws java.io.IOException
public void writeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeGroup (int, java.lang.Object) throws java.io.IOException
public void writeGroup (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException
public void writeStartGroup (int)
public void writeEndGroup (int)
void writeInt32 (int)
void writeSInt32 (int)
void writeSInt64 (long)
void writeBool (boolean)
void writeTag (int, int)
void writeVarint32 (int)
void writeVarint64 (long)
void writeFixed32 (int)
void writeFixed64 (long)
void writeString (java.lang.String)
public void write (byte)
public void write (byte[], int, int)
public void writeLazy (byte[], int, int)
public void write (java.nio.ByteBuffer)
public void writeLazy (java.nio.ByteBuffer)
void requireSpace (int)
}
com/android/adservices/jarjar/server/protobuf/BinaryReader.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.BinaryReader extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Reader {
public static com.android.adservices.jarjar.server.protobuf.BinaryReader newInstance (java.nio.ByteBuffer, boolean)
public abstract int getTotalBytesRead ()
public boolean shouldDiscardUnknownFields ()
}
com/android/adservices/jarjar/server/protobuf/BinaryReader$SafeHeapReader.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.BinaryReader$SafeHeapReader extends com.android.adservices.jarjar.server.protobuf.BinaryReader {
public void <init> (java.nio.ByteBuffer, boolean)
public int getTotalBytesRead ()
public int getFieldNumber () throws java.io.IOException
public int getTag ()
public boolean skipField () throws java.io.IOException
public double readDouble () throws java.io.IOException
public float readFloat () throws java.io.IOException
public long readUInt64 () throws java.io.IOException
public long readInt64 () throws java.io.IOException
public int readInt32 () throws java.io.IOException
public long readFixed64 () throws java.io.IOException
public int readFixed32 () throws java.io.IOException
public boolean readBool () throws java.io.IOException
public java.lang.String readString () throws java.io.IOException
public java.lang.String readStringRequireUtf8 () throws java.io.IOException
public java.lang.String readStringInternal (boolean) throws java.io.IOException
public java.lang.Object readMessage (java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public java.lang.Object readMessageBySchemaWithCheck (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void mergeMessageField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public java.lang.Object readGroup (java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public java.lang.Object readGroupBySchemaWithCheck (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void mergeGroupField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException
public int readUInt32 () throws java.io.IOException
public int readEnum () throws java.io.IOException
public int readSFixed32 () throws java.io.IOException
public long readSFixed64 () throws java.io.IOException
public int readSInt32 () throws java.io.IOException
public long readSInt64 () throws java.io.IOException
public void readDoubleList (java.util.List) throws java.io.IOException
public void readFloatList (java.util.List) throws java.io.IOException
public void readUInt64List (java.util.List) throws java.io.IOException
public void readInt64List (java.util.List) throws java.io.IOException
public void readInt32List (java.util.List) throws java.io.IOException
public void readFixed64List (java.util.List) throws java.io.IOException
public void readFixed32List (java.util.List) throws java.io.IOException
public void readBoolList (java.util.List) throws java.io.IOException
public void readStringList (java.util.List) throws java.io.IOException
public void readStringListRequireUtf8 (java.util.List) throws java.io.IOException
public void readStringListInternal (java.util.List, boolean) throws java.io.IOException
public void readMessageList (java.util.List, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void readMessageList (java.util.List, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void readGroupList (java.util.List, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void readGroupList (java.util.List, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public void readBytesList (java.util.List) throws java.io.IOException
public void readUInt32List (java.util.List) throws java.io.IOException
public void readEnumList (java.util.List) throws java.io.IOException
public void readSFixed32List (java.util.List) throws java.io.IOException
public void readSFixed64List (java.util.List) throws java.io.IOException
public void readSInt32List (java.util.List) throws java.io.IOException
public void readSInt64List (java.util.List) throws java.io.IOException
public void readMap (java.util.Map, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public long readVarint64 () throws java.io.IOException
}
com/android/adservices/jarjar/server/protobuf/ArrayDecoders.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ArrayDecoders extends java.lang.Object {
static int decodeVarint32 (byte[], int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers)
static int decodeVarint32 (int, byte[], int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers)
static int decodeVarint64 (byte[], int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers)
static int decodeVarint64 (long, byte[], int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers)
static int decodeFixed32 (byte[], int)
static long decodeFixed64 (byte[], int)
static double decodeDouble (byte[], int)
static float decodeFloat (byte[], int)
static int decodeString (byte[], int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
static int decodeStringRequireUtf8 (byte[], int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
static int decodeBytes (byte[], int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
static int decodeMessageField (com.android.adservices.jarjar.server.protobuf.Schema, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodeGroupField (com.android.adservices.jarjar.server.protobuf.Schema, byte[], int, int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int mergeMessageField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int mergeGroupField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, byte[], int, int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodeVarint32List (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers)
static int decodeVarint64List (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers)
static int decodeFixed32List (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers)
static int decodeFixed64List (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers)
static int decodeFloatList (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers)
static int decodeDoubleList (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers)
static int decodeBoolList (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers)
static int decodeSInt32List (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers)
static int decodeSInt64List (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers)
static int decodePackedVarint32List (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodePackedVarint64List (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodePackedFixed32List (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodePackedFixed64List (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodePackedFloatList (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodePackedDoubleList (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodePackedBoolList (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodePackedSInt32List (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodePackedSInt64List (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodeStringList (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
static int decodeStringListRequireUtf8 (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
static int decodeBytesList (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
static int decodeMessageList (com.android.adservices.jarjar.server.protobuf.Schema, int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodeGroupList (com.android.adservices.jarjar.server.protobuf.Schema, int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodeExtensionOrUnknownField (int, byte[], int, int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodeExtension (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage, com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException
static int decodeUnknownField (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
static int skipField (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
}
com/android/adservices/jarjar/server/protobuf/ArrayDecoders$Registers.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers extends java.lang.Object {
public int int1
public long long1
public Object object1
public final com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry
void <init> ()
void <init> (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/jarjar/server/protobuf/ApiProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.ApiProto extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/jarjar/server/protobuf/ApiOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.ApiOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.lang.String getName ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public abstract java.util.List getMethodsList ()
public abstract com.android.adservices.jarjar.server.protobuf.Method getMethods (int)
public abstract int getMethodsCount ()
public abstract java.util.List getOptionsList ()
public abstract com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public abstract int getOptionsCount ()
public abstract java.lang.String getVersion ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getVersionBytes ()
public abstract boolean hasSourceContext ()
public abstract com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext ()
public abstract java.util.List getMixinsList ()
public abstract com.android.adservices.jarjar.server.protobuf.Mixin getMixins (int)
public abstract int getMixinsCount ()
public abstract int getSyntaxValue ()
public abstract com.android.adservices.jarjar.server.protobuf.Syntax getSyntax ()
}
com/android/adservices/jarjar/server/protobuf/Api.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Api extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.ApiOrBuilder {
public static final int NAME_FIELD_NUMBER
public static final int METHODS_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int SOURCE_CONTEXT_FIELD_NUMBER
public static final int MIXINS_FIELD_NUMBER
public static final int SYNTAX_FIELD_NUMBER
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public java.util.List getMethodsList ()
public java.util.List getMethodsOrBuilderList ()
public int getMethodsCount ()
public com.android.adservices.jarjar.server.protobuf.Method getMethods (int)
public com.android.adservices.jarjar.server.protobuf.MethodOrBuilder getMethodsOrBuilder (int)
public java.util.List getOptionsList ()
public java.util.List getOptionsOrBuilderList ()
public int getOptionsCount ()
public com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public com.android.adservices.jarjar.server.protobuf.OptionOrBuilder getOptionsOrBuilder (int)
public java.lang.String getVersion ()
public com.android.adservices.jarjar.server.protobuf.ByteString getVersionBytes ()
public boolean hasSourceContext ()
public com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext ()
public java.util.List getMixinsList ()
public java.util.List getMixinsOrBuilderList ()
public int getMixinsCount ()
public com.android.adservices.jarjar.server.protobuf.Mixin getMixins (int)
public com.android.adservices.jarjar.server.protobuf.MixinOrBuilder getMixinsOrBuilder (int)
public int getSyntaxValue ()
public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax ()
public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Api parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Api parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Api$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Api$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Api)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Api getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Api$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Api$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.ApiOrBuilder {
public java.lang.String getName ()
public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes ()
public com.android.adservices.jarjar.server.protobuf.Api$Builder setName (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Api$Builder clearName ()
public com.android.adservices.jarjar.server.protobuf.Api$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public java.util.List getMethodsList ()
public int getMethodsCount ()
public com.android.adservices.jarjar.server.protobuf.Method getMethods (int)
public com.android.adservices.jarjar.server.protobuf.Api$Builder setMethods (int, com.android.adservices.jarjar.server.protobuf.Method)
public com.android.adservices.jarjar.server.protobuf.Api$Builder setMethods (int, com.android.adservices.jarjar.server.protobuf.Method$Builder)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addMethods (com.android.adservices.jarjar.server.protobuf.Method)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addMethods (int, com.android.adservices.jarjar.server.protobuf.Method)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addMethods (com.android.adservices.jarjar.server.protobuf.Method$Builder)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addMethods (int, com.android.adservices.jarjar.server.protobuf.Method$Builder)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addAllMethods (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.Api$Builder clearMethods ()
public com.android.adservices.jarjar.server.protobuf.Api$Builder removeMethods (int)
public java.util.List getOptionsList ()
public int getOptionsCount ()
public com.android.adservices.jarjar.server.protobuf.Option getOptions (int)
public com.android.adservices.jarjar.server.protobuf.Api$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Api$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addAllOptions (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.Api$Builder clearOptions ()
public com.android.adservices.jarjar.server.protobuf.Api$Builder removeOptions (int)
public java.lang.String getVersion ()
public com.android.adservices.jarjar.server.protobuf.ByteString getVersionBytes ()
public com.android.adservices.jarjar.server.protobuf.Api$Builder setVersion (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Api$Builder clearVersion ()
public com.android.adservices.jarjar.server.protobuf.Api$Builder setVersionBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public boolean hasSourceContext ()
public com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext ()
public com.android.adservices.jarjar.server.protobuf.Api$Builder setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext)
public com.android.adservices.jarjar.server.protobuf.Api$Builder setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext$Builder)
public com.android.adservices.jarjar.server.protobuf.Api$Builder mergeSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext)
public com.android.adservices.jarjar.server.protobuf.Api$Builder clearSourceContext ()
public java.util.List getMixinsList ()
public int getMixinsCount ()
public com.android.adservices.jarjar.server.protobuf.Mixin getMixins (int)
public com.android.adservices.jarjar.server.protobuf.Api$Builder setMixins (int, com.android.adservices.jarjar.server.protobuf.Mixin)
public com.android.adservices.jarjar.server.protobuf.Api$Builder setMixins (int, com.android.adservices.jarjar.server.protobuf.Mixin$Builder)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addMixins (com.android.adservices.jarjar.server.protobuf.Mixin)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addMixins (int, com.android.adservices.jarjar.server.protobuf.Mixin)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addMixins (com.android.adservices.jarjar.server.protobuf.Mixin$Builder)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addMixins (int, com.android.adservices.jarjar.server.protobuf.Mixin$Builder)
public com.android.adservices.jarjar.server.protobuf.Api$Builder addAllMixins (java.lang.Iterable)
public com.android.adservices.jarjar.server.protobuf.Api$Builder clearMixins ()
public com.android.adservices.jarjar.server.protobuf.Api$Builder removeMixins (int)
public int getSyntaxValue ()
public com.android.adservices.jarjar.server.protobuf.Api$Builder setSyntaxValue (int)
public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax ()
public com.android.adservices.jarjar.server.protobuf.Api$Builder setSyntax (com.android.adservices.jarjar.server.protobuf.Syntax)
public com.android.adservices.jarjar.server.protobuf.Api$Builder clearSyntax ()
}
com/android/adservices/jarjar/server/protobuf/AnyProto.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.AnyProto extends java.lang.Object {
public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite)
}
com/android/adservices/jarjar/server/protobuf/AnyOrBuilder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.AnyOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder {
public abstract java.lang.String getTypeUrl ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getTypeUrlBytes ()
public abstract com.android.adservices.jarjar.server.protobuf.ByteString getValue ()
}
com/android/adservices/jarjar/server/protobuf/Any.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Any extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.AnyOrBuilder {
public static final int TYPE_URL_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public java.lang.String getTypeUrl ()
public com.android.adservices.jarjar.server.protobuf.ByteString getTypeUrlBytes ()
public com.android.adservices.jarjar.server.protobuf.ByteString getValue ()
public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Any parseDelimitedFrom (java.io.InputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Any parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public static com.android.adservices.jarjar.server.protobuf.Any$Builder newBuilder ()
public static com.android.adservices.jarjar.server.protobuf.Any$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Any)
protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
public static com.android.adservices.jarjar.server.protobuf.Any getDefaultInstance ()
public static com.android.adservices.jarjar.server.protobuf.Parser parser ()
}
com/android/adservices/jarjar/server/protobuf/Any$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public final com.android.adservices.jarjar.server.protobuf.Any$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.AnyOrBuilder {
public java.lang.String getTypeUrl ()
public com.android.adservices.jarjar.server.protobuf.ByteString getTypeUrlBytes ()
public com.android.adservices.jarjar.server.protobuf.Any$Builder setTypeUrl (java.lang.String)
public com.android.adservices.jarjar.server.protobuf.Any$Builder clearTypeUrl ()
public com.android.adservices.jarjar.server.protobuf.Any$Builder setTypeUrlBytes (com.android.adservices.jarjar.server.protobuf.ByteString)
public com.android.adservices.jarjar.server.protobuf.ByteString getValue ()
public com.android.adservices.jarjar.server.protobuf.Any$Builder setValue (com.android.adservices.jarjar.server.protobuf.ByteString)
public com.android.adservices.jarjar.server.protobuf.Any$Builder clearValue ()
}
com/android/adservices/jarjar/server/protobuf/Android.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.Android extends java.lang.Object {
static boolean isOnAndroidDevice ()
static java.lang.Class getMemoryClass ()
}
com/android/adservices/jarjar/server/protobuf/AllocatedBuffer.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.AllocatedBuffer extends java.lang.Object {
void <init> ()
public abstract boolean hasNioBuffer ()
public abstract boolean hasArray ()
public abstract java.nio.ByteBuffer nioBuffer ()
public abstract byte[] array ()
public abstract int arrayOffset ()
public abstract int position ()
public abstract com.android.adservices.jarjar.server.protobuf.AllocatedBuffer position (int)
public abstract int limit ()
public abstract int remaining ()
public static com.android.adservices.jarjar.server.protobuf.AllocatedBuffer wrap (byte[])
public static com.android.adservices.jarjar.server.protobuf.AllocatedBuffer wrap (byte[], int, int)
public static com.android.adservices.jarjar.server.protobuf.AllocatedBuffer wrap (java.nio.ByteBuffer)
}
com/android/adservices/jarjar/server/protobuf/AbstractProtobufList.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
abstract com.android.adservices.jarjar.server.protobuf.AbstractProtobufList extends java.util.AbstractList implements com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList {
protected static final int DEFAULT_CAPACITY
void <init> ()
public boolean equals (java.lang.Object)
public int hashCode ()
public boolean add (java.lang.Object)
public void add (int, java.lang.Object)
public boolean addAll (java.util.Collection)
public boolean addAll (int, java.util.Collection)
public void clear ()
public boolean isModifiable ()
public final void makeImmutable ()
public java.lang.Object remove (int)
public boolean remove (java.lang.Object)
public boolean removeAll (java.util.Collection)
public boolean retainAll (java.util.Collection)
public java.lang.Object set (int, java.lang.Object)
protected void ensureIsMutable ()
}
com/android/adservices/jarjar/server/protobuf/AbstractParser.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.AbstractParser extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Parser {
public void <init> ()
public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialDelimitedFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.MessageLite parseDelimitedFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
}
com/android/adservices/jarjar/server/protobuf/AbstractMessageLite.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.AbstractMessageLite extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLite {
protected int memoizedHashCode
public void <init> ()
public com.android.adservices.jarjar.server.protobuf.ByteString toByteString ()
public byte[] toByteArray ()
public void writeTo (java.io.OutputStream) throws java.io.IOException
public void writeDelimitedTo (java.io.OutputStream) throws java.io.IOException
int getMemoizedSerializedSize ()
void setMemoizedSerializedSize (int)
int getSerializedSize (com.android.adservices.jarjar.server.protobuf.Schema)
com.android.adservices.jarjar.server.protobuf.UninitializedMessageException newUninitializedMessageException ()
protected static void checkByteStringIsUtf8 (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.lang.IllegalArgumentException
protected static void addAll (java.lang.Iterable, java.util.Collection)
protected static void addAll (java.lang.Iterable, java.util.List)
}
com/android/adservices/jarjar/server/protobuf/AbstractMessageLite$InternalOneOfEnum.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$InternalOneOfEnum extends java.lang.Object {
public abstract int getNumber ()
}
com/android/adservices/jarjar/server/protobuf/AbstractMessageLite$Builder.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
public abstract com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLite$Builder {
public void <init> ()
public abstract com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder clone ()
public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException
public abstract com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException
public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public boolean mergeDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException
public boolean mergeDelimitedFrom (java.io.InputStream) throws java.io.IOException
public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.MessageLite)
protected abstract com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.android.adservices.jarjar.server.protobuf.AbstractMessageLite)
protected static com.android.adservices.jarjar.server.protobuf.UninitializedMessageException newUninitializedMessageException (com.android.adservices.jarjar.server.protobuf.MessageLite)
protected static void addAll (java.lang.Iterable, java.util.Collection)
protected static void addAll (java.lang.Iterable, java.util.List)
}
com/android/adservices/jarjar/server/protobuf/AbstractMessageLite$Builder$LimitedInputStream.class
<Unknown>
package com.android.adservices.jarjar.server.protobuf
final com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder$LimitedInputStream extends java.io.FilterInputStream {
void <init> (java.io.InputStream, int)
public int available () throws java.io.IOException
public int read () throws java.io.IOException
public int read (byte[], int, int) throws java.io.IOException
public long skip (long) throws java.io.IOException
}
com/android/adservices/jarjar/server/module/utils/build/UnboundedSdkLevel.class
<Unknown>
package com.android.adservices.jarjar.server.module.utils.build
public final com.android.adservices.jarjar.server.module.utils.build.UnboundedSdkLevel extends java.lang.Object {
public static boolean isAtLeast (java.lang.String)
public static boolean isAtMost (java.lang.String)
void <init> (int, java.lang.String, java.util.Set)
boolean isAtLeastInternal (java.lang.String)
boolean isAtMostInternal (java.lang.String)
java.lang.String removeFingerprint (java.lang.String)
}
com/android/adservices/jarjar/server/module/utils/build/SdkLevel.class
<Unknown>
package com.android.adservices.jarjar.server.module.utils.build
public final com.android.adservices.jarjar.server.module.utils.build.SdkLevel extends java.lang.Object {
public static boolean isAtLeastR ()
public static boolean isAtLeastS ()
public static boolean isAtLeastSv2 ()
public static boolean isAtLeastT ()
public static boolean isAtLeastU ()
public static boolean isAtLeastV ()
}
com/android/adservices/jarjar/server/module/utils/HandlerExecutor.class
<Unknown>
package com.android.adservices.jarjar.server.module.utils
public com.android.adservices.jarjar.server.module.utils.HandlerExecutor extends java.lang.Object implements java.util.concurrent.Executor {
public void <init> (android.os.Handler)
public void execute (java.lang.Runnable)
}
com/android/adservices/jarjar/server/module/utils/BasicShellCommandHandler.class
<Unknown>
package com.android.adservices.jarjar.server.module.utils
public abstract com.android.adservices.jarjar.server.module.utils.BasicShellCommandHandler extends java.lang.Object {
protected static final String TAG
protected static final boolean DEBUG
public void <init> ()
public void init (android.os.Binder, java.io.FileDescriptor, java.io.FileDescriptor, java.io.FileDescriptor, java.lang.String[], int)
public int exec (android.os.Binder, java.io.FileDescriptor, java.io.FileDescriptor, java.io.FileDescriptor, java.lang.String[])
public java.io.FileDescriptor getOutFileDescriptor ()
public java.io.OutputStream getRawOutputStream ()
public java.io.PrintWriter getOutPrintWriter ()
public java.io.FileDescriptor getErrFileDescriptor ()
public java.io.OutputStream getRawErrorStream ()
public java.io.PrintWriter getErrPrintWriter ()
public java.io.FileDescriptor getInFileDescriptor ()
public java.io.InputStream getRawInputStream ()
public java.io.InputStream getBufferedInputStream ()
public java.lang.String getNextOption ()
public java.lang.String getNextArg ()
public java.lang.String peekNextArg ()
public java.lang.String[] peekRemainingArgs ()
public int getRemainingArgsCount ()
public java.lang.String getNextArgRequired ()
public int handleDefaultCommands (java.lang.String)
public android.os.Binder getTarget ()
public java.lang.String[] getAllArgs ()
public abstract int onCommand (java.lang.String)
public abstract void onHelp ()
}
com/android/adservices/jarjar/server/module/utils/BackgroundThread.class
<Unknown>
package com.android.adservices.jarjar.server.module.utils
public final com.android.adservices.jarjar.server.module.utils.BackgroundThread extends android.os.HandlerThread {
public static com.android.adservices.jarjar.server.module.utils.BackgroundThread get ()
public static android.os.Handler getHandler ()
public static java.util.concurrent.Executor getExecutor ()
}
com/android/adservices/jarjar/server/internal/util/Preconditions.class
<Unknown>
package com.android.adservices.jarjar.server.internal.util
public com.android.adservices.jarjar.server.internal.util.Preconditions extends java.lang.Object {
public void <init> ()
public static void checkArgument (boolean)
public static void checkArgument (boolean, java.lang.Object)
public static transient void checkArgument (boolean, java.lang.String, java.lang.Object[])
public static java.lang.CharSequence checkStringNotEmpty (java.lang.CharSequence)
public static java.lang.CharSequence checkStringNotEmpty (java.lang.CharSequence, java.lang.Object)
public static transient java.lang.CharSequence checkStringNotEmpty (java.lang.CharSequence, java.lang.String, java.lang.Object[])
public static java.lang.Object checkNotNull (java.lang.Object)
public static java.lang.Object checkNotNull (java.lang.Object, java.lang.Object)
public static transient java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object[])
public static void checkState (boolean)
public static void checkState (boolean, java.lang.String)
public static transient void checkState (boolean, java.lang.String, java.lang.Object[])
public static void checkCallAuthorization (boolean)
public static void checkCallAuthorization (boolean, java.lang.String)
public static transient void checkCallAuthorization (boolean, java.lang.String, java.lang.Object[])
public static void checkCallingUser (boolean)
public static int checkFlagsArgument (int, int)
public static int checkArgumentNonnegative (int, java.lang.String)
public static int checkArgumentNonnegative (int)
public static long checkArgumentNonnegative (long)
public static long checkArgumentNonnegative (long, java.lang.String)
public static int checkArgumentPositive (int, java.lang.String)
public static float checkArgumentNonNegative (float, java.lang.String)
public static float checkArgumentPositive (float, java.lang.String)
public static float checkArgumentFinite (float, java.lang.String)
public static float checkArgumentInRange (float, float, float, java.lang.String)
public static double checkArgumentInRange (double, double, double, java.lang.String)
public static int checkArgumentInRange (int, int, int, java.lang.String)
public static long checkArgumentInRange (long, long, long, java.lang.String)
public static java.lang.Object[] checkArrayElementsNotNull (java.lang.Object[], java.lang.String)
public static java.util.Collection checkCollectionElementsNotNull (java.util.Collection, java.lang.String)
public static java.util.Collection checkCollectionNotEmpty (java.util.Collection, java.lang.String)
public static byte[] checkByteArrayNotEmpty (byte[], java.lang.String)
public static java.lang.String checkArgumentIsSupported (java.lang.String[], java.lang.String)
public static float[] checkArrayElementsInRange (float[], float, float, java.lang.String)
public static int[] checkArrayElementsInRange (int[], int, int, java.lang.String)
public static java.lang.Object requireNonNullViaRavenwoodRule (java.lang.Object)
}
com/
META-INF/maven/com.google.errorprone/error_prone_annotations/pom.xml
META-INF/maven/com.google.errorprone/error_prone_annotations/pom.properties
META-INF/maven/com.google.errorprone/error_prone_annotations/
META-INF/maven/com.google.errorprone/
META-INF/maven/
META-INF/MANIFEST.MF
META-INF/