Show / Hide Table of Contents

Class InboundOidcSsoProfilesResource.GetRequest

Gets an InboundOidcSsoProfile.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<InboundOidcSsoProfile>
CloudIdentityBaseServiceRequest<InboundOidcSsoProfile>
InboundOidcSsoProfilesResource.GetRequest
Implements
IClientServiceRequest<InboundOidcSsoProfile>
IClientServiceRequest
Inherited Members
CloudIdentityBaseServiceRequest<InboundOidcSsoProfile>.Xgafv
CloudIdentityBaseServiceRequest<InboundOidcSsoProfile>.AccessToken
CloudIdentityBaseServiceRequest<InboundOidcSsoProfile>.Alt
CloudIdentityBaseServiceRequest<InboundOidcSsoProfile>.Callback
CloudIdentityBaseServiceRequest<InboundOidcSsoProfile>.Fields
CloudIdentityBaseServiceRequest<InboundOidcSsoProfile>.Key
CloudIdentityBaseServiceRequest<InboundOidcSsoProfile>.OauthToken
CloudIdentityBaseServiceRequest<InboundOidcSsoProfile>.PrettyPrint
CloudIdentityBaseServiceRequest<InboundOidcSsoProfile>.QuotaUser
CloudIdentityBaseServiceRequest<InboundOidcSsoProfile>.UploadType
CloudIdentityBaseServiceRequest<InboundOidcSsoProfile>.UploadProtocol
ClientServiceRequest<InboundOidcSsoProfile>.Execute()
ClientServiceRequest<InboundOidcSsoProfile>.ExecuteAsStream()
ClientServiceRequest<InboundOidcSsoProfile>.ExecuteAsync()
ClientServiceRequest<InboundOidcSsoProfile>.ExecuteAsync(CancellationToken)
ClientServiceRequest<InboundOidcSsoProfile>.ExecuteAsStreamAsync()
ClientServiceRequest<InboundOidcSsoProfile>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<InboundOidcSsoProfile>.CreateRequest(bool?)
ClientServiceRequest<InboundOidcSsoProfile>.GenerateRequestUri()
ClientServiceRequest<InboundOidcSsoProfile>.GetBody()
ClientServiceRequest<InboundOidcSsoProfile>.GetDefaultETagAction(string)
ClientServiceRequest<InboundOidcSsoProfile>.ETagAction
ClientServiceRequest<InboundOidcSsoProfile>.ModifyRequest
ClientServiceRequest<InboundOidcSsoProfile>.ValidateParameters
ClientServiceRequest<InboundOidcSsoProfile>.ApiVersion
ClientServiceRequest<InboundOidcSsoProfile>.RequestParameters
ClientServiceRequest<InboundOidcSsoProfile>.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.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class InboundOidcSsoProfilesResource.GetRequest : CloudIdentityBaseServiceRequest<InboundOidcSsoProfile>, IClientServiceRequest<InboundOidcSsoProfile>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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<InboundOidcSsoProfile>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The resource name of the InboundOidcSsoProfile to get. Format: inboundOidcSsoProfiles/{sso_profile_id}

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudIdentityBaseServiceRequest<InboundOidcSsoProfile>.InitParameters()

Implements

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