Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.ConfigResource.GetRequest

Get schema config at global level or for a subject.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<SchemaConfig>
ManagedKafkaBaseServiceRequest<SchemaConfig>
ProjectsResource.LocationsResource.SchemaRegistriesResource.ContextsResource.ConfigResource.GetRequest
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.ContextsResource.ConfigResource.GetRequest : ManagedKafkaBaseServiceRequest<SchemaConfig>, IClientServiceRequest<SchemaConfig>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

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

Properties

DefaultToGlobal

Optional. If true, the config will fall back to the config at the global level if no subject level config is found.

Declaration
[RequestParameter("defaultToGlobal", RequestParameterType.Query)]
public virtual bool? DefaultToGlobal { get; set; }
Property Value
Type Description
bool?

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 to get the config for. It can be either of following: * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config: Get config at global level. * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject}: Get 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
ClientServiceRequest<SchemaConfig>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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