public final class NotificationEndpoint extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| NotificationEndpoint() | 
| Modifier and Type | Method and Description | 
|---|---|
| NotificationEndpoint | clone() | 
| String | getCreationTimestamp()[Output Only] Creation timestamp in RFC3339 text format. | 
| String | getDescription()An optional description of this resource. | 
| NotificationEndpointGrpcSettings | getGrpcSettings()Settings of the gRPC notification endpoint including the endpoint URL and the retry duration. | 
| BigInteger | getId()[Output Only] A unique identifier for this resource type. | 
| String | getKind()[Output Only] Type of the resource. | 
| String | getName()Name of the resource. | 
| String | getRegion()[Output Only] URL of the region where the notification endpoint resides. | 
| String | getSelfLink()[Output Only] Server-defined URL for the resource. | 
| NotificationEndpoint | set(String fieldName,
   Object value) | 
| NotificationEndpoint | setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| NotificationEndpoint | setDescription(String description)An optional description of this resource. | 
| NotificationEndpoint | setGrpcSettings(NotificationEndpointGrpcSettings grpcSettings)Settings of the gRPC notification endpoint including the endpoint URL and the retry duration. | 
| NotificationEndpoint | setId(BigInteger id)[Output Only] A unique identifier for this resource type. | 
| NotificationEndpoint | setKind(String kind)[Output Only] Type of the resource. | 
| NotificationEndpoint | setName(String name)Name of the resource. | 
| NotificationEndpoint | setRegion(String region)[Output Only] URL of the region where the notification endpoint resides. | 
| NotificationEndpoint | setSelfLink(String selfLink)[Output Only] Server-defined URL for the resource. | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCreationTimestamp()
null for nonepublic NotificationEndpoint setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic NotificationEndpoint setDescription(String description)
description - description or null for nonepublic NotificationEndpointGrpcSettings getGrpcSettings()
null for nonepublic NotificationEndpoint setGrpcSettings(NotificationEndpointGrpcSettings grpcSettings)
grpcSettings - grpcSettings or null for nonepublic BigInteger getId()
null for nonepublic NotificationEndpoint setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic NotificationEndpoint setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic NotificationEndpoint setName(String name)
name - name or null for nonepublic String getRegion()
null for nonepublic NotificationEndpoint setRegion(String region)
region - region or null for nonepublic String getSelfLink()
null for nonepublic NotificationEndpoint setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic NotificationEndpoint set(String fieldName, Object value)
set in class GenericJsonpublic NotificationEndpoint clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.