Uses of Class
com.google.cloud.bigquery.datatransfer.v1.UserInfo
-
Packages that use UserInfo Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of UserInfo in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return UserInfo Modifier and Type Method Description UserInfo
UserInfo.Builder. build()
UserInfo
UserInfo.Builder. buildPartial()
static UserInfo
UserInfo. getDefaultInstance()
UserInfo
UserInfo.Builder. getDefaultInstanceForType()
UserInfo
UserInfo. getDefaultInstanceForType()
UserInfo
TransferConfig.Builder. getOwnerInfo()
Output only.UserInfo
TransferConfig. getOwnerInfo()
Output only.UserInfo
TransferConfigOrBuilder. getOwnerInfo()
Output only.static UserInfo
UserInfo. parseDelimitedFrom(InputStream input)
static UserInfo
UserInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserInfo
UserInfo. parseFrom(byte[] data)
static UserInfo
UserInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserInfo
UserInfo. parseFrom(com.google.protobuf.ByteString data)
static UserInfo
UserInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserInfo
UserInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static UserInfo
UserInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserInfo
UserInfo. parseFrom(InputStream input)
static UserInfo
UserInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UserInfo
UserInfo. parseFrom(ByteBuffer data)
static UserInfo
UserInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type UserInfo Modifier and Type Method Description com.google.protobuf.Parser<UserInfo>
UserInfo. getParserForType()
static com.google.protobuf.Parser<UserInfo>
UserInfo. parser()
Methods in com.google.cloud.bigquery.datatransfer.v1 with parameters of type UserInfo Modifier and Type Method Description UserInfo.Builder
UserInfo.Builder. mergeFrom(UserInfo other)
TransferConfig.Builder
TransferConfig.Builder. mergeOwnerInfo(UserInfo value)
Output only.static UserInfo.Builder
UserInfo. newBuilder(UserInfo prototype)
TransferConfig.Builder
TransferConfig.Builder. setOwnerInfo(UserInfo value)
Output only.
-