Interface InstallStatusOrBuilder (2.41.0)

public interface InstallStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstalled()

public abstract BoolValue getInstalled()

True if the deployment is installed for the user

.google.protobuf.BoolValue installed = 2;

Returns
TypeDescription
BoolValue

The installed.

getInstalledOrBuilder()

public abstract BoolValueOrBuilder getInstalledOrBuilder()

True if the deployment is installed for the user

.google.protobuf.BoolValue installed = 2;

Returns
TypeDescription
BoolValueOrBuilder

getName()

public abstract String getName()

The canonical full resource name of the deployment install status.

Example: projects/123/deployments/my_deployment/installStatus.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The canonical full resource name of the deployment install status.

Example: projects/123/deployments/my_deployment/installStatus.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

hasInstalled()

public abstract boolean hasInstalled()

True if the deployment is installed for the user

.google.protobuf.BoolValue installed = 2;

Returns
TypeDescription
boolean

Whether the installed field is set.