public interface AppParamsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGroup()
public abstract String getGroup()Grouping used to construct the name of the AppHub Application. Multiple UnitKinds can specify the same group to use the same Application across their respective units. Corresponds to the app_boundary_id in the ADC composite ApplicationTemplate. Defaults to UnitKind.name
string group = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The group. |
getGroupBytes()
public abstract ByteString getGroupBytes()Grouping used to construct the name of the AppHub Application. Multiple UnitKinds can specify the same group to use the same Application across their respective units. Corresponds to the app_boundary_id in the ADC composite ApplicationTemplate. Defaults to UnitKind.name
string group = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for group. |
getScope()
public abstract AppParams.Scope getScope()Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to TYPE_REGIONAL.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.AppParams.Scope scope = 2;
| Returns | |
|---|---|
| Type | Description |
AppParams.Scope |
The scope. |
getScopeOrBuilder()
public abstract AppParams.ScopeOrBuilder getScopeOrBuilder()Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to TYPE_REGIONAL.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.AppParams.Scope scope = 2;
| Returns | |
|---|---|
| Type | Description |
AppParams.ScopeOrBuilder |
|
hasScope()
public abstract boolean hasScope()Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to TYPE_REGIONAL.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.AppParams.Scope scope = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scope field is set. |