ProjectsLocationsAuthConfigsResource class

Constructors

ProjectsLocationsAuthConfigsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudIntegrationsV1alphaAuthConfig request, String parent, {String? clientCertificate_encryptedPrivateKey, String? clientCertificate_passphrase, String? clientCertificate_sslCertificate, String? $fields}) Future<GoogleCloudIntegrationsV1alphaAuthConfig>
Creates an auth config record.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes an auth config.
get(String name, {String? $fields}) Future<GoogleCloudIntegrationsV1alphaAuthConfig>
Gets a complete auth config.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? readMask, String? $fields}) Future<GoogleCloudIntegrationsV1alphaListAuthConfigsResponse>
Lists all auth configs that match the filter.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudIntegrationsV1alphaAuthConfig request, String name, {String? clientCertificate_encryptedPrivateKey, String? clientCertificate_passphrase, String? clientCertificate_sslCertificate, String? updateMask, String? $fields}) Future<GoogleCloudIntegrationsV1alphaAuthConfig>
Updates an auth config.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited