public interface BrowserOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Output only. The display name of the browser, including version info.
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 browser, including version info.
optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getMajorVersion()
public abstract String getMajorVersion()Output only. The major version of the browser.
optional string major_version = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The majorVersion. |
getMajorVersionBytes()
public abstract ByteString getMajorVersionBytes()Output only. The major version of the browser.
optional string major_version = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for majorVersion. |
getMinorVersion()
public abstract String getMinorVersion()Output only. The minor version of the browser.
optional string minor_version = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The minorVersion. |
getMinorVersionBytes()
public abstract ByteString getMinorVersionBytes()Output only. The minor version of the browser.
optional string minor_version = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for minorVersion. |
getName()
public abstract String getName() Identifier. The resource name of the Browser.
Format: networks/{network_code}/browsers/{browser}
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 Browser.
Format: networks/{network_code}/browsers/{browser}
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 browser, including version info.
optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the displayName field is set. |
hasMajorVersion()
public abstract boolean hasMajorVersion()Output only. The major version of the browser.
optional string major_version = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the majorVersion field is set. |
hasMinorVersion()
public abstract boolean hasMinorVersion()Output only. The minor version of the browser.
optional string minor_version = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the minorVersion field is set. |