public interface CustomTargetOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for customTargetType. |