Class ProjectsResource.LocationsResource.SchemaRegistriesResource.ConfigResource.UpdateRequest
Update config at global level or for a subject. Creates a SchemaSubject-level SchemaConfig if it does not exist.
Inheritance
ProjectsResource.LocationsResource.SchemaRegistriesResource.ConfigResource.UpdateRequest
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SchemaRegistriesResource.ConfigResource.UpdateRequest : ManagedKafkaBaseServiceRequest<SchemaConfig>, IClientServiceRequest<SchemaConfig>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, UpdateSchemaConfigRequest, string)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, UpdateSchemaConfigRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
UpdateSchemaConfigRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The resource name to update the config for. It can be either of following: * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config: Update config at global level. * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject}: Update config for a specific 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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()