google_api_android_device_provisioning v0.13.1 GoogleApi.AndroidDeviceProvisioning.V1.Api.Partners View Source
API calls for all endpoints tagged Partners
.
Link to this section Summary
Functions
Creates a customer for zero-touch enrollment. After the method returns successfully, admin and owner roles can manage devices and EMM configs by calling API methods or using their zero-touch enrollment portal. The customer receives an email that welcomes them to zero-touch enrollment and explains how to sign into the portal.
Lists the customers that are enrolled to the reseller identified by the
partnerId
argument. This list includes customers that the reseller
created and customers that enrolled themselves using the portal.
Claims a device for a customer and adds it to zero-touch enrollment. If the device is already claimed by another customer, the call returns an error.
Claims a batch of devices for a customer asynchronously. Adds the devices to zero-touch enrollment. To learn more, read Long‑running batch operations.
Finds devices by hardware identifiers, such as IMEI.
Finds devices claimed for customers. The results only contain devices
registered to the reseller that's identified by the partnerId
argument.
The customer's devices purchased from other resellers don't appear in the
results.
Gets a device.
Updates reseller metadata associated with the device.
Unclaims a device from a customer and removes it from zero-touch enrollment.
Unclaims a batch of devices for a customer asynchronously. Removes the devices from zero-touch enrollment. To learn more, read Long‑running batch operations.
Updates the reseller metadata attached to a batch of devices. This method
updates devices asynchronously and returns an Operation
that can be used
to track progress. Read Long‑running batch
operations.
Lists the customers of the vendor.
Lists the vendors of the partner.
Link to this section Functions
androiddeviceprovisioning_partners_customers_create(connection, parent, optional_params \\ [], opts \\ [])
View Sourceandroiddeviceprovisioning_partners_customers_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidDeviceProvisioning.V1.Model.Company.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Creates a customer for zero-touch enrollment. After the method returns successfully, admin and owner roles can manage devices and EMM configs by calling API methods or using their zero-touch enrollment portal. The customer receives an email that welcomes them to zero-touch enrollment and explains how to sign into the portal.
Parameters
connection
(type:GoogleApi.AndroidDeviceProvisioning.V1.Connection.t
) - Connection to serverparent
(type:String.t
) - Required. The parent resource ID in the formatpartners/[PARTNER_ID]
that identifies the reseller.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.CreateCustomerRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidDeviceProvisioning.V1.Model.Company{}}
on success{:error, info}
on failure
androiddeviceprovisioning_partners_customers_list(connection, partner_id, optional_params \\ [], opts \\ [])
View Sourceandroiddeviceprovisioning_partners_customers_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidDeviceProvisioning.V1.Model.ListCustomersResponse.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Lists the customers that are enrolled to the reseller identified by the
partnerId
argument. This list includes customers that the reseller
created and customers that enrolled themselves using the portal.
Parameters
connection
(type:GoogleApi.AndroidDeviceProvisioning.V1.Connection.t
) - Connection to serverpartner_id
(type:String.t
) - Required. The ID of the reseller partner.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:pageSize
(type:integer()
) - The maximum number of results to be returned. If not specified or 0, all the records are returned.:pageToken
(type:String.t
) - A token identifying a page of results returned by the server.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidDeviceProvisioning.V1.Model.ListCustomersResponse{}}
on success{:error, info}
on failure
androiddeviceprovisioning_partners_devices_claim(connection, partner_id, optional_params \\ [], opts \\ [])
View Sourceandroiddeviceprovisioning_partners_devices_claim( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidDeviceProvisioning.V1.Model.ClaimDeviceResponse.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Claims a device for a customer and adds it to zero-touch enrollment. If the device is already claimed by another customer, the call returns an error.
Parameters
connection
(type:GoogleApi.AndroidDeviceProvisioning.V1.Connection.t
) - Connection to serverpartner_id
(type:String.t
) - Required. The ID of the reseller partner.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.ClaimDeviceRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidDeviceProvisioning.V1.Model.ClaimDeviceResponse{}}
on success{:error, info}
on failure
androiddeviceprovisioning_partners_devices_claim_async(connection, partner_id, optional_params \\ [], opts \\ [])
View Sourceandroiddeviceprovisioning_partners_devices_claim_async( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidDeviceProvisioning.V1.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Claims a batch of devices for a customer asynchronously. Adds the devices to zero-touch enrollment. To learn more, read Long‑running batch operations.
Parameters
connection
(type:GoogleApi.AndroidDeviceProvisioning.V1.Connection.t
) - Connection to serverpartner_id
(type:String.t
) - Required. The ID of the reseller partner.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.ClaimDevicesRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidDeviceProvisioning.V1.Model.Operation{}}
on success{:error, info}
on failure
androiddeviceprovisioning_partners_devices_find_by_identifier(connection, partner_id, optional_params \\ [], opts \\ [])
View Sourceandroiddeviceprovisioning_partners_devices_find_by_identifier( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidDeviceProvisioning.V1.Model.FindDevicesByDeviceIdentifierResponse.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Finds devices by hardware identifiers, such as IMEI.
Parameters
connection
(type:GoogleApi.AndroidDeviceProvisioning.V1.Connection.t
) - Connection to serverpartner_id
(type:String.t
) - Required. The ID of the reseller partner.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.FindDevicesByDeviceIdentifierRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidDeviceProvisioning.V1.Model.FindDevicesByDeviceIdentifierResponse{}}
on success{:error, info}
on failure
androiddeviceprovisioning_partners_devices_find_by_owner(connection, partner_id, optional_params \\ [], opts \\ [])
View Sourceandroiddeviceprovisioning_partners_devices_find_by_owner( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidDeviceProvisioning.V1.Model.FindDevicesByOwnerResponse.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Finds devices claimed for customers. The results only contain devices
registered to the reseller that's identified by the partnerId
argument.
The customer's devices purchased from other resellers don't appear in the
results.
Parameters
connection
(type:GoogleApi.AndroidDeviceProvisioning.V1.Connection.t
) - Connection to serverpartner_id
(type:String.t
) - Required. The ID of the reseller partner.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.FindDevicesByOwnerRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidDeviceProvisioning.V1.Model.FindDevicesByOwnerResponse{}}
on success{:error, info}
on failure
androiddeviceprovisioning_partners_devices_get(connection, name, optional_params \\ [], opts \\ [])
View Sourceandroiddeviceprovisioning_partners_devices_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidDeviceProvisioning.V1.Model.Device.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Gets a device.
Parameters
connection
(type:GoogleApi.AndroidDeviceProvisioning.V1.Connection.t
) - Connection to servername
(type:String.t
) - Required. The device API resource name in the formatpartners/[PARTNER_ID]/devices/[DEVICE_ID]
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidDeviceProvisioning.V1.Model.Device{}}
on success{:error, info}
on failure
androiddeviceprovisioning_partners_devices_metadata(connection, metadata_owner_id, device_id, optional_params \\ [], opts \\ [])
View Sourceandroiddeviceprovisioning_partners_devices_metadata( Tesla.Env.client(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceMetadata.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Updates reseller metadata associated with the device.
Parameters
connection
(type:GoogleApi.AndroidDeviceProvisioning.V1.Connection.t
) - Connection to servermetadata_owner_id
(type:String.t
) - Required. The owner of the newly set metadata. Set this to the partner ID.device_id
(type:String.t
) - Required. The ID of the device.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.UpdateDeviceMetadataRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceMetadata{}}
on success{:error, info}
on failure
androiddeviceprovisioning_partners_devices_unclaim(connection, partner_id, optional_params \\ [], opts \\ [])
View Sourceandroiddeviceprovisioning_partners_devices_unclaim( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidDeviceProvisioning.V1.Model.Empty.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Unclaims a device from a customer and removes it from zero-touch enrollment.
Parameters
connection
(type:GoogleApi.AndroidDeviceProvisioning.V1.Connection.t
) - Connection to serverpartner_id
(type:String.t
) - Required. The ID of the reseller partner.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.UnclaimDeviceRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidDeviceProvisioning.V1.Model.Empty{}}
on success{:error, info}
on failure
androiddeviceprovisioning_partners_devices_unclaim_async(connection, partner_id, optional_params \\ [], opts \\ [])
View Sourceandroiddeviceprovisioning_partners_devices_unclaim_async( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidDeviceProvisioning.V1.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Unclaims a batch of devices for a customer asynchronously. Removes the devices from zero-touch enrollment. To learn more, read Long‑running batch operations.
Parameters
connection
(type:GoogleApi.AndroidDeviceProvisioning.V1.Connection.t
) - Connection to serverpartner_id
(type:String.t
) - Required. The reseller partner ID.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.UnclaimDevicesRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidDeviceProvisioning.V1.Model.Operation{}}
on success{:error, info}
on failure
androiddeviceprovisioning_partners_devices_update_metadata_async(connection, partner_id, optional_params \\ [], opts \\ [])
View Sourceandroiddeviceprovisioning_partners_devices_update_metadata_async( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidDeviceProvisioning.V1.Model.Operation.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Updates the reseller metadata attached to a batch of devices. This method
updates devices asynchronously and returns an Operation
that can be used
to track progress. Read Long‑running batch
operations.
Parameters
connection
(type:GoogleApi.AndroidDeviceProvisioning.V1.Connection.t
) - Connection to serverpartner_id
(type:String.t
) - Required. The reseller partner ID.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:body
(type:GoogleApi.AndroidDeviceProvisioning.V1.Model.UpdateDeviceMetadataInBatchRequest.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidDeviceProvisioning.V1.Model.Operation{}}
on success{:error, info}
on failure
androiddeviceprovisioning_partners_vendors_customers_list(connection, parent, optional_params \\ [], opts \\ [])
View Sourceandroiddeviceprovisioning_partners_vendors_customers_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidDeviceProvisioning.V1.Model.ListVendorCustomersResponse.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Lists the customers of the vendor.
Parameters
connection
(type:GoogleApi.AndroidDeviceProvisioning.V1.Connection.t
) - Connection to serverparent
(type:String.t
) - Required. The resource name in the formatpartners/[PARTNER_ID]/vendors/[VENDOR_ID]
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:pageSize
(type:integer()
) - The maximum number of results to be returned.:pageToken
(type:String.t
) - A token identifying a page of results returned by the server.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidDeviceProvisioning.V1.Model.ListVendorCustomersResponse{}}
on success{:error, info}
on failure
androiddeviceprovisioning_partners_vendors_list(connection, parent, optional_params \\ [], opts \\ [])
View Sourceandroiddeviceprovisioning_partners_vendors_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.AndroidDeviceProvisioning.V1.Model.ListVendorsResponse.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Lists the vendors of the partner.
Parameters
connection
(type:GoogleApi.AndroidDeviceProvisioning.V1.Connection.t
) - Connection to serverparent
(type:String.t
) - Required. The resource name in the formatpartners/[PARTNER_ID]
.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:pageSize
(type:integer()
) - The maximum number of results to be returned.:pageToken
(type:String.t
) - A token identifying a page of results returned by the server.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.AndroidDeviceProvisioning.V1.Model.ListVendorsResponse{}}
on success{:error, info}
on failure