Interface BackgroundJobLogEntry.ApplyJobDetailsOrBuilder (2.36.0)

public static interface BackgroundJobLogEntry.ApplyJobDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectionProfile()

public abstract String getConnectionProfile()

Output only. The connection profile which was used for the apply job.

string connection_profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The connectionProfile.

getConnectionProfileBytes()

public abstract ByteString getConnectionProfileBytes()

Output only. The connection profile which was used for the apply job.

string connection_profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for connectionProfile.

getFilter()

public abstract String getFilter()

Output only. AIP-160 based filter used to specify the entities to apply

string filter = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The filter.

getFilterBytes()

public abstract ByteString getFilterBytes()

Output only. AIP-160 based filter used to specify the entities to apply

string filter = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for filter.