Class ProjectsResource.NotesResource.GetRequest
Returns the requested Note
.
Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<Note>
ProjectsResource.NotesResource.GetRequest
Implements
Google.Apis.Requests.IClientServiceRequest<Note>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1alpha1
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class GetRequest : ContainerAnalysisBaseServiceRequest<Note>, IClientServiceRequest<Note>, IClientServiceRequest
Constructors
GetRequest(IClientService, String)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service | |
System.String | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.MethodName
Name
The name of the note in the form of "providers/{provider_id}/notes/{NOTE_ID}"
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.RestPath
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.ContainerAnalysis.v1alpha1.ContainerAnalysisBaseServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.InitParameters()
Implements
Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest