Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SchemaRegistriesResource.ConfigResource.DeleteRequest

Delete schema config for a subject.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<SchemaConfig>
ManagedKafkaBaseServiceRequest<SchemaConfig>
ProjectsResource.LocationsResource.SchemaRegistriesResource.ConfigResource.DeleteRequest
Implements
IClientServiceRequest<SchemaConfig>
IClientServiceRequest
Inherited Members
ManagedKafkaBaseServiceRequest<SchemaConfig>.Xgafv
ManagedKafkaBaseServiceRequest<SchemaConfig>.AccessToken
ManagedKafkaBaseServiceRequest<SchemaConfig>.Alt
ManagedKafkaBaseServiceRequest<SchemaConfig>.Callback
ManagedKafkaBaseServiceRequest<SchemaConfig>.Fields
ManagedKafkaBaseServiceRequest<SchemaConfig>.Key
ManagedKafkaBaseServiceRequest<SchemaConfig>.OauthToken
ManagedKafkaBaseServiceRequest<SchemaConfig>.PrettyPrint
ManagedKafkaBaseServiceRequest<SchemaConfig>.QuotaUser
ManagedKafkaBaseServiceRequest<SchemaConfig>.UploadType
ManagedKafkaBaseServiceRequest<SchemaConfig>.UploadProtocol
ClientServiceRequest<SchemaConfig>.Execute()
ClientServiceRequest<SchemaConfig>.ExecuteAsStream()
ClientServiceRequest<SchemaConfig>.ExecuteAsync()
ClientServiceRequest<SchemaConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<SchemaConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<SchemaConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<SchemaConfig>.CreateRequest(bool?)
ClientServiceRequest<SchemaConfig>.GenerateRequestUri()
ClientServiceRequest<SchemaConfig>.GetBody()
ClientServiceRequest<SchemaConfig>.GetDefaultETagAction(string)
ClientServiceRequest<SchemaConfig>.ETagAction
ClientServiceRequest<SchemaConfig>.ModifyRequest
ClientServiceRequest<SchemaConfig>.ValidateParameters
ClientServiceRequest<SchemaConfig>.ApiVersion
ClientServiceRequest<SchemaConfig>.RequestParameters
ClientServiceRequest<SchemaConfig>.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.ManagedKafka.v1
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SchemaRegistriesResource.ConfigResource.DeleteRequest : ManagedKafkaBaseServiceRequest<SchemaConfig>, IClientServiceRequest<SchemaConfig>, IClientServiceRequest

Constructors

DeleteRequest(IClientService, string)

Constructs a new Delete request.

Declaration
public DeleteRequest(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<SchemaConfig>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The resource name of subject to delete the config for. The format is * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject}

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<SchemaConfig>.RestPath

Methods

InitParameters()

Initializes Delete parameter list.

Declaration
protected override void InitParameters()
Overrides
ManagedKafkaBaseServiceRequest<SchemaConfig>.InitParameters()

Implements

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