public sealed class SchemaServiceSettings : ServiceSettingsBase
Settings for SchemaServiceClient instances.
Namespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
SchemaServiceSettings()
public SchemaServiceSettings()
Constructs a new SchemaServiceSettings object with default settings.
Properties
CreateSchemaSettings
public CallSettings CreateSchemaSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
SchemaServiceClient.CreateSchema
and SchemaServiceClient.CreateSchemaAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteSchemaSettings
public CallSettings DeleteSchemaSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
SchemaServiceClient.DeleteSchema
and SchemaServiceClient.DeleteSchemaAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetSchemaSettings
public CallSettings GetSchemaSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
SchemaServiceClient.GetSchema
and SchemaServiceClient.GetSchemaAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
IAMPolicySettings
public IAMPolicySettings IAMPolicySettings { get; set; }
The settings to use for the IAMPolicyClient associated with the client.
Property Value | |
---|---|
Type | Description |
IAMPolicySettings |
ListSchemasSettings
public CallSettings ListSchemasSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
SchemaServiceClient.ListSchemas
and SchemaServiceClient.ListSchemasAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ValidateMessageSettings
public CallSettings ValidateMessageSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
SchemaServiceClient.ValidateMessage
and SchemaServiceClient.ValidateMessageAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ValidateSchemaSettings
public CallSettings ValidateSchemaSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
SchemaServiceClient.ValidateSchema
and SchemaServiceClient.ValidateSchemaAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public SchemaServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
SchemaServiceSettings | A deep clone of this SchemaServiceSettings object. |
GetDefault()
public static SchemaServiceSettings GetDefault()
Get a new instance of the default SchemaServiceSettings.
Returns | |
---|---|
Type | Description |
SchemaServiceSettings | A new instance of the default SchemaServiceSettings. |