getQualifiersList();
/**
*
* Qualifiers sub-specifying the content that is being pushed - see comments
* on [Qualifier][build.bazel.remote.asset.v1.Qualifier].
* The same qualifiers apply to all URIs.
*
*
* repeated .build.bazel.remote.asset.v1.Qualifier qualifiers = 3;
*/
build.bazel.remote.asset.v1.Qualifier getQualifiers(int index);
/**
*
* Qualifiers sub-specifying the content that is being pushed - see comments
* on [Qualifier][build.bazel.remote.asset.v1.Qualifier].
* The same qualifiers apply to all URIs.
*
*
* repeated .build.bazel.remote.asset.v1.Qualifier qualifiers = 3;
*/
int getQualifiersCount();
/**
*
* Qualifiers sub-specifying the content that is being pushed - see comments
* on [Qualifier][build.bazel.remote.asset.v1.Qualifier].
* The same qualifiers apply to all URIs.
*
*
* repeated .build.bazel.remote.asset.v1.Qualifier qualifiers = 3;
*/
java.util.List extends build.bazel.remote.asset.v1.QualifierOrBuilder>
getQualifiersOrBuilderList();
/**
*
* Qualifiers sub-specifying the content that is being pushed - see comments
* on [Qualifier][build.bazel.remote.asset.v1.Qualifier].
* The same qualifiers apply to all URIs.
*
*
* repeated .build.bazel.remote.asset.v1.Qualifier qualifiers = 3;
*/
build.bazel.remote.asset.v1.QualifierOrBuilder getQualifiersOrBuilder(
int index);
/**
*
* A time after which this content should stop being returned via
* [FetchDirectory][build.bazel.remote.asset.v1.Fetch.FetchDirectory].
* Servers *MAY* expire content early, e.g. due to storage pressure.
*
*
* .google.protobuf.Timestamp expire_at = 4;
* @return Whether the expireAt field is set.
*/
boolean hasExpireAt();
/**
*
* A time after which this content should stop being returned via
* [FetchDirectory][build.bazel.remote.asset.v1.Fetch.FetchDirectory].
* Servers *MAY* expire content early, e.g. due to storage pressure.
*
*
* .google.protobuf.Timestamp expire_at = 4;
* @return The expireAt.
*/
com.google.protobuf.Timestamp getExpireAt();
/**
*
* A time after which this content should stop being returned via
* [FetchDirectory][build.bazel.remote.asset.v1.Fetch.FetchDirectory].
* Servers *MAY* expire content early, e.g. due to storage pressure.
*
*
* .google.protobuf.Timestamp expire_at = 4;
*/
com.google.protobuf.TimestampOrBuilder getExpireAtOrBuilder();
/**
*
* Directory to associate
*
*
* .build.bazel.remote.execution.v2.Digest root_directory_digest = 5;
* @return Whether the rootDirectoryDigest field is set.
*/
boolean hasRootDirectoryDigest();
/**
*
* Directory to associate
*
*
* .build.bazel.remote.execution.v2.Digest root_directory_digest = 5;
* @return The rootDirectoryDigest.
*/
build.bazel.remote.execution.v2.Digest getRootDirectoryDigest();
/**
*
* Directory to associate
*
*
* .build.bazel.remote.execution.v2.Digest root_directory_digest = 5;
*/
build.bazel.remote.execution.v2.DigestOrBuilder getRootDirectoryDigestOrBuilder();
/**
*
* Referenced blobs or directories that need to not expire before expiration
* of this association, in addition to `root_directory_digest` itself.
* These fields are hints - clients *MAY* omit them, and servers *SHOULD*
* respect them, at the risk of increased incidents of Fetch responses
* indirectly referencing unavailable blobs.
*
*
* repeated .build.bazel.remote.execution.v2.Digest references_blobs = 6;
*/
java.util.List
getReferencesBlobsList();
/**
*
* Referenced blobs or directories that need to not expire before expiration
* of this association, in addition to `root_directory_digest` itself.
* These fields are hints - clients *MAY* omit them, and servers *SHOULD*
* respect them, at the risk of increased incidents of Fetch responses
* indirectly referencing unavailable blobs.
*
*
* repeated .build.bazel.remote.execution.v2.Digest references_blobs = 6;
*/
build.bazel.remote.execution.v2.Digest getReferencesBlobs(int index);
/**
*
* Referenced blobs or directories that need to not expire before expiration
* of this association, in addition to `root_directory_digest` itself.
* These fields are hints - clients *MAY* omit them, and servers *SHOULD*
* respect them, at the risk of increased incidents of Fetch responses
* indirectly referencing unavailable blobs.
*
*
* repeated .build.bazel.remote.execution.v2.Digest references_blobs = 6;
*/
int getReferencesBlobsCount();
/**
*
* Referenced blobs or directories that need to not expire before expiration
* of this association, in addition to `root_directory_digest` itself.
* These fields are hints - clients *MAY* omit them, and servers *SHOULD*
* respect them, at the risk of increased incidents of Fetch responses
* indirectly referencing unavailable blobs.
*
*
* repeated .build.bazel.remote.execution.v2.Digest references_blobs = 6;
*/
java.util.List extends build.bazel.remote.execution.v2.DigestOrBuilder>
getReferencesBlobsOrBuilderList();
/**
*
* Referenced blobs or directories that need to not expire before expiration
* of this association, in addition to `root_directory_digest` itself.
* These fields are hints - clients *MAY* omit them, and servers *SHOULD*
* respect them, at the risk of increased incidents of Fetch responses
* indirectly referencing unavailable blobs.
*
*
* repeated .build.bazel.remote.execution.v2.Digest references_blobs = 6;
*/
build.bazel.remote.execution.v2.DigestOrBuilder getReferencesBlobsOrBuilder(
int index);
/**
* repeated .build.bazel.remote.execution.v2.Digest references_directories = 7;
*/
java.util.List
getReferencesDirectoriesList();
/**
* repeated .build.bazel.remote.execution.v2.Digest references_directories = 7;
*/
build.bazel.remote.execution.v2.Digest getReferencesDirectories(int index);
/**
* repeated .build.bazel.remote.execution.v2.Digest references_directories = 7;
*/
int getReferencesDirectoriesCount();
/**
* repeated .build.bazel.remote.execution.v2.Digest references_directories = 7;
*/
java.util.List extends build.bazel.remote.execution.v2.DigestOrBuilder>
getReferencesDirectoriesOrBuilderList();
/**
* repeated .build.bazel.remote.execution.v2.Digest references_directories = 7;
*/
build.bazel.remote.execution.v2.DigestOrBuilder getReferencesDirectoriesOrBuilder(
int index);
}