public sealed class SchemaServiceSettings : ServiceSettingsBaseSettings for SchemaServiceClient instances.
Inheritance
System.Object > Google.Api.Gax.Grpc.ServiceSettingsBase > SchemaServiceSettingsNamespace
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; }Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
SchemaServiceClient.CreateSchema and SchemaServiceClient.CreateSchemaAsync.
| Property Value | |
|---|---|
| Type | Description |
Google.Api.Gax.Grpc.CallSettings |
|
- This call will not be retried.
- No timeout is applied.
DeleteSchemaSettings
public CallSettings DeleteSchemaSettings { get; set; }Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
SchemaServiceClient.DeleteSchema and SchemaServiceClient.DeleteSchemaAsync.
| Property Value | |
|---|---|
| Type | Description |
Google.Api.Gax.Grpc.CallSettings |
|
- This call will not be retried.
- No timeout is applied.
GetSchemaSettings
public CallSettings GetSchemaSettings { get; set; }Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
SchemaServiceClient.GetSchema and SchemaServiceClient.GetSchemaAsync.
| Property Value | |
|---|---|
| Type | Description |
Google.Api.Gax.Grpc.CallSettings |
|
- This call will not be retried.
- No timeout is applied.
ListSchemasSettings
public CallSettings ListSchemasSettings { get; set; }Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
SchemaServiceClient.ListSchemas and SchemaServiceClient.ListSchemasAsync.
| Property Value | |
|---|---|
| Type | Description |
Google.Api.Gax.Grpc.CallSettings |
|
- This call will not be retried.
- No timeout is applied.
ValidateMessageSettings
public CallSettings ValidateMessageSettings { get; set; }Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
SchemaServiceClient.ValidateMessage and SchemaServiceClient.ValidateMessageAsync.
| Property Value | |
|---|---|
| Type | Description |
Google.Api.Gax.Grpc.CallSettings |
|
- This call will not be retried.
- No timeout is applied.
ValidateSchemaSettings
public CallSettings ValidateSchemaSettings { get; set; }Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
SchemaServiceClient.ValidateSchema and SchemaServiceClient.ValidateSchemaAsync.
| Property Value | |
|---|---|
| Type | Description |
Google.Api.Gax.Grpc.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. |