Interface TargetResourceDetailsOrBuilder (0.7.0)

public interface TargetResourceDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

The create time of the target resource.

.google.protobuf.Timestamp create_time = 4;

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

The create time of the target resource.

.google.protobuf.Timestamp create_time = 4;

Returns
Type Description
TimestampOrBuilder

getFrameworkDeployment()

public abstract String getFrameworkDeployment()

The framework deployment name for the target resource.

For example, organizations/{organization_id}/locations/{location}/frameworkDeployments/{framework_deployment_id}

string framework_deployment = 1;

Returns
Type Description
String

The frameworkDeployment.

getFrameworkDeploymentBytes()

public abstract ByteString getFrameworkDeploymentBytes()

The framework deployment name for the target resource.

For example, organizations/{organization_id}/locations/{location}/frameworkDeployments/{framework_deployment_id}

string framework_deployment = 1;

Returns
Type Description
ByteString

The bytes for frameworkDeployment.

getMajorRevisionId()

public abstract long getMajorRevisionId()

The major revision ID of the framework for the target resource.

int64 major_revision_id = 6;

Returns
Type Description
long

The majorRevisionId.

getMinorRevisionId()

public abstract long getMinorRevisionId()

The minor revision ID of the framework for the target resource.

int64 minor_revision_id = 7;

Returns
Type Description
long

The minorRevisionId.

getTargetResource()

public abstract String getTargetResource()

The target resource. For example, organizations/1234567890, projects/1234567890, or folders/1234567890.

string target_resource = 3;

Returns
Type Description
String

The targetResource.

getTargetResourceBytes()

public abstract ByteString getTargetResourceBytes()

The target resource. For example, organizations/1234567890, projects/1234567890, or folders/1234567890.

string target_resource = 3;

Returns
Type Description
ByteString

The bytes for targetResource.

getTargetResourceDisplayName()

public abstract String getTargetResourceDisplayName()

The display name of the target resource. For example, google.com, staging-project, or development-folder.

string target_resource_display_name = 2;

Returns
Type Description
String

The targetResourceDisplayName.

getTargetResourceDisplayNameBytes()

public abstract ByteString getTargetResourceDisplayNameBytes()

The display name of the target resource. For example, google.com, staging-project, or development-folder.

string target_resource_display_name = 2;

Returns
Type Description
ByteString

The bytes for targetResourceDisplayName.

getUpdateTime()

public abstract Timestamp getUpdateTime()

The update time of the target resource.

.google.protobuf.Timestamp update_time = 5;

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

The update time of the target resource.

.google.protobuf.Timestamp update_time = 5;

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

The create time of the target resource.

.google.protobuf.Timestamp create_time = 4;

Returns
Type Description
boolean

Whether the createTime field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

The update time of the target resource.

.google.protobuf.Timestamp update_time = 5;

Returns
Type Description
boolean

Whether the updateTime field is set.