Interface CustomTargetOrBuilder (0.16.0)

public interface CustomTargetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomTargetType()

public abstract String getCustomTargetType()

Required. The name of the CustomTargetType. Format must be projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}.

string custom_target_type = 1;

Returns
Type Description
String

The customTargetType.

getCustomTargetTypeBytes()

public abstract ByteString getCustomTargetTypeBytes()

Required. The name of the CustomTargetType. Format must be projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}.

string custom_target_type = 1;

Returns
Type Description
ByteString

The bytes for customTargetType.