public static final class GetRegionNotificationEndpointRequest.Builder extends GeneratedMessageV3.Builder<GetRegionNotificationEndpointRequest.Builder> implements GetRegionNotificationEndpointRequestOrBuilderA request message for RegionNotificationEndpoints.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetRegionNotificationEndpointRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetRegionNotificationEndpointRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetRegionNotificationEndpointRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder |
build()
public GetRegionNotificationEndpointRequest build()| Type | Description |
| GetRegionNotificationEndpointRequest |
buildPartial()
public GetRegionNotificationEndpointRequest buildPartial()| Type | Description |
| GetRegionNotificationEndpointRequest |
clear()
public GetRegionNotificationEndpointRequest.Builder clear()| Type | Description |
| GetRegionNotificationEndpointRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetRegionNotificationEndpointRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder |
clearNotificationEndpoint()
public GetRegionNotificationEndpointRequest.Builder clearNotificationEndpoint()Name of the NotificationEndpoint resource to return.
string notification_endpoint = 376807017 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetRegionNotificationEndpointRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder |
clearProject()
public GetRegionNotificationEndpointRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder | This builder for chaining. |
clearRegion()
public GetRegionNotificationEndpointRequest.Builder clearRegion()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder | This builder for chaining. |
clone()
public GetRegionNotificationEndpointRequest.Builder clone()| Type | Description |
| GetRegionNotificationEndpointRequest.Builder |
getDefaultInstanceForType()
public GetRegionNotificationEndpointRequest getDefaultInstanceForType()| Type | Description |
| GetRegionNotificationEndpointRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getNotificationEndpoint()
public String getNotificationEndpoint()Name of the NotificationEndpoint resource to return.
string notification_endpoint = 376807017 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The notificationEndpoint. |
getNotificationEndpointBytes()
public ByteString getNotificationEndpointBytes()Name of the NotificationEndpoint resource to return.
string notification_endpoint = 376807017 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for notificationEndpoint. |
getProject()
public String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for project. |
getRegion()
public String getRegion()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The region. |
getRegionBytes()
public ByteString getRegionBytes()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for region. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(GetRegionNotificationEndpointRequest other)
public GetRegionNotificationEndpointRequest.Builder mergeFrom(GetRegionNotificationEndpointRequest other)| Name | Description |
| other | GetRegionNotificationEndpointRequest |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetRegionNotificationEndpointRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public GetRegionNotificationEndpointRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetRegionNotificationEndpointRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetRegionNotificationEndpointRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder |
setNotificationEndpoint(String value)
public GetRegionNotificationEndpointRequest.Builder setNotificationEndpoint(String value)Name of the NotificationEndpoint resource to return.
string notification_endpoint = 376807017 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe notificationEndpoint to set. |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder | This builder for chaining. |
setNotificationEndpointBytes(ByteString value)
public GetRegionNotificationEndpointRequest.Builder setNotificationEndpointBytes(ByteString value)Name of the NotificationEndpoint resource to return.
string notification_endpoint = 376807017 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for notificationEndpoint to set. |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder | This builder for chaining. |
setProject(String value)
public GetRegionNotificationEndpointRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe project to set. |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder | This builder for chaining. |
setProjectBytes(ByteString value)
public GetRegionNotificationEndpointRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for project to set. |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder | This builder for chaining. |
setRegion(String value)
public GetRegionNotificationEndpointRequest.Builder setRegion(String value)Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe region to set. |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder | This builder for chaining. |
setRegionBytes(ByteString value)
public GetRegionNotificationEndpointRequest.Builder setRegionBytes(ByteString value)Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for region to set. |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetRegionNotificationEndpointRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetRegionNotificationEndpointRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetRegionNotificationEndpointRequest.Builder |