Interface ApplyConversionWorkspaceRequestOrBuilder (2.17.0)

public interface ApplyConversionWorkspaceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectionProfile()

public abstract String getConnectionProfile()

Fully qualified (Uri) name of the destination connection profile.

string connection_profile = 100;

Returns
TypeDescription
String

The connectionProfile.

getConnectionProfileBytes()

public abstract ByteString getConnectionProfileBytes()

Fully qualified (Uri) name of the destination connection profile.

string connection_profile = 100;

Returns
TypeDescription
ByteString

The bytes for connectionProfile.

getDestinationCase()

public abstract ApplyConversionWorkspaceRequest.DestinationCase getDestinationCase()
Returns
TypeDescription
ApplyConversionWorkspaceRequest.DestinationCase

getFilter()

public abstract String getFilter()

Filter which entities to apply. Leaving this field empty will apply all of the entities. Supports Google AIP 160 based filtering.

string filter = 2;

Returns
TypeDescription
String

The filter.

getFilterBytes()

public abstract ByteString getFilterBytes()

Filter which entities to apply. Leaving this field empty will apply all of the entities. Supports Google AIP 160 based filtering.

string filter = 2;

Returns
TypeDescription
ByteString

The bytes for filter.

getName()

public abstract String getName()

Required. The name of the conversion workspace resource for which to apply the draft tree. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the conversion workspace resource for which to apply the draft tree. Must be in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

hasConnectionProfile()

public abstract boolean hasConnectionProfile()

Fully qualified (Uri) name of the destination connection profile.

string connection_profile = 100;

Returns
TypeDescription
boolean

Whether the connectionProfile field is set.