Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.KeyRingsResource.CryptoKeysResource.GetProtectedResourcesSummaryRequest

Returns aggregate information about the resources protected by the given Cloud KMS CryptoKey. Only resources within the same Cloud organization as the key will be returned. The project that holds the key must be part of an organization in order for this call to succeed.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>
ProjectsResource.LocationsResource.KeyRingsResource.CryptoKeysResource.GetProtectedResourcesSummaryRequest
Implements
IClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>
IClientServiceRequest
Inherited Members
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.Xgafv
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.AccessToken
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.Alt
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.Callback
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.Fields
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.Key
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.OauthToken
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.PrettyPrint
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.QuotaUser
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.UploadType
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.UploadProtocol
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.Execute()
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.ExecuteAsync()
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.GetBody()
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.ETagAction
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.ModifyRequest
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.ValidateParameters
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.ApiVersion
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.RequestParameters
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Kmsinventory.v1
Assembly: Google.Apis.Kmsinventory.v1.dll
Syntax
public class ProjectsResource.LocationsResource.KeyRingsResource.CryptoKeysResource.GetProtectedResourcesSummaryRequest : KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>, IClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>, IClientServiceRequest

Constructors

GetProtectedResourcesSummaryRequest(IClientService, string)

Constructs a new GetProtectedResourcesSummary request.

Declaration
public GetProtectedResourcesSummaryRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.MethodName

Name

Required. The resource name of the CryptoKey.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.RestPath

Methods

InitParameters()

Initializes GetProtectedResourcesSummary parameter list.

Declaration
protected override void InitParameters()
Overrides
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1ProtectedResourcesSummary>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX