Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AnnouncementsResource

The "announcements" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AnnouncementsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMwareEngine.v1
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AnnouncementsResource

Constructors

AnnouncementsResource(IClientService)

Constructs a new resource.

Declaration
public AnnouncementsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Retrieves a Announcement by its resource name.

Declaration
public virtual ProjectsResource.LocationsResource.AnnouncementsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of the announcement to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-west1-a/announcements/announcement-uuid

Returns
Type Description
ProjectsResource.LocationsResource.AnnouncementsResource.GetRequest

List(string)

Lists Announcements for a given region and project

Declaration
public virtual ProjectsResource.LocationsResource.AnnouncementsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the location to be queried for announcements. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-west1-a

Returns
Type Description
ProjectsResource.LocationsResource.AnnouncementsResource.ListRequest
In this article
Back to top Generated by DocFX