Show / Hide Table of Contents

Class AisafetyResource.ClassifyContentRequest

Analyze a piece of content with the provided set of policies.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>
ChecksServiceBaseServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>
AisafetyResource.ClassifyContentRequest
Implements
IClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>
IClientServiceRequest
Inherited Members
ChecksServiceBaseServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.Xgafv
ChecksServiceBaseServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.AccessToken
ChecksServiceBaseServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.Alt
ChecksServiceBaseServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.Callback
ChecksServiceBaseServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.Fields
ChecksServiceBaseServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.Key
ChecksServiceBaseServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.OauthToken
ChecksServiceBaseServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.PrettyPrint
ChecksServiceBaseServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.QuotaUser
ChecksServiceBaseServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.UploadType
ChecksServiceBaseServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.UploadProtocol
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.Execute()
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.ExecuteAsync()
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.ETagAction
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.ModifyRequest
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.ValidateParameters
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.ApiVersion
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.RequestParameters
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.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.ChecksService.v1alpha
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class AisafetyResource.ClassifyContentRequest : ChecksServiceBaseServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>, IClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>, IClientServiceRequest

Constructors

ClassifyContentRequest(IClientService, GoogleChecksAisafetyV1alphaClassifyContentRequest)

Constructs a new ClassifyContent request.

Declaration
public ClassifyContentRequest(IClientService service, GoogleChecksAisafetyV1alphaClassifyContentRequest body)
Parameters
Type Name Description
IClientService service
GoogleChecksAisafetyV1alphaClassifyContentRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.GetBody()

InitParameters()

Initializes ClassifyContent parameter list.

Declaration
protected override void InitParameters()
Overrides
ChecksServiceBaseServiceRequest<GoogleChecksAisafetyV1alphaClassifyContentResponse>.InitParameters()

Implements

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