Class ProjectsResource.LocationsResource.RegistriesResource.GroupsResource
The "groups" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudIot.v1
Assembly: Google.Apis.CloudIot.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RegistriesResource.GroupsResource
Constructors
GroupsResource(IClientService)
Constructs a new resource.
Declaration
public GroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Devices
Gets the Devices resource.
Declaration
public virtual ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.DevicesResource Devices { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.DevicesResource |
Methods
GetIamPolicy(GetIamPolicyRequest, string)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
Declaration
public virtual ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.GetIamPolicyRequest GetIamPolicy(GetIamPolicyRequest body, string resource)
Parameters
Type | Name | Description |
---|---|---|
GetIamPolicyRequest | body | The body of the request. |
string | resource | REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.GetIamPolicyRequest |
SetIamPolicy(SetIamPolicyRequest, string)
Sets the access control policy on the specified resource. Replaces any existing policy.
Declaration
public virtual ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.SetIamPolicyRequest SetIamPolicy(SetIamPolicyRequest body, string resource)
Parameters
Type | Name | Description |
---|---|---|
SetIamPolicyRequest | body | The body of the request. |
string | resource | REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.SetIamPolicyRequest |
TestIamPermissions(TestIamPermissionsRequest, string)
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.
Declaration
public virtual ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.TestIamPermissionsRequest TestIamPermissions(TestIamPermissionsRequest body, string resource)
Parameters
Type | Name | Description |
---|---|---|
TestIamPermissionsRequest | body | The body of the request. |
string | resource | REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.TestIamPermissionsRequest |