Interface BackgroundJobLogEntry.ApplyJobDetailsOrBuilder (2.21.0)

public static interface BackgroundJobLogEntry.ApplyJobDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectionProfile()

public abstract String getConnectionProfile()

The connection profile which was used for the apply job.

string connection_profile = 1;

Returns
TypeDescription
String

The connectionProfile.

getConnectionProfileBytes()

public abstract ByteString getConnectionProfileBytes()

The connection profile which was used for the apply job.

string connection_profile = 1;

Returns
TypeDescription
ByteString

The bytes for connectionProfile.

getFilter()

public abstract String getFilter()

AIP-160 based filter used to specify the entities to apply

string filter = 2;

Returns
TypeDescription
String

The filter.

getFilterBytes()

public abstract ByteString getFilterBytes()

AIP-160 based filter used to specify the entities to apply

string filter = 2;

Returns
TypeDescription
ByteString

The bytes for filter.