Class ListCredentialsRequest
java.lang.Object
com.google.genai.gaos.models.operations.ListCredentialsRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionListCredentialsRequest(String apiVersion, Integer pageSize, String pageToken) -
Method Summary
Modifier and TypeMethodDescriptionWhich version of the API to use.builder()booleaninthashCode()pageSize()Optional.Optional.toString()withApiVersion(String apiVersion) Which version of the API to use.withPageSize(Integer pageSize) Optional.withPageToken(String pageToken) Optional.
-
Constructor Details
-
ListCredentialsRequest
-
ListCredentialsRequest
public ListCredentialsRequest()
-
-
Method Details
-
apiVersion
Which version of the API to use. -
pageSize
Optional. Maximum number of credentials to return. If unspecified, defaults to 50. Maximum is 1000. -
pageToken
Optional. Pagination token. -
builder
-
withApiVersion
Which version of the API to use. -
withPageSize
Optional. Maximum number of credentials to return. If unspecified, defaults to 50. Maximum is 1000. -
withPageToken
Optional. Pagination token. -
equals
-
hashCode
public int hashCode() -
toString
-