Uses of Class
com.google.errorprone.bugpatterns.apidiff.ApiDiffProto.MemberDiff
Packages that use ApiDiffProto.MemberDiff
-
Uses of ApiDiffProto.MemberDiff in com.google.errorprone.bugpatterns.apidiff
Methods in com.google.errorprone.bugpatterns.apidiff that return ApiDiffProto.MemberDiffModifier and TypeMethodDescriptionApiDiffProto.MemberDiff.Builder.build()
ApiDiffProto.MemberDiff.Builder.buildPartial()
static ApiDiffProto.MemberDiff
ApiDiffProto.MemberDiff.getDefaultInstance()
ApiDiffProto.MemberDiff.Builder.getDefaultInstanceForType()
ApiDiffProto.MemberDiff.getDefaultInstanceForType()
ApiDiffProto.ClassDiff.Builder.getMemberDiff()
.devtools.staticanalysis.errorprone.apidiff.MemberDiff member_diff = 2;
ApiDiffProto.ClassDiff.getMemberDiff()
.devtools.staticanalysis.errorprone.apidiff.MemberDiff member_diff = 2;
ApiDiffProto.ClassDiffOrBuilder.getMemberDiff()
.devtools.staticanalysis.errorprone.apidiff.MemberDiff member_diff = 2;
static ApiDiffProto.MemberDiff
ApiDiffProto.MemberDiff.parseDelimitedFrom
(InputStream input) static ApiDiffProto.MemberDiff
ApiDiffProto.MemberDiff.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ApiDiffProto.MemberDiff
ApiDiffProto.MemberDiff.parseFrom
(byte[] data) static ApiDiffProto.MemberDiff
ApiDiffProto.MemberDiff.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ApiDiffProto.MemberDiff
ApiDiffProto.MemberDiff.parseFrom
(com.google.protobuf.ByteString data) static ApiDiffProto.MemberDiff
ApiDiffProto.MemberDiff.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ApiDiffProto.MemberDiff
ApiDiffProto.MemberDiff.parseFrom
(com.google.protobuf.CodedInputStream input) static ApiDiffProto.MemberDiff
ApiDiffProto.MemberDiff.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ApiDiffProto.MemberDiff
ApiDiffProto.MemberDiff.parseFrom
(InputStream input) static ApiDiffProto.MemberDiff
ApiDiffProto.MemberDiff.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ApiDiffProto.MemberDiff
ApiDiffProto.MemberDiff.parseFrom
(ByteBuffer data) static ApiDiffProto.MemberDiff
ApiDiffProto.MemberDiff.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.errorprone.bugpatterns.apidiff that return types with arguments of type ApiDiffProto.MemberDiffModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ApiDiffProto.MemberDiff> ApiDiffProto.MemberDiff.getParserForType()
static com.google.protobuf.Parser
<ApiDiffProto.MemberDiff> ApiDiffProto.MemberDiff.parser()
Methods in com.google.errorprone.bugpatterns.apidiff with parameters of type ApiDiffProto.MemberDiffModifier and TypeMethodDescriptionApiDiffProto.MemberDiff.Builder.mergeFrom
(ApiDiffProto.MemberDiff other) ApiDiffProto.ClassDiff.Builder.mergeMemberDiff
(ApiDiffProto.MemberDiff value) .devtools.staticanalysis.errorprone.apidiff.MemberDiff member_diff = 2;
ApiDiffProto.MemberDiff.newBuilder
(ApiDiffProto.MemberDiff prototype) ApiDiffProto.ClassDiff.Builder.setMemberDiff
(ApiDiffProto.MemberDiff value) .devtools.staticanalysis.errorprone.apidiff.MemberDiff member_diff = 2;