Class ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.GetConnectorSecretRequest
Get the secret for the associated connector.
Inheritance
ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.GetConnectorSecretRequest
Implements
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetConnectorSecretResponse>.Xgafv
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.DataConnectorResource.GetConnectorSecretRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaGetConnectorSecretResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaGetConnectorSecretResponse>, IClientServiceRequest
Constructors
GetConnectorSecretRequest(IClientService, string)
Constructs a new GetConnectorSecret request.
Declaration
public GetConnectorSecretRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
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 full resource name of the associated data connector.
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
InitParameters()
Initializes GetConnectorSecret parameter list.
Declaration
protected override void InitParameters()