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
Inherited Members
com.google.cloud.storage.UnifiedOpts.OptionShim.equals(java.lang.Object)
com.google.cloud.storage.UnifiedOpts.OptionShim.hashCode()
com.google.cloud.storage.UnifiedOpts.OptionShim.toString()
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 |
---|
Name | Description |
pageSize | long
|
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 |
---|
Name | Description |
pageToken | @org.checkerframework.checker.nullness.qual.NonNull java.lang.String
|
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 |
---|
Name | Description |
projectId | @org.checkerframework.checker.nullness.qual.NonNull java.lang.String
|