Show / Hide Table of Contents

Class OrganizationsResource.ProtectedResourcesResource.SearchRequest

Returns metadata about the resources protected by the given Cloud KMS CryptoKey in the given Cloud organization.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>
OrganizationsResource.ProtectedResourcesResource.SearchRequest
Implements
IClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>
IClientServiceRequest
Inherited Members
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.Xgafv
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.AccessToken
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.Alt
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.Callback
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.Fields
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.Key
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.OauthToken
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.PrettyPrint
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.QuotaUser
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.UploadType
KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.Execute()
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.GetBody()
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.ETagAction
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.ApiVersion
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.RequestParameters
ClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>.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 OrganizationsResource.ProtectedResourcesResource.SearchRequest : KmsinventoryBaseServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>, IClientServiceRequest<GoogleCloudKmsInventoryV1SearchProtectedResourcesResponse>, IClientServiceRequest

Constructors

SearchRequest(IClientService, string)

Constructs a new Search request.

Declaration
public SearchRequest(IClientService service, string scope)
Parameters
Type Name Description
IClientService service
string scope

Properties

CryptoKey

Required. The resource name of the CryptoKey.

Declaration
[RequestParameter("cryptoKey", RequestParameterType.Query)]
public virtual string CryptoKey { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of resources to return. The service may return fewer than this value. If unspecified, at most 500 resources will be returned. The maximum value is 500; values above 500 will be coerced to 500.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A page token, received from a previous KeyTrackingService.SearchProtectedResources call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to KeyTrackingService.SearchProtectedResources must match the call that provided the page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

ResourceTypes

Optional. A list of resource types that this request searches for. If empty, it will search all the trackable resource types. Regular expressions are also supported. For example: * compute.googleapis.com.* snapshots resources whose type starts with compute.googleapis.com. * .*Image snapshots resources whose type ends with Image. * .*Image.* snapshots resources whose type contains Image. See RE2 for all supported regular expression syntax. If the regular expression does not match any supported resource type, an INVALID_ARGUMENT error will be returned.

Declaration
[RequestParameter("resourceTypes", RequestParameterType.Query)]
public virtual Repeatable<string> ResourceTypes { get; set; }
Property Value
Type Description
Repeatable<string>

RestPath

Gets the REST path.

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

Scope

Required. Resource name of the organization. Example: organizations/123

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

Methods

InitParameters()

Initializes Search parameter list.

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

Implements

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