public static final class UnbindDeviceFromGatewayRequest.Builder extends GeneratedMessage.Builder<UnbindDeviceFromGatewayRequest.Builder> implements UnbindDeviceFromGatewayRequestOrBuilder Request for UnbindDeviceFromGateway.
Protobuf type google.cloud.iot.v1.UnbindDeviceFromGatewayRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UnbindDeviceFromGatewayRequest.BuilderImplements
UnbindDeviceFromGatewayRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UnbindDeviceFromGatewayRequest build()| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest |
|
buildPartial()
public UnbindDeviceFromGatewayRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest |
|
clear()
public UnbindDeviceFromGatewayRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest.Builder |
|
clearDeviceId()
public UnbindDeviceFromGatewayRequest.Builder clearDeviceId() Required. The device to disassociate from the specified gateway. The value of
device_id can be either the device numeric ID or the user-defined device
identifier.
string device_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest.Builder |
This builder for chaining. |
clearGatewayId()
public UnbindDeviceFromGatewayRequest.Builder clearGatewayId() Required. The value of gateway_id can be either the device numeric ID or the
user-defined device identifier.
string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest.Builder |
This builder for chaining. |
clearParent()
public UnbindDeviceFromGatewayRequest.Builder clearParent() Required. The name of the registry. For example,
projects/example-project/locations/us-central1/registries/my-registry.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public UnbindDeviceFromGatewayRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDeviceId()
public String getDeviceId() Required. The device to disassociate from the specified gateway. The value of
device_id can be either the device numeric ID or the user-defined device
identifier.
string device_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The deviceId. |
getDeviceIdBytes()
public ByteString getDeviceIdBytes() Required. The device to disassociate from the specified gateway. The value of
device_id can be either the device numeric ID or the user-defined device
identifier.
string device_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for deviceId. |
getGatewayId()
public String getGatewayId() Required. The value of gateway_id can be either the device numeric ID or the
user-defined device identifier.
string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The gatewayId. |
getGatewayIdBytes()
public ByteString getGatewayIdBytes() Required. The value of gateway_id can be either the device numeric ID or the
user-defined device identifier.
string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gatewayId. |
getParent()
public String getParent() Required. The name of the registry. For example,
projects/example-project/locations/us-central1/registries/my-registry.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The name of the registry. For example,
projects/example-project/locations/us-central1/registries/my-registry.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UnbindDeviceFromGatewayRequest other)
public UnbindDeviceFromGatewayRequest.Builder mergeFrom(UnbindDeviceFromGatewayRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UnbindDeviceFromGatewayRequest |
| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UnbindDeviceFromGatewayRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UnbindDeviceFromGatewayRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest.Builder |
|
setDeviceId(String value)
public UnbindDeviceFromGatewayRequest.Builder setDeviceId(String value) Required. The device to disassociate from the specified gateway. The value of
device_id can be either the device numeric ID or the user-defined device
identifier.
string device_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe deviceId to set. |
| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest.Builder |
This builder for chaining. |
setDeviceIdBytes(ByteString value)
public UnbindDeviceFromGatewayRequest.Builder setDeviceIdBytes(ByteString value) Required. The device to disassociate from the specified gateway. The value of
device_id can be either the device numeric ID or the user-defined device
identifier.
string device_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for deviceId to set. |
| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest.Builder |
This builder for chaining. |
setGatewayId(String value)
public UnbindDeviceFromGatewayRequest.Builder setGatewayId(String value) Required. The value of gateway_id can be either the device numeric ID or the
user-defined device identifier.
string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe gatewayId to set. |
| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest.Builder |
This builder for chaining. |
setGatewayIdBytes(ByteString value)
public UnbindDeviceFromGatewayRequest.Builder setGatewayIdBytes(ByteString value) Required. The value of gateway_id can be either the device numeric ID or the
user-defined device identifier.
string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for gatewayId to set. |
| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest.Builder |
This builder for chaining. |
setParent(String value)
public UnbindDeviceFromGatewayRequest.Builder setParent(String value) Required. The name of the registry. For example,
projects/example-project/locations/us-central1/registries/my-registry.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public UnbindDeviceFromGatewayRequest.Builder setParentBytes(ByteString value) Required. The name of the registry. For example,
projects/example-project/locations/us-central1/registries/my-registry.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
UnbindDeviceFromGatewayRequest.Builder |
This builder for chaining. |