Interface ListTransferLogsResponseOrBuilder (2.3.10)

public interface ListTransferLogsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Output only. The next-pagination token. For multiple-page list results, this token can be used as the GetTransferRunLogRequest.page_token to request the next page of list results.

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

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Output only. The next-pagination token. For multiple-page list results, this token can be used as the GetTransferRunLogRequest.page_token to request the next page of list results.

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

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTransferMessages(int index)

public abstract TransferMessage getTransferMessages(int index)

Output only. The stored pipeline transfer messages.

repeated .google.cloud.bigquery.datatransfer.v1.TransferMessage transfer_messages = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
TransferMessage

getTransferMessagesCount()

public abstract int getTransferMessagesCount()

Output only. The stored pipeline transfer messages.

repeated .google.cloud.bigquery.datatransfer.v1.TransferMessage transfer_messages = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getTransferMessagesList()

public abstract List<TransferMessage> getTransferMessagesList()

Output only. The stored pipeline transfer messages.

repeated .google.cloud.bigquery.datatransfer.v1.TransferMessage transfer_messages = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<TransferMessage>

getTransferMessagesOrBuilder(int index)

public abstract TransferMessageOrBuilder getTransferMessagesOrBuilder(int index)

Output only. The stored pipeline transfer messages.

repeated .google.cloud.bigquery.datatransfer.v1.TransferMessage transfer_messages = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
TransferMessageOrBuilder

getTransferMessagesOrBuilderList()

public abstract List<? extends TransferMessageOrBuilder> getTransferMessagesOrBuilderList()

Output only. The stored pipeline transfer messages.

repeated .google.cloud.bigquery.datatransfer.v1.TransferMessage transfer_messages = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<? extends com.google.cloud.bigquery.datatransfer.v1.TransferMessageOrBuilder>