public interface ServiceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()The user-friendly display name of the service.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The user-friendly display name of the service.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getServiceType() (deprecated)
public abstract Service.ServiceType getServiceType()Deprecated. google.backstory.Service.service_type is deprecated. See backstory/udm.proto;l=5469
Deprecated: use service_types instead. The type of service.
.google.backstory.Service.ServiceType service_type = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
Service.ServiceType |
The serviceType. |
getServiceTypeValue() (deprecated)
public abstract int getServiceTypeValue()Deprecated. google.backstory.Service.service_type is deprecated. See backstory/udm.proto;l=5469
Deprecated: use service_types instead. The type of service.
.google.backstory.Service.ServiceType service_type = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for serviceType. |
getServiceTypes(int index)
public abstract Service.ServiceType getServiceTypes(int index)The list of service types.
repeated .google.backstory.Service.ServiceType service_types = 6;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
Service.ServiceType |
The serviceTypes at the given index. |
getServiceTypesCount()
public abstract int getServiceTypesCount()The list of service types.
repeated .google.backstory.Service.ServiceType service_types = 6;
| Returns | |
|---|---|
| Type | Description |
int |
The count of serviceTypes. |
getServiceTypesList()
public abstract List<Service.ServiceType> getServiceTypesList()The list of service types.
repeated .google.backstory.Service.ServiceType service_types = 6;
| Returns | |
|---|---|
| Type | Description |
List<ServiceType> |
A list containing the serviceTypes. |
getServiceTypesValue(int index)
public abstract int getServiceTypesValue(int index)The list of service types.
repeated .google.backstory.Service.ServiceType service_types = 6;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire of serviceTypes at the given index. |
getServiceTypesValueList()
public abstract List<Integer> getServiceTypesValueList()The list of service types.
repeated .google.backstory.Service.ServiceType service_types = 6;
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for serviceTypes. |
getStartupType()
public abstract Service.StartupType getStartupType()The startup type of the service.
.google.backstory.Service.StartupType startup_type = 4;
| Returns | |
|---|---|
| Type | Description |
Service.StartupType |
The startupType. |
getStartupTypeValue()
public abstract int getStartupTypeValue()The startup type of the service.
.google.backstory.Service.StartupType startup_type = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for startupType. |
getState()
public abstract Service.State getState()The status of the service.
.google.backstory.Service.State state = 5;
| Returns | |
|---|---|
| Type | Description |
Service.State |
The state. |
getStateValue()
public abstract int getStateValue()The status of the service.
.google.backstory.Service.State state = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |