public sealed class SessionTemplateControllerSettings : ServiceSettingsBase
Reference documentation and code samples for the Google Cloud Dataproc v1 API class SessionTemplateControllerSettings.
Settings for SessionTemplateControllerClient instances.
Namespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
SessionTemplateControllerSettings()
public SessionTemplateControllerSettings()
Constructs a new SessionTemplateControllerSettings object with default settings.
Properties
CreateSessionTemplateSettings
public CallSettings CreateSessionTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
SessionTemplateControllerClient.CreateSessionTemplate
and
SessionTemplateControllerClient.CreateSessionTemplateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteSessionTemplateSettings
public CallSettings DeleteSessionTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
SessionTemplateControllerClient.DeleteSessionTemplate
and
SessionTemplateControllerClient.DeleteSessionTemplateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetSessionTemplateSettings
public CallSettings GetSessionTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
SessionTemplateControllerClient.GetSessionTemplate
and
SessionTemplateControllerClient.GetSessionTemplateAsync
.
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 |
ListSessionTemplatesSettings
public CallSettings ListSessionTemplatesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
SessionTemplateControllerClient.ListSessionTemplates
and
SessionTemplateControllerClient.ListSessionTemplatesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
UpdateSessionTemplateSettings
public CallSettings UpdateSessionTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
SessionTemplateControllerClient.UpdateSessionTemplate
and
SessionTemplateControllerClient.UpdateSessionTemplateAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public SessionTemplateControllerSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
SessionTemplateControllerSettings |
A deep clone of this SessionTemplateControllerSettings object. |
GetDefault()
public static SessionTemplateControllerSettings GetDefault()
Get a new instance of the default SessionTemplateControllerSettings.
Returns | |
---|---|
Type | Description |
SessionTemplateControllerSettings |
A new instance of the default SessionTemplateControllerSettings. |