Show / Hide Table of Contents

Class ServicesResource.ProjectsResource.GlobalResource.NetworksResource.GetVpcServiceControlsRequest

Consumers use this method to find out the state of VPC Service Controls. The controls could be enabled or disabled for a connection.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<VpcServiceControls>
ServiceNetworkingBaseServiceRequest<VpcServiceControls>
ServicesResource.ProjectsResource.GlobalResource.NetworksResource.GetVpcServiceControlsRequest
Implements
IClientServiceRequest<VpcServiceControls>
IClientServiceRequest
Inherited Members
ServiceNetworkingBaseServiceRequest<VpcServiceControls>.Xgafv
ServiceNetworkingBaseServiceRequest<VpcServiceControls>.AccessToken
ServiceNetworkingBaseServiceRequest<VpcServiceControls>.Alt
ServiceNetworkingBaseServiceRequest<VpcServiceControls>.Callback
ServiceNetworkingBaseServiceRequest<VpcServiceControls>.Fields
ServiceNetworkingBaseServiceRequest<VpcServiceControls>.Key
ServiceNetworkingBaseServiceRequest<VpcServiceControls>.OauthToken
ServiceNetworkingBaseServiceRequest<VpcServiceControls>.PrettyPrint
ServiceNetworkingBaseServiceRequest<VpcServiceControls>.QuotaUser
ServiceNetworkingBaseServiceRequest<VpcServiceControls>.UploadType
ServiceNetworkingBaseServiceRequest<VpcServiceControls>.UploadProtocol
ClientServiceRequest<VpcServiceControls>.Execute()
ClientServiceRequest<VpcServiceControls>.ExecuteAsStream()
ClientServiceRequest<VpcServiceControls>.ExecuteAsync()
ClientServiceRequest<VpcServiceControls>.ExecuteAsync(CancellationToken)
ClientServiceRequest<VpcServiceControls>.ExecuteAsStreamAsync()
ClientServiceRequest<VpcServiceControls>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<VpcServiceControls>.CreateRequest(bool?)
ClientServiceRequest<VpcServiceControls>.GenerateRequestUri()
ClientServiceRequest<VpcServiceControls>.GetBody()
ClientServiceRequest<VpcServiceControls>.GetDefaultETagAction(string)
ClientServiceRequest<VpcServiceControls>.ETagAction
ClientServiceRequest<VpcServiceControls>.ModifyRequest
ClientServiceRequest<VpcServiceControls>.ValidateParameters
ClientServiceRequest<VpcServiceControls>.ApiVersion
ClientServiceRequest<VpcServiceControls>.RequestParameters
ClientServiceRequest<VpcServiceControls>.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.ServiceNetworking.v1
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class ServicesResource.ProjectsResource.GlobalResource.NetworksResource.GetVpcServiceControlsRequest : ServiceNetworkingBaseServiceRequest<VpcServiceControls>, IClientServiceRequest<VpcServiceControls>, IClientServiceRequest

Constructors

GetVpcServiceControlsRequest(IClientService, string)

Constructs a new GetVpcServiceControls request.

Declaration
public GetVpcServiceControlsRequest(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
ClientServiceRequest<VpcServiceControls>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<VpcServiceControls>.MethodName

Name

Required. Name of the VPC Service Controls config to retrieve in the format: services/{service}/projects/{project}/global/networks/{network}. {service} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is servicenetworking.googleapis.com. {project} is a project number e.g. 12345 that contains the service consumer's VPC network. {network} is the name of the service consumer's VPC network.

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<VpcServiceControls>.RestPath

Methods

InitParameters()

Initializes GetVpcServiceControls parameter list.

Declaration
protected override void InitParameters()
Overrides
ServiceNetworkingBaseServiceRequest<VpcServiceControls>.InitParameters()

Implements

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