public interface MobileDeviceSubmodelOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Output only. The display name of the mobile device submodel.
optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Output only. The display name of the mobile device submodel.
optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getMobileDevice()
public abstract String getMobileDevice() Output only. The mobile device associated with the submodel.
Format: networks/{network_code}/mobileDevices/{mobile_device}
optional string mobile_device = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The mobileDevice. |
getMobileDeviceBytes()
public abstract ByteString getMobileDeviceBytes() Output only. The mobile device associated with the submodel.
Format: networks/{network_code}/mobileDevices/{mobile_device}
optional string mobile_device = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for mobileDevice. |
getName()
public abstract String getName() Identifier. The resource name of the MobileDeviceSubmodel.
Format:
networks/{network_code}/mobileDeviceSubmodels/{mobile_device_submodel}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Identifier. The resource name of the MobileDeviceSubmodel.
Format:
networks/{network_code}/mobileDeviceSubmodels/{mobile_device_submodel}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasDisplayName()
public abstract boolean hasDisplayName()Output only. The display name of the mobile device submodel.
optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the displayName field is set. |
hasMobileDevice()
public abstract boolean hasMobileDevice() Output only. The mobile device associated with the submodel.
Format: networks/{network_code}/mobileDevices/{mobile_device}
optional string mobile_device = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the mobileDevice field is set. |