Uses of Class
com.google.api.SourceInfo
-
Packages that use SourceInfo Package Description com.google.api -
-
Uses of SourceInfo in com.google.api
Methods in com.google.api that return SourceInfo Modifier and Type Method Description SourceInfo
SourceInfo.Builder. build()
SourceInfo
SourceInfo.Builder. buildPartial()
static SourceInfo
SourceInfo. getDefaultInstance()
SourceInfo
SourceInfo.Builder. getDefaultInstanceForType()
SourceInfo
SourceInfo. getDefaultInstanceForType()
SourceInfo
Service.Builder. getSourceInfo()
Output only.SourceInfo
Service. getSourceInfo()
Output only.SourceInfo
ServiceOrBuilder. getSourceInfo()
Output only.static SourceInfo
SourceInfo. parseDelimitedFrom(java.io.InputStream input)
static SourceInfo
SourceInfo. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo
SourceInfo. parseFrom(byte[] data)
static SourceInfo
SourceInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo
SourceInfo. parseFrom(com.google.protobuf.ByteString data)
static SourceInfo
SourceInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo
SourceInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static SourceInfo
SourceInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo
SourceInfo. parseFrom(java.io.InputStream input)
static SourceInfo
SourceInfo. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo
SourceInfo. parseFrom(java.nio.ByteBuffer data)
static SourceInfo
SourceInfo. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type SourceInfo Modifier and Type Method Description com.google.protobuf.Parser<SourceInfo>
SourceInfo. getParserForType()
static com.google.protobuf.Parser<SourceInfo>
SourceInfo. parser()
Methods in com.google.api with parameters of type SourceInfo Modifier and Type Method Description SourceInfo.Builder
SourceInfo.Builder. mergeFrom(SourceInfo other)
Service.Builder
Service.Builder. mergeSourceInfo(SourceInfo value)
Output only.static SourceInfo.Builder
SourceInfo. newBuilder(SourceInfo prototype)
Service.Builder
Service.Builder. setSourceInfo(SourceInfo value)
Output only.
-