Class Storage.ListHmacKeysOption (2.22.3)

public static class Storage.ListHmacKeysOption extends Option<UnifiedOpts.HmacKeyListOpt>

Class for specifying listHmacKeys options

Inheritance

java.lang.Object > com.google.cloud.storage.UnifiedOpts.OptionShim > Option > Storage.ListHmacKeysOption

Static Methods

maxResults(long pageSize)

public static Storage.ListHmacKeysOption maxResults(long pageSize)

Returns an option for the maximum amount of HMAC keys returned per page.

Parameter
NameDescription
pageSizelong
Returns
TypeDescription
Storage.ListHmacKeysOption

pageToken(@NonNull String pageToken)

public static Storage.ListHmacKeysOption pageToken(@NonNull String pageToken)

Returns an option to specify the page token from which to start listing HMAC keys.

Parameter
NameDescription
pageToken@org.checkerframework.checker.nullness.qual.NonNull java.lang.String
Returns
TypeDescription
Storage.ListHmacKeysOption

projectId(@NonNull String projectId)

public static Storage.ListHmacKeysOption projectId(@NonNull String projectId)

Returns an option to specify the Project ID for this request. If not specified, defaults to Application Default Credentials.

Parameter
NameDescription
projectId@org.checkerframework.checker.nullness.qual.NonNull java.lang.String
<
Returns
TypeDescription