public interface NetworkProfileLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getScope()
public abstract String getScope()Check the Scope enum for the list of possible values.
optional string scope = 109264468;
| Returns | |
|---|---|
| Type | Description |
String |
The scope. |
getScopeBytes()
public abstract ByteString getScopeBytes()Check the Scope enum for the list of possible values.
optional string scope = 109264468;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for scope. |
hasName()
public abstract boolean hasName()optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the name field is set. |
hasScope()
public abstract boolean hasScope()Check the Scope enum for the list of possible values.
optional string scope = 109264468;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scope field is set. |